diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-04-09 16:01:52 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-04-09 16:01:52 +0000 |
commit | 00345c4f81674639815bd92aa956f6389fa2c4d7 (patch) | |
tree | 73dfbb68eec4231dc8ecc68437a91be67b281877 /sys | |
parent | 87a99af6f0d2cd1cc9f56027c64b4c02b9914033 (diff) |
add soundblaster support
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/ELBERETH | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/ELBERETH b/sys/arch/i386/conf/ELBERETH index 613d9ecebe2..9c81f9e9aa2 100644 --- a/sys/arch/i386/conf/ELBERETH +++ b/sys/arch/i386/conf/ELBERETH @@ -1,5 +1,5 @@ # -# $OpenBSD: ELBERETH,v 1.2 1997/04/07 13:30:24 kstailey Exp $ +# $OpenBSD: ELBERETH,v 1.3 1997/04/09 16:01:51 kstailey Exp $ # # # ELBERETH -- 166MHz Pentium PCI @@ -16,7 +16,7 @@ options XSERVER # diddle with console driver maxusers 16 # estimated number of users options TIMEZONE=300 # time zone to adjust RTC time by -options DST=0 # daylight savings time used by RTC +options DST=1 # daylight savings time used by RTC options SWAPPAGER # paging; REQUIRED options DEVPAGER # mmap() of devices @@ -117,7 +117,7 @@ acd* at atapibus? drive? de* at pci? dev ? function ? # DC21X4X-based ethernet cards -#sb0 at isa? port 0x220 irq 5 drq 3 # SoundBlaster +sb0 at isa? port 0x220 irq 5 drq 1 # SoundBlaster spkr0 at pckbd? port 0x61 # built-in speaker pseudo-device loop 1 # network loopback |