diff options
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index c8f949ed720..c62a05c3510 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.13 1997/11/17 04:56:19 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.14 1998/02/02 22:20:42 deraadt Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -106,11 +106,11 @@ pci* at lca? pci* at ppb? # PCI devices -#ahc* at pci? dev ? function ? # AHA-28xx SCSI (NOT 64-BIT) +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 ed* at pci? dev ? function ? # NE2000-compat ethernet cards -en* at pci? dev ? function ? # ENI PCI ATM (untested) +#en* at pci? dev ? function ? # ENI PCI ATM (untested) ep* at pci? dev ? function ? # 3COM 3c59x (untested) fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards le* at pci? dev ? function ? # PCI LANCE Ethernet (untested) |