From owner-FreeBSD-users-jp@jp.freebsd.org  Mon Oct 28 20:52:35 1996
Received: by jaz.jp.freebsd.org (8.7.3+2.6Wbeta5/8.7.3) id UAA07863
	Mon, 28 Oct 1996 20:52:35 +0900 (JST)
Received: by jaz.jp.freebsd.org (8.7.3+2.6Wbeta5/8.7.3) with ESMTP id UAA07858
	for <FreeBSD-users-jp@jp.freebsd.org>; Mon, 28 Oct 1996 20:52:32 +0900 (JST)
Received: from default (pppa724.pppp.ap.so-net.or.jp [210.132.167.36]) by mail.ja2.so-net.or.jp (8.7.5/3.4W396052919) with ESMTP id UAA22896 for <FreeBSD-users-jp@jp.freebsd.org>; Mon, 28 Oct 1996 20:52:24 +0900
Message-Id: <199610281152.UAA22896@mail.ja2.so-net.or.jp>
From: "Junji Maruyama" <j-maru@ja2.so-net.or.jp>
To: <FreeBSD-users-jp@jp.freebsd.org>
Date: Mon, 28 Oct 1996 20:51:28 +0900
X-MSMail-Priority: Normal
X-Priority: 3
X-Mailer: Microsoft Internet Mail 4.70.1155
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-2022-JP
Content-Transfer-Encoding: 8bit
Reply-To: FreeBSD-users-jp@jp.freebsd.org
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=19]
X-Sequence: FreeBSD-users-jp 5564
Subject: [FreeBSD-users-jp 5564] [Q]sound blaseter 16
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org

$B$3$s$P$s$o!#4];3!w(JNTT $B$G$9!#=iEj9F$G$9$N$G!"<:Ni$,$"$j$^$7$?$i(J
$B$4;XE&2<$5$$!#(J

$B:#(J SoundBlaster $B$G2;$rLD$i$=$&$H;W$C$F!"%+!<%M%k$N:F9=C[$r$7$F$$$^$9$,!"(J
$BG'<1$r$7$F$/$l$^$;$s!#(JOS $B$O(J FreeBSD 2.1.5 release $B$r;H$C$F$$$^$9!#(J
Windows95 $B$NJ}$G3NG'$7$?$H$3$m!"(Jirq $B$O(J 5 $B$G$7$?!#(J

Creative Labs Sound Blaster 16 Plug and Play

$B$,;I$5$C$F$$$^$9!#(J/usr/src/sys/i386/conf $B$N(J NEJIMAKI_SB
$B$K$D$.$N$h$&$K@_Dj$7$F$$$^$9!#(J

# for soundblaster16
controller      snd0
device          sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr
device          sbxvi0 at isa? drq 5
device          sbmidi0 at isa? port 0x330
device          opl0 at isa? port 0x388

/usr/src/sys/i386/isa/sound/sound_config.h $B$NJ}$b<!$N$h$&$K(J
$BJQ99$7$^$7$?!#(J

#ifndef SBC_IRQ
#define SBC_IRQ         5       /* IQR7 is the factory default.  */
#endif

$B$3$l$GDL>oDL$j$K:F9=C[$r9T$J$$$^$7$?!#$=$7$F!"(J/dev $B$G(J

nejimaki# ./MAKEDEV snd0
nejimaki# ./MAKEDEV sb

$B$r9T$J$$$^$7$?!#D6=i?4<T$J5?Ld$J$N$G$9$,!"$3$3$G(J /dev $B$NCf$rC5$7$F$b(J
sb0 $B$d(J sbxvi0$B!"(Jsbmidi0 $B$OL5$$$N$G$9$,!"$$$$$N$G$7$g$&$+!)(J

reboot $B$5$;$F$b(J

sb0 not found at 0x220
sbxvi0 not found
sbmidi0 not found at 0x330
opl0 not found at 0x388

$B$H$J$j!"G'<1$7$F$$$^$;$s!#2?$,0-$$$N$G$7$g$&$+!#(Jfj $B$d(J ML $B$N2a5n$N(J
$B5-;v$rC5$7$F$_$^$7$?$,!"3'$5$s(J irq $B$N@_Dj$@$1$G$&$^$/$$$C$F$$$k(J
$B$_$?$$$J$N$G$9$,!#%"%I%P%$%9$r$*4j$$$7$^$9!#(J(_o_)

$B0J2<$K(J NEJIMAKI_SB $B$rIU$1$F$*$-$^$9!#(J
------------------ $B$3$3$+$i(J -------------------------------
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
#	$Id: GENERIC,v 1.46.2.18 1996/07/16 08:53:04 davidg Exp $
#

machine		"i386"
cpu		"I386_CPU"
cpu		"I486_CPU"
cpu		"I586_CPU"
ident		GENERIC
maxusers	10

options		MATH_EMULATE		#Support for x87 emulation
options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		NFS			#Network Filesystem
options		MSDOSFS			#MSDOS Filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		"SCSI_DELAY=15"		#Be pessimistic about Joe SCSI device
options		BOUNCE_BUFFERS		#include support for DMA bounce buffers
options		UCONSOLE		#Allow users to grab the console

options		SYSVSHM
options		SYSVSEM
options		SYSVMSG

config		kernel	root on wd0 

controller	isa0
controller	eisa0
controller	pci0

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0

controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
disk		wd0	at wdc0 drive 0

options         ATAPI   #Enable ATAPI support for IDE bus
device          wcd0    #IDE CD-ROM

# for soundblaster16
controller      snd0
device          sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr
device          sbxvi0 at isa? drq 5
device          sbmidi0 at isa? port 0x330
device          opl0 at isa? port 0x388

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device		vt0	at isa? port "IO_KBD" tty irq 1 vector pcrint
#options		"PCVT_FREEBSD=210"	# pcvt running on FreeBSD 2.1
#options		XSERVER			# include code for XFree86
# If you have a ThinkPAD, uncomment this along with the rest of the PCVT
lines
#options		PCVT_SCANSET=2		# IBM keyboards are non-std

# Mandatory, don't remove
device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr

#
# Laptop support (see LINT for more options)
#
#device		apm0    at isa?		# Advanced Power Management
#options		APM_BROKEN_STATCLOCK	# Workaround some buggy APM BIOS

device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr
#device		sio2	at isa? disable port "IO_COM3" tty irq 5 vector siointr
#device		sio3	at isa? disable port "IO_COM4" tty irq 9 vector siointr

device		lpt0	at isa? port? tty irq 7 vector lptintr
device		psm0	at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr

# Order is important here due to intrusive probes, do *not* alphabetize
# this list of network interfaces until the probes have been fixed.
# Right now it appears that the ie0 must be probed before ep0. See
# revision 1.20 of this file.
device de0
device fxp0
device vx0

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	sl	1
# ijppp uses tun instead of ppp device
#pseudo-device	ppp	1
pseudo-device	tun	1
pseudo-device	pty	16
pseudo-device	gzip		# Exec gzipped a.out's
