diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-04-09 07:07:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-04-09 07:07:41 +0000 |
commit | 6f2fdb9ba0804df4f105421d41cd208c8b2f1807 (patch) | |
tree | 0a2d5ad2f3a80f729d298724d72dd3ff47f1d8a9 /sys/arch | |
parent | 66094334bd88c7d7087f30cb38117584cb0cd279 (diff) |
further stripping down
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKB | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/alpha/conf/RAMDISKB b/sys/arch/alpha/conf/RAMDISKB index 72edcc8b205..96fb2d92b7f 100644 --- a/sys/arch/alpha/conf/RAMDISKB +++ b/sys/arch/alpha/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.3 2001/02/13 14:50:33 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.4 2001/04/09 07:07:40 deraadt Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED @@ -13,7 +13,7 @@ option PMAP_NEW # required #option DEC_KN20AA # KN20AA: AlphaStation 600 #option DEC_AXPPCI_33 # NoName: AXPpci33, etc. #option DEC_EB164 # EB164: AlphaPC 164 -option DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) +#option DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) option DEC_550 # Miata: Digital Personal Workstation option DEC_6600 # EV6: 264DP OEM Board @@ -45,14 +45,14 @@ mainbus0 at root cpu* at mainbus0 # PCI host bus adapter support -apecs* at mainbus? +#apecs* at mainbus? cia* at mainbus? lca* at mainbus? tsc* at mainbus0 tsp* at tsc? # PCI bus support -pci* at apecs? +#pci* at apecs? pci* at cia? pci* at lca? pci* at tsp? @@ -61,7 +61,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) @@ -78,7 +78,7 @@ 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 |