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/ti | |
| parent | 5b6478b07785cbc4771d7f164985bbd0a547091d (diff) | |
Notes
Diffstat (limited to 'sys/dev/ti')
| -rw-r--r-- | sys/dev/ti/if_ti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c index aadd88c55a27..d31af291c682 100644 --- a/sys/dev/ti/if_ti.c +++ b/sys/dev/ti/if_ti.c @@ -145,7 +145,7 @@ typedef enum { * Various supported device vendors/types and their names. */ -static const struct ti_type const ti_devs[] = { +static const struct ti_type ti_devs[] = { { ALT_VENDORID, ALT_DEVICEID_ACENIC, "Alteon AceNIC 1000baseSX Gigabit Ethernet" }, { ALT_VENDORID, ALT_DEVICEID_ACENIC_COPPER, |
