diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-08-22 21:52:02 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-08-22 21:52:02 +0000 |
commit | 71b936e4c451995543154c3dfcc82b27261de946 (patch) | |
tree | 688f826927476b3b019a67d13cf7ca9d68202013 /sys/arch/sparc64/conf | |
parent | 381dbc368db19061c6b82be4dc60edbea6463eca (diff) |
add hme at pci (commented out)
add qsphy/nsphy/ukphy (necessary for hme@sbus attachment anyway)
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 7c59a875934..7fb7efeb7cb 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.11 2001/08/22 13:54:56 art Exp $ +# $OpenBSD: GENERIC,v 1.12 2001/08/22 21:52:01 jason Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -28,6 +28,8 @@ pci* at ppb? ppb* at pci? dev ? function ? ebus* at pci? +#hme* at pci? dev ? function ? + #### Standard system devices -- all required for a given architecture auxio* at ebus? @@ -83,3 +85,8 @@ cd* at scsibus? target ? lun ? # SCSI CD-ROMs ch* at scsibus? target ? lun ? # SCSI changer devices ss* at scsibus? target ? lun ? # SCSI scanners uk* at scsibus? target ? lun ? # unknown SCSI devices + +# Media Independent Interface (mii) drivers) +nsphy* at mii? phy ? # NS and compatible PHYs +qsphy* at mii? phy ? # Quality Semi QS6612 PHYs +ukphy* at mii? phy ? # Unknown PHYs |