diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-01-09 01:42:27 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-01-09 01:42:27 +0000 |
commit | 8f07a2500fbd49bc7163892c584f45cd85322fcd (patch) | |
tree | 2bcf24632e9a266685b5f66ae7b4f51e18961607 /sys/arch/i386/conf/NETTAN | |
parent | bbccf13e3b1de5a4a007be4da6499e5193466e2c (diff) |
add dcphy (necessary for macronix 98715)
Diffstat (limited to 'sys/arch/i386/conf/NETTAN')
-rw-r--r-- | sys/arch/i386/conf/NETTAN | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/NETTAN b/sys/arch/i386/conf/NETTAN index ab50be4398e..6f401e8a56f 100644 --- a/sys/arch/i386/conf/NETTAN +++ b/sys/arch/i386/conf/NETTAN @@ -1,4 +1,4 @@ -# $OpenBSD: NETTAN,v 1.36 2000/01/06 03:08:28 jason Exp $ +# $OpenBSD: NETTAN,v 1.37 2000/01/09 01:42:25 jason Exp $ # # NETTAN -- Applitron Datasystem AB # @@ -6,7 +6,7 @@ machine i386 # architecture, used by config; REQUIRED #include "../../../conf/GENERIC" -# $OpenBSD: NETTAN,v 1.36 2000/01/06 03:08:28 jason Exp $ +# $OpenBSD: NETTAN,v 1.37 2000/01/09 01:42:25 jason Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -320,6 +320,7 @@ nsphy* at mii? phy ? # NS and compatible PHYs #sqphy* at mii? phy ? # Seeq 8x220 PHYs rlphy* at mii? phy ? # RealTek 8139 internal PHYs #mtdphy* at mii? phy ? # Myson MTD972 PHYs +dcphy* at mii? phy ? # Digital Clone PHYs ukphy* at mii? phy ? # "unknown" PHYs pss0 at isa? port 0x220 irq 7 drq 6 # Personal Sound System |