diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-05-16 09:06:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-05-16 09:06:38 +0000 |
commit | 6425c25ec56b2da93483726f595f679ccc071e21 (patch) | |
tree | 912179b993eb8fa40d32042d3bc9a4c953dd158d /sys/arch/alpha/conf/RAMDISK | |
parent | ed28d9f800a43c78a30b65269f6fb79cddcbe859 (diff) |
use SMALL_KERNEL option
Diffstat (limited to 'sys/arch/alpha/conf/RAMDISK')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 17 |
1 files changed, 9 insertions, 8 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 ? |