Date: Sat, 30 Jun 2018 04:30:08 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r335812 - head/sys/dev/iwn Message-ID: <201806300430.w5U4U8sg049138@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Sat Jun 30 04:30:08 2018 New Revision: 335812 URL: https://svnweb.freebsd.org/changeset/base/335812 Log: iwn: Add the missing IWN_SDID_6035_5 subdevice Obtained from: Haiku (da166fc6469b98397de98a7ccc13b82a3cd3b290) Modified: head/sys/dev/iwn/if_iwn.c head/sys/dev/iwn/if_iwn_devid.h Modified: head/sys/dev/iwn/if_iwn.c ============================================================================== --- head/sys/dev/iwn/if_iwn.c Sat Jun 30 01:04:37 2018 (r335811) +++ head/sys/dev/iwn/if_iwn.c Sat Jun 30 04:30:08 2018 (r335812) @@ -862,6 +862,7 @@ iwn_config_specific(struct iwn_softc *sc, uint16_t pid case IWN_SDID_6035_2: case IWN_SDID_6035_3: case IWN_SDID_6035_4: + case IWN_SDID_6035_5: sc->fwname = "iwn6000g2bfw"; sc->limits = &iwn6235_sensitivity_limits; sc->base_params = &iwn_6235_base_params; Modified: head/sys/dev/iwn/if_iwn_devid.h ============================================================================== --- head/sys/dev/iwn/if_iwn_devid.h Sat Jun 30 01:04:37 2018 (r335811) +++ head/sys/dev/iwn/if_iwn_devid.h Sat Jun 30 04:30:08 2018 (r335812) @@ -170,6 +170,7 @@ #define IWN_SDID_6035_2 0x4260 #define IWN_SDID_6035_3 0x4460 #define IWN_SDID_6035_4 0x4860 +#define IWN_SDID_6035_5 0x5260 /* * -------------------------------------------------------------------------- * Device ID for 1030 and 6030 Series
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806300430.w5U4U8sg049138>