diff options
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 17 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKB | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 3 | ||||
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 3 |
6 files changed, 19 insertions, 13 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index 2bae97647d0..f536e8279bc 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,10 +1,11 @@ -# $OpenBSD: RAMDISK,v 1.42 2001/05/14 03:10:22 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.43 2001/05/16 09:06:31 deraadt Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED option UVM # required option PMAP_NEW # required +option SMALL_KERNEL # CPU Support; at least one is REQUIRED #option DEC_3000_500 # Flamingo etc: 3000/[4-9]00* @@ -65,7 +66,7 @@ pci* at ppb? # PCI devices #ahc* at pci? dev ? function ? # AHA-28xx SCSI (NOT 64-BIT) de* at pci? dev ? function ? # 21x4[012]-based Ethernet -#fxp* at pci? dev ? function ? # EtherExpress 10/100B ethernet cards +fxp* at pci? dev ? function ? # EtherExpress 10/100B ethernet cards #ne* at pci? dev ? function ? # NE2000-compat ethernet cards #en* at pci? dev ? function ? # ENI PCI ATM (untested) #ep* at pci? dev ? function ? # 3COM 3c59x (untested) @@ -87,14 +88,14 @@ isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel # Media Independent Interface (mii) drivers #exphy* at mii? phy ? # 3Com internal PHYs -#inphy* at mii? phy ? # Intel 82555 PHYs +inphy* at mii? phy ? # Intel 82555 PHYs #icsphy* at mii? phy ? # ICS 1890 PHYs #lxtphy* at mii? phy ? # Level1 LXT970 PHYs -#nsphy* at mii? phy ? # NS and compatible PHYs +nsphy* at mii? phy ? # NS and compatible PHYs #qsphy* at mii? phy ? # Quality Semi QS6612 PHYs #sqphy* at mii? phy ? # Seeq 8x220 PHYs #mtdphy* at mii? phy ? # Myson MTD972 PHYs -#ukphy* at mii? phy ? # "unknown" PHYs +ukphy* at mii? phy ? # "unknown" PHYs # ISA/EISA bus support isa* at pceb? @@ -117,9 +118,9 @@ vga* at isa? # ISA (EISA: XXX) VGA # IDE pciide* at pci ? dev ? function ? flags 0x0000 -#wdc0 at isa? port 0x1f0 irq 14 flags 0x00 -#wdc1 at isa? port 0x170 irq 15 flags 0x00 -#wd* at wdc? channel ? drive ? flags 0x0000 +wdc0 at isa? port 0x1f0 irq 14 flags 0x00 +wdc1 at isa? port 0x170 irq 15 flags 0x00 +wd* at wdc? channel ? drive ? flags 0x0000 wd* at pciide? channel ? drive ? flags 0x0000 #atapiscsi* at wdc? channel ? diff --git a/sys/arch/alpha/conf/RAMDISKB b/sys/arch/alpha/conf/RAMDISKB index 8033f873068..199aa754ec5 100644 --- a/sys/arch/alpha/conf/RAMDISKB +++ b/sys/arch/alpha/conf/RAMDISKB @@ -1,10 +1,11 @@ -# $OpenBSD: RAMDISKB,v 1.7 2001/05/14 03:10:26 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.8 2001/05/16 09:06:32 deraadt Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED option UVM # required option PMAP_NEW # required +option SMALL_KERNEL # CPU Support; at least one is REQUIRED #option DEC_3000_500 # Flamingo etc: 3000/[4-9]00* diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index a9abeb19b99..efcb6fc0821 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.103 2001/05/05 23:25:29 art Exp $ +# $OpenBSD: RAMDISK,v 1.104 2001/05/16 09:06:34 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -12,6 +12,7 @@ option I686_CPU option GPL_MATH_EMULATE # floating point emulation option UVM # use the UVM virtual memory system. REQUIRED +option SMALL_KERNEL #option DUMMY_NOPS # speed hack; recommended diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index 301e03b1f7c..f946fe35817 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.37 2001/05/05 23:25:30 art Exp $ +# $OpenBSD: RAMDISKB,v 1.38 2001/05/16 09:06:35 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -12,6 +12,7 @@ option I686_CPU option GPL_MATH_EMULATE # floating point emulation option UVM # use the UVM virtual memory system. REQUIRED +option SMALL_KERNEL #option DUMMY_NOPS # speed hack; recommended diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index 65269a10b1d..fb74d8778bf 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.18 2001/05/05 23:25:31 art Exp $ +# $OpenBSD: RAMDISKC,v 1.19 2001/05/16 09:06:36 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -12,6 +12,7 @@ option I686_CPU option GPL_MATH_EMULATE # floating point emulation option UVM # use the UVM virtual memory system. REQUIRED +option SMALL_KERNEL #option DUMMY_NOPS # speed hack; recommended diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK index 312c56e976f..f4498f2dee3 100644 --- a/sys/arch/sparc/conf/RAMDISK +++ b/sys/arch/sparc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.24 2001/05/10 10:34:41 art Exp $ +# $OpenBSD: RAMDISK,v 1.25 2001/05/16 09:06:37 deraadt Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -19,6 +19,7 @@ option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight savings time used by RTC option UVM # UVM virtual memory system ; required +option SMALL_KERNEL option DIAGNOSTIC # internal consistency checks option FFS # UFS option NFSCLIENT # Network File System client |