diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2011-10-12 19:23:28 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2011-10-12 19:23:28 +0000 |
| commit | 899be937b5efa5382bbea8056071d175a169520c (patch) | |
| tree | 29b08e88f28323211f65af276998b0483f347d1d /sys/dev | |
| parent | af79fa1a8bde7900443765e5d0cbdda7ab238279 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/iwn/if_iwn.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/iwn/if_iwn.c b/sys/dev/iwn/if_iwn.c index 5e63dd6e3cd0..a170fc3f7876 100644 --- a/sys/dev/iwn/if_iwn.c +++ b/sys/dev/iwn/if_iwn.c @@ -89,6 +89,7 @@ static const struct iwn_ident iwn_ident_table[] = { { 0x8086, 0x008b, "Intel(R) Centrino(R) Wireless-N 1030" }, { 0x8086, 0x0090, "Intel(R) Centrino(R) Advanced-N 6230" }, { 0x8086, 0x0091, "Intel(R) Centrino(R) Advanced-N 6230" }, + { 0x8086, 0x0896, "Intel(R) Centrino(R) Wireless-N 130" }, { 0x8086, 0x4229, "Intel(R) Wireless WiFi Link 4965" }, { 0x8086, 0x422b, "Intel(R) Centrino(R) Ultimate-N 6300" }, { 0x8086, 0x422c, "Intel(R) Centrino(R) Advanced-N 6200" }, |
