diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2012-11-05 19:16:27 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2012-11-05 19:16:27 +0000 |
| commit | 29658c96ce9914fdf4ff4e3519fbec696ef32118 (patch) | |
| tree | 94ae3a33b6da3a7eb7e7354e30b147e8e406b496 /sys/dev/dc | |
| parent | 5b6478b07785cbc4771d7f164985bbd0a547091d (diff) | |
Notes
Diffstat (limited to 'sys/dev/dc')
| -rw-r--r-- | sys/dev/dc/if_dc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/dc/if_dc.c b/sys/dev/dc/if_dc.c index f8f9af23676d..01f49749f3eb 100644 --- a/sys/dev/dc/if_dc.c +++ b/sys/dev/dc/if_dc.c @@ -150,7 +150,7 @@ MODULE_DEPEND(dc, miibus, 1, 1, 1); /* * Various supported device vendors/types and their names. */ -static const struct dc_type const dc_devs[] = { +static const struct dc_type dc_devs[] = { { DC_DEVID(DC_VENDORID_DEC, DC_DEVICEID_21143), 0, "Intel 21143 10/100BaseTX" }, { DC_DEVID(DC_VENDORID_DAVICOM, DC_DEVICEID_DM9009), 0, |
