diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-06-29 06:06:28 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-06-29 06:06:28 +0000 |
commit | edff24a5954b276478efc9cc5ae741211e6b4b33 (patch) | |
tree | aafe26ef24eb31f9850b1e2038b6697aa3b35bf7 | |
parent | c9f6e45f33dce0db4be178f97632054f28b29691 (diff) |
add rl & rlphy
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 75f6de332ae..cdefb0bf3ce 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.40 1999/06/29 02:33:19 jason Exp $ +# $OpenBSD: GENERIC,v 1.41 1999/06/29 06:06:27 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. @@ -74,6 +74,7 @@ fxp* at pci? dev ? function ? # EtherExpress 10/100B ethernet 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 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 @@ -90,6 +91,7 @@ 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 +rlphy* at mii? phy ? # RealTek 8139 internal PHYs #qsphy* at mii? phy ? # Quality Semi QS6612 PHYs #sqphy* at mii? phy ? # Seeq 8x220 PHYs #mtdphy* at mii? phy ? # Myson MTD972 PHYs |