diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/WALDORF | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/sys/arch/i386/conf/WALDORF b/sys/arch/i386/conf/WALDORF index 4f13513deeb..2bdd07061cb 100644 --- a/sys/arch/i386/conf/WALDORF +++ b/sys/arch/i386/conf/WALDORF @@ -1,6 +1,7 @@ -# $NetBSD: GENERIC,v 1.23.2.1 1995/10/17 12:54:55 tls Exp $ +# $OpenBSD: WALDORF,v 1.9 1997/05/29 00:19:13 niklas Exp $ # -# GENERIC -- everything that's currently supported +# WALDORF -- a 486 kernel config Applitron use for some gateway +# machines (waldorf and neuro). # machine i386 # architecture, used by config; REQUIRED @@ -8,7 +9,7 @@ machine i386 # architecture, used by config; REQUIRED #option I386_CPU # CPU classes; at least one is REQUIRED option I486_CPU #option I586_CPU -option GPL_MATH_EMULATE # floating point emulation +#option GPL_MATH_EMULATE # floating point emulation #option DUMMY_NOPS # speed hack; recommended #option XSERVER @@ -20,13 +21,14 @@ option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight savings time used by RTC option SWAPPAGER # paging; REQUIRED -option DEVPAGER # mmap() of devices +#option DEVPAGER # mmap() of devices option DDB # in-kernel debugger makeoptions DEBUG="-g" # compile full symbol table option DIAGNOSTIC # internally consistency checks option KTRACE # system call tracing, a la ktrace(1) option BOOT_CONFIG # user kernel config +#option COMCONSOLE # serial console #option SYSVMSG # System V-like message queues #option SYSVSEM # System V-like semaphores @@ -48,6 +50,7 @@ option BOOT_CONFIG # user kernel config option LKM # loadable kernel modules option FFS # UFS +option EXT2FS # ext2fs #option QUOTA # UFS quotas option MFS # memory file system @@ -133,12 +136,12 @@ scsibus* at aic? #uha1 at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI controllers #uha* at eisa? slot ? # UltraStor 24f SCSI controllers #scsibus* at uha? -#wds0 at isa? port 0x350 irq 15 drq 6 # WD7000 and TMC-7000 controllers -#wds1 at isa? port 0x358 irq 11 drq 5 -#scsibus* at wds? +wds0 at isa? port 0x350 irq 15 drq 6 # WD7000 and TMC-7000 controllers +wds1 at isa? disable port 0x358 irq 11 drq 5 +scsibus* at wds? sd* at scsibus? target ? lun ? # SCSI disk drives -#st* at scsibus? target ? lun ? # SCSI tape drives +st* at scsibus? target ? lun ? # SCSI tape drives #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives #ch* at scsibus? target ? lun ? # SCSI autochangers @@ -155,7 +158,7 @@ fd* at fdc? drive ? #wt0 at isa? port 0x300 irq 5 drq 1 # Archive and Wangtek QIC tape drives ed0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC, 3C503, and NE[12]000 -#ed1 at isa? port 0x250 iomem 0xd8000 irq 9 # ethernet cards +ed1 at isa? port 0x250 iomem 0xd8000 irq 9 # ethernet cards ed2 at isa? port 0x300 iomem 0xcc000 irq 10 #eg0 at isa? ... # 3C505 ethernet cards #el0 at isa? port 0x300 irq 9 # 3C501 ethernet cards |