diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-12-04 21:33:21 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-12-04 21:33:21 +0000 |
commit | 32d13e2c6a593618e1481faf09015aa86db2009e (patch) | |
tree | 8c97511bb9ef3259854e917ac9d30e9e050a8f70 /sys/arch/sparc64 | |
parent | 74579d49e760281c8efb1f0b210b3984b0a9119d (diff) |
Add a few more phys: exphy, brgphy, iophy, inphy
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 13a2ce3a9e8..2b8ee4077c8 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.75 2002/12/04 17:32:30 nate Exp $ +# $OpenBSD: GENERIC,v 1.76 2002/12/04 21:33:20 jason Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -188,10 +188,14 @@ ss* at scsibus? target ? lun ? # SCSI scanners uk* at scsibus? target ? lun ? # unknown SCSI devices # Media Independent Interface (mii) drivers) +exphy* at mii? phy ? # 3Com internal PHYs +brgphy* at mii? phy ? # Broadcom PHYs nsphy* at mii? phy ? # NS and compatible PHYs qsphy* at mii? phy ? # Quality Semi QS6612 PHYs dcphy* at mii? phy ? # Digital clone PHYs amphy* at mii? phy ? # AMD AM79c873 PHYs +iophy* at mii? phy ? # Intel 82553 PHYs +inphy* at mii? phy ? # Intel 82555 PHYs ukphy* at mii? phy ? # Unknown PHYs bwtwo* at sbus? slot ? offset ? # bw2, sbus mono framebuffer |