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

Eitan Adler eadler at FreeBSD.org
Sat Jun 30 04:30:09 UTC 2018


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


More information about the svn-src-head mailing list