diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-05-01 05:16:36 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-05-01 05:16:36 +0000 |
commit | 6cd0bab5d56068b3fe58b20f47a26ab7b818361a (patch) | |
tree | 194d594ef79293205340cc73c75cbf541b040109 /sys/dev/sk | |
parent | 323b71146a73214147ca33b3757ac2de66958789 (diff) |
Notes
Diffstat (limited to 'sys/dev/sk')
-rw-r--r-- | sys/dev/sk/if_sk.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sk/if_sk.c b/sys/dev/sk/if_sk.c index 0f70832bf4e24..80c280bfc74fc 100644 --- a/sys/dev/sk/if_sk.c +++ b/sys/dev/sk/if_sk.c @@ -159,6 +159,7 @@ static struct sk_type sk_devs[] = { DEVICEID_SK_V2, "Marvell Gigabit Ethernet" }, +#ifdef not_yet { VENDORID_MARVELL, DEVICEID_MRVL_4360, @@ -174,6 +175,7 @@ static struct sk_type sk_devs[] = { DEVICEID_MRVL_4362, "Marvell 88E8053 Gigabit Ethernet Controller" }, +#endif { VENDORID_MARVELL, DEVICEID_BELKIN_5005, |