Date: Mon, 4 Nov 2013 05:40:20 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r257607 - head/sys/dev/iwn Message-ID: <201311040540.rA45eKtd020053@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311040540.rA45eKtd020053>