diff options
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 2950600fbe1..29cb75773de 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.43 1999/08/05 00:16:12 niklas Exp $ +# $OpenBSD: GENERIC,v 1.44 1999/09/26 17:53:52 jason Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -75,6 +75,7 @@ ep* at pci? dev ? function ? # 3COM 3c59x xl* at pci? dev ? function ? # 3COM 3c9xx pn* at pci? dev ? function ? # Lite-On PNIC ethernet rl* at pci? dev ? function ? # RealTek 81[23]9 ethernet +tl* at pci? dev ? function ? # Compaq Thunderlan ethernet fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards le* at pci? dev ? function ? # PCI LANCE Ethernet (untested) ncr* at pci? dev ? function ? # NCR 53c8xx SCSI @@ -86,7 +87,7 @@ tga* at pci? dev ? function ? # DEC ZLXp-E[123] graphics #cy* at pci? # PCI cyclom card # Media Independent Interface (mii) drivers -#exphy* at mii? phy ? # 3Com internal PHYs +exphy* at mii? phy ? # 3Com internal PHYs inphy* at mii? phy ? # Intel 82555 PHYs #icsphy* at mii? phy ? # ICS 1890 PHYs #lxtphy* at mii? phy ? # Level1 LXT970 PHYs |