diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-12-07 15:48:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-12-07 15:48:27 +0000 |
commit | 44efd81a27194e40df56cf43a6cb070429b9cabb (patch) | |
tree | d1720f620a352ac63731d42472ba880538d1f5ee /sys/arch/alpha/conf | |
parent | 7ef72229631670d01144bb185c19dc29f6771dc9 (diff) |
remove fxp. hey art, that is how i respond to kernel bloat!
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index d95c3f7be56..abbcad15015 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.48 2001/09/29 01:18:13 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.49 2001/12/07 15:48:26 deraadt Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED @@ -63,7 +63,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) @@ -85,14 +85,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? |