Author: bschmidt
Date: Sun May  8 10:19:29 2011
New Revision: 221634
URL: http://svn.freebsd.org/changeset/base/221634

Log:
  Re-add 2 device IDs which got lost.
  
  Pointed out by:       benjsc

Modified:
  head/sys/dev/iwn/if_iwn.c

Modified: head/sys/dev/iwn/if_iwn.c
==============================================================================
--- head/sys/dev/iwn/if_iwn.c   Sun May  8 09:46:09 2011        (r221633)
+++ head/sys/dev/iwn/if_iwn.c   Sun May  8 10:19:29 2011        (r221634)
@@ -92,8 +92,10 @@ static const struct iwn_ident iwn_ident_
        { 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"         },
+       { 0x8086, 0x422d, "Intel(R) Wireless WiFi Link 4965"             },
        { 0x8086, 0x4230, "Intel(R) Wireless WiFi Link 4965"             },
        { 0x8086, 0x4232, "Intel(R) WiFi Link 5100"                      },
+       { 0x8086, 0x4233, "Intel(R) Wireless WiFi Link 4965"             },
        { 0x8086, 0x4235, "Intel(R) Ultimate N WiFi Link 5300"           },
        { 0x8086, 0x4236, "Intel(R) Ultimate N WiFi Link 5300"           },
        { 0x8086, 0x4237, "Intel(R) WiFi Link 5100"                      },
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to