diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2004-09-30 19:14:12 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2004-09-30 19:14:12 +0000 |
commit | df08625f8f9f395ef7c1defaea98fe3f8944c469 (patch) | |
tree | 6aec2a696e232848682b06df8b3883567bd06e0b /sys/arch/sparc64/conf/GENERIC | |
parent | 3a222328182f4f964849d4bb89836f4517fc5a5d (diff) |
rl(4) support for sparc64; ok jason@
Diffstat (limited to 'sys/arch/sparc64/conf/GENERIC')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 81ca4187464..9daad590958 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.104 2004/09/28 02:10:03 jason Exp $ +# $OpenBSD: GENERIC,v 1.105 2004/09/30 19:14:11 robert Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -46,6 +46,7 @@ fxp* at pci? # EtherExpress 10/100B ethernet xl* at pci? # 3C9xx ethernet dc* at pci? # 21143, "tulip" clone ethernet em* at pci? # Intel Pro/1000 ethernet +rl* at pci? # RealTek 81[23]9 ethernet # PCI SCSI ahc* at pci? # Adaptec 2940 SCSI controllers @@ -265,6 +266,7 @@ amphy* at mii? # AMD AM79c873 PHYs iophy* at mii? # Intel 82553 PHYs inphy* at mii? # Intel 82555 PHYs lxtphy* at mii? # Level1 LXT970 PHYs +rlphy* at mii? # RealTek 8139 internal PHYs ukphy* at mii? # Unknown PHYs bwtwo* at sbus? # bw2, sbus mono framebuffer |