diff options
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 2a2f66ae42e..a79896f2052 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.116 2005/01/14 12:21:02 grange Exp $ +# $OpenBSD: GENERIC,v 1.117 2005/02/15 11:03:46 jsg Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -274,6 +274,7 @@ 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 +urlphy* at mii? # Realtek RTL8150L internal PHY ukphy* at mii? # Unknown PHYs # Framebuffers diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 60d26f59d48..6b0ed05a48d 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.37 2004/12/30 02:18:16 dlg Exp $ +# $OpenBSD: RAMDISK,v 1.38 2005/02/15 11:03:46 jsg Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -114,7 +114,9 @@ sd* at scsibus? # SCSI disks cd* at scsibus? # SCSI CD-ROMs # Media Independent Interface (mii) drivers) +acphy* at mii? # Altima AC101 PHYs exphy* at mii? # 3Com internal PHYs +bmtphy* at mii? # Broadcom 10/100 PHYs brgphy* at mii? # Broadcom PHYs nsphy* at mii? # NS and compatible PHYs qsphy* at mii? # Quality Semi QS6612 PHYs @@ -124,6 +126,8 @@ 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 +urlphy* at mii? # Realtek RTL8150L internal PHY ukphy* at mii? # Unknown PHYs # PCI USB Controllers |