diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-12 19:44:44 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-12 19:44:44 +0000 |
commit | 2b0cec232b104f3f23bc53fcb325b5eacd6d3d64 (patch) | |
tree | dc8ae24e345355a21314ff88b3c178e18753ea5e /sys | |
parent | 2559f62dd100bbbd2636d29da12a98e68883bba3 (diff) |
regen
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/mii/miidevs.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/mii/miidevs.h b/sys/dev/mii/miidevs.h index ac2d4b52d82..dd26d8b9d2a 100644 --- a/sys/dev/mii/miidevs.h +++ b/sys/dev/mii/miidevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: miidevs.h,v 1.39 2003/05/14 05:17:11 nate Exp $ */ +/* $OpenBSD: miidevs.h,v 1.40 2003/08/12 19:44:43 mickey Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: miidevs,v 1.36 2003/05/14 05:16:58 nate Exp + * OpenBSD: miidevs,v 1.37 2003/08/12 19:42:37 mickey Exp */ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ @@ -109,6 +109,8 @@ /* Altima Communications PHYs */ #define MII_MODEL_xxALTIMA_AC101 0x0021 #define MII_STR_xxALTIMA_AC101 "AC101 10/100 media interface" +#define MII_MODEL_xxALTIMA_AC101L 0x0012 +#define MII_STR_xxALTIMA_AC101L "AC101L 10/100 media interface" /* Broadcom Corp. PHYs */ #define MII_MODEL_xxBROADCOM_BCM5400 0x0004 |