diff options
Diffstat (limited to 'sys/arch/i386/conf/RAMDISKB')
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index 1fb47d6f75f..7e229d085fa 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.7 1999/11/27 15:55:40 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.8 1999/12/01 15:29:57 deraadt Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -15,6 +15,8 @@ option I586_CPU option I686_CPU option GPL_MATH_EMULATE # floating point emulation +option UVM # use the UVM virtual memory system + # Some BIOSes don't get the size of extended memory right. If you # have a broken BIOS, uncomment the following and set the value # properly for your system. @@ -119,6 +121,9 @@ pccom* at isapnp? #ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI controllers #ahc* at pci? dev ? function ? # Adaptec 2940 SCSI controllers #scsibus* at ahc? +dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID PCI +dpt* at eisa? slot ? # DPT SmartCache/SmartRAID EISA +scsibus* at dpt? isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel scsibus* at isp? #aic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI controllers |