diff options
author | jkh <jkh@FreeBSD.org> | 1993-10-23 22:20:47 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1993-10-23 22:20:47 +0000 |
commit | 58acebbd89e9d77e6307c6c350d6170adc6b51aa (patch) | |
tree | 28fa32a25eefd6acfb015d85a8e921ed69111be7 /sys/conf/NOTES | |
parent | abc78b356586ad54b3a01f70ffc87b2b64388399 (diff) | |
download | FreeBSD-src-58acebbd89e9d77e6307c6c350d6170adc6b51aa.zip FreeBSD-src-58acebbd89e9d77e6307c6c350d6170adc6b51aa.tar.gz |
Enabled all sound drivers by default.
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 7445a52..637224d 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id: LINT,v 1.18 1993/10/23 10:49:00 jkh Exp $ +# $Id: LINT,v 1.19 1993/10/23 21:21:52 jkh Exp $ # machine "i386" @@ -24,7 +24,7 @@ config "386bsd" at 0xFE100000 root on wd0 swap on wd0 and sd0 options "COM_BIDIR" #Bidirectional support in sys/isa/sio.c options "COM_MULTIPORT" #Multiport support in sys/isa/sio.c options "COMPAT_43" #compatible with BSD 4.3 -options "SYMTAB_SPACE=89000" #This kernel needs LOTS of symtable +options "SYMTAB_SPACE=102205" #This kernel needs LOTS of symtable options GATEWAY #internetwork gateway options KTRACE #kernel tracing options "NCONS=8" #number of syscons virtual consoles @@ -116,11 +116,11 @@ disk wd0 at wd0 drive 0 disk wd1 at wd0 drive 1 device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr -# Various sound card drivers. This is set to SoundBlaster configuration. +# Various sound card drivers. # See /sys/i386/doc/sound.doc for more information. -#device snd5 at isa? port 0x330 irq 6 drq 0 vector mpuintr -#device snd4 at isa? port 0x220 irq 15 drq 6 vector gusintr -#device snd3 at isa? port 0x388 irq 12 drq 3 vector pasintr +device snd5 at isa? port 0x330 irq 6 drq 0 vector mpuintr +device snd4 at isa? port 0x220 irq 15 drq 6 vector gusintr +device snd3 at isa? port 0x388 irq 12 drq 3 vector pasintr device snd2 at isa? port 0x220 irq 7 drq 1 vector sbintr device snd1 at isa? port 0x388 irq 0 drq 0 vector sbintr # |