diff options
Diffstat (limited to 'sys/dev/sk/if_sk.c')
-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, |