diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-01-09 01:15:17 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-01-09 01:15:17 +0000 |
commit | da959417dda6c0704b3c1fbc55a96af923c20f37 (patch) | |
tree | 78ac49534232247bfd135d65b7e5b5db4b546adb /sys/dev/mii/miidevs | |
parent | a1841f22799628697b45f5232593b0ee6c443020 (diff) |
emulated phy for if_dc; from FreeBSD
Diffstat (limited to 'sys/dev/mii/miidevs')
-rw-r--r-- | sys/dev/mii/miidevs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/mii/miidevs b/sys/dev/mii/miidevs index ef951299c80..3bbe9441639 100644 --- a/sys/dev/mii/miidevs +++ b/sys/dev/mii/miidevs @@ -1,4 +1,4 @@ -$OpenBSD: miidevs,v 1.8 1999/12/10 20:47:26 jason Exp $ +$OpenBSD: miidevs,v 1.9 2000/01/09 01:15:16 jason Exp $ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ /*- @@ -75,6 +75,9 @@ oui xxLEVEL1 0x1e0400 Level 1 /* Don't know what's going on here. */ oui xxDAVICOM 0x006040 Davicom Semiconductor +/* Contrived vendor for dcphy */ +oui xxDEC 0x040440 Digital Clone + /* * List of known models. Grouped by oui. */ @@ -86,6 +89,9 @@ model AMD 79C873phy 0x0036 Am79C873 internal PHY /* Davicom Semiconductor PHYs */ model xxDAVICOM DM9101 0x0000 DM9101 10/100 media interface +/* Contrived vendor/model for dcphy */ +model xxDEC xxDC 0x0001 DC + /* Integrated Circuit Systems PHYs */ model xxICS 1890 0x0002 ICS1890 10/100 media interface |