svn commit: r257607 - head/sys/dev/iwn

Adrian Chadd adrian at FreeBSD.org
Mon Nov 4 05:40:20 UTC 2013


Author: adrian
Date: Mon Nov  4 05:40:19 2013
New Revision: 257607
URL: http://svnweb.freebsd.org/changeset/base/257607

Log:
  Add device ids for the Centrino 2x00 devices.
  
  Submitted by:	Cedric Gross <cg at cgross.info>

Modified:
  head/sys/dev/iwn/if_iwn_devid.h

Modified: head/sys/dev/iwn/if_iwn_devid.h
==============================================================================
--- head/sys/dev/iwn/if_iwn_devid.h	Mon Nov  4 05:18:19 2013	(r257606)
+++ head/sys/dev/iwn/if_iwn_devid.h	Mon Nov  4 05:40:19 2013	(r257607)
@@ -41,6 +41,20 @@
  * DEVICE ID BLOCK
  * ==========================================================================
 */
+
+/*
+ * --------------------------------------------------------------------------
+ * Device ID for 2x00 series
+ * --------------------------------------------------------------------------
+ */
+#define	IWN_DID_2x00_1		0x0890
+#define	IWN_DID_2x00_2		0x0891
+/* SubDevice ID */
+#define	IWN_SDID_2x00_1		0x4022
+#define	IWN_SDID_2x00_2		0x4222
+#define	IWN_SDID_2x00_3		0x4422
+#define	IWN_SDID_2x00_4		0x4822
+
 /*
  * --------------------------------------------------------------------------
  * Device ID for 2x30 series


More information about the svn-src-head mailing list