diff options
author | 1999-02-08 13:29:04 +0000 | |
---|---|---|
committer | 1999-02-08 13:29:04 +0000 | |
commit | 84dc153bdf4fea4ce788c0af261012dbcedaea35 (patch) | |
tree | 959c9c678f489e87ca9da327d614a3398a815afd | |
parent | If you are going to set optreset, you need to set optind to 1 as well. (diff) | |
download | wireguard-openbsd-84dc153bdf4fea4ce788c0af261012dbcedaea35.tar.xz wireguard-openbsd-84dc153bdf4fea4ce788c0af261012dbcedaea35.zip |
Davicom DM9101; from NetBSD.
-rw-r--r-- | sys/dev/mii/miidevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/mii/miidevs b/sys/dev/mii/miidevs index 4a3b81d3fc8..e809c830219 100644 --- a/sys/dev/mii/miidevs +++ b/sys/dev/mii/miidevs @@ -1,4 +1,4 @@ -$OpenBSD: miidevs,v 1.3 1998/12/24 01:30:08 jason Exp $ +$OpenBSD: miidevs,v 1.4 1999/02/08 13:29:04 jason Exp $ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ /*- @@ -43,6 +43,7 @@ $OpenBSD: miidevs,v 1.3 1998/12/24 01:30:08 jason Exp $ */ oui AMD 0x00606e Advanced Micro Devices +oui DAVICOM 0x006040 Davicom Semiconductor oui ICS 0x00057d Integrated Circuit Systems oui INTEL 0x00aa00 Intel oui LEVEL1 0x1e0400 Level 1 @@ -59,6 +60,9 @@ oui TI 0x100014 Texas Instruments /* Advanced Micro Devices PHYs */ model AMD 79C873 0x0000 Am79C873 10/100 media interface +/* Davicom Semiconductor PHYs */ +model DAVICOM DM9101 0x0000 DM9101 10/100 media interface + /* Integrated Circuit Systems PHYs */ model ICS 1890 0x0002 ICS1890 10/100 media interface |