diff options
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 9b2f0fef5cd..f9ca4a0a6a8 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.53 2002/03/14 20:15:00 jason Exp $ +# $OpenBSD: GENERIC,v 1.54 2002/03/20 18:58:13 jason Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -173,6 +173,7 @@ 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 +dcphy* at mii? phy ? # Digital clone PHYs ukphy* at mii? phy ? # Unknown PHYs cgsix* at sbus? slot ? offset ? diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 1787e43a0fb..3f4920d12d0 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.12 2001/12/07 23:11:53 jason Exp $ +# $OpenBSD: RAMDISK,v 1.13 2002/03/20 18:58:13 jason Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -96,6 +96,7 @@ cd* at scsibus? target ? lun ? # SCSI CD-ROMs # Media Independent Interface (mii) drivers) nsphy* at mii? phy ? # NS and compatible PHYs qsphy* at mii? phy ? # Quality Semi QS6612 PHYs +dcphy* at mii? phy ? # Digital clone PHYs ukphy* at mii? phy ? # Unknown PHYs pseudo-device rd 2 # ramdisk |