Date: Mon, 13 Jul 1998 21:44:00 -0700 From: Woody Poolson <woodyp@jps.net> To: multimedia@FreeBSD.ORG Subject: SoundBlaster 16 Vibra card configuration Message-ID: <35AAE210.CEF64C2A@jps.net>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------0A0B9C84D6643B5590839E82 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I am having trouble getting the SB card running. Attached is my Kernel. Thank you for the assistance... Woody Poolson --------------0A0B9C84D6643B5590839E82 Content-Type: text/plain; charset=us-ascii; name="MINE" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="MINE" machine "i386" cpu "I586_CPU" ident MINE maxusers 10 options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Fast File system options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options PROCFS #Process file system options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options BOUNCE_BUFFERS #include support for DMA bounce buffers options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor config kernel root on wd0 controller pci0 controller isa0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 options "CMD640" # work around CMD640 chip deficiency controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr disk wd2 at wdc1 drive 0 options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device wcd0 #IDE CD-ROM #options DPTOPT # will go away soon options DPT_MEASURE_PERFORMANCE # just enable for now #options DPT_VERIFY_HINTR # Some hardware must have it! #options DPT_TRACK_CCB_STATES # Some hardware must have it! #options DPT_HANDLE_TIMEOUTS # Some hardware must have it! #options DPT_TIMEOUT_FACTOR=4 # Some hardware needs more device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver device npx0 at isa? port "IO_NPX" flags 0x1 irq 13 vector npxintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio3 at isa? port "IO_COM4" tty irq 3 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr controller snd0 device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr options "SBC_IRQ=5" device sbxvi0 at isa? drq 3 options "SB16_DMA=3" device sbmidi0 at isa? port 0x330 device opl0 at isa? port 0x388 conflicts device awe0 at isa? port 0x620 device de0 pseudo-device loop pseudo-device ether pseudo-device log pseudo-device sl 1 pseudo-device ppp 1 pseudo-device vn 1 pseudo-device tun 1 pseudo-device bpfilter 4 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's options KTRACE #kernel tracing options SYSVSHM --------------0A0B9C84D6643B5590839E82-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?35AAE210.CEF64C2A>