aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwn/if_iwnreg.h
diff options
context:
space:
mode:
authorBernhard Schmidt <bschmidt@FreeBSD.org>2010-07-15 09:30:54 +0000
committerBernhard Schmidt <bschmidt@FreeBSD.org>2010-07-15 09:30:54 +0000
commitb1429c8528b825bdcd8f3d1f79444cb04f6f27c5 (patch)
tree5f2a40151d046f4be0425928a2f21183d5177340 /sys/dev/iwn/if_iwnreg.h
parentf901a391d41b7f061122acf0832e2fdafd54ed58 (diff)
downloadsrc-b1429c8528b825bdcd8f3d1f79444cb04f6f27c5.tar.gz
src-b1429c8528b825bdcd8f3d1f79444cb04f6f27c5.zip
- Add new IDs for 6000 series devices.
- The 6000 series WiMAX devices need a separate firmware. - The b-gen devices are not hooked because the hardware revision type is not know. Obtained from: OpenBSD MFC after: 1 week
Notes
Notes: svn path=/head/; revision=210109
Diffstat (limited to 'sys/dev/iwn/if_iwnreg.h')
-rw-r--r--sys/dev/iwn/if_iwnreg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/iwn/if_iwnreg.h b/sys/dev/iwn/if_iwnreg.h
index 06e03ec7449f..88292102bc38 100644
--- a/sys/dev/iwn/if_iwnreg.h
+++ b/sys/dev/iwn/if_iwnreg.h
@@ -1,5 +1,5 @@
/* $FreeBSD$ */
-/* $OpenBSD: if_iwnreg.h,v 1.37 2010/02/17 18:23:00 damien Exp $ */
+/* $OpenBSD: if_iwnreg.h,v 1.38 2010/04/10 08:37:36 damien Exp $ */
/*-
* Copyright (c) 2007, 2008
@@ -204,6 +204,7 @@
#define IWN_HW_REV_TYPE_1000 6
#define IWN_HW_REV_TYPE_6000 7
#define IWN_HW_REV_TYPE_6050 8
+#define IWN_HW_REV_TYPE_6005 11
/* Possible flags for register IWN_GIO_CHICKEN. */
#define IWN_GIO_CHICKEN_L1A_NO_L0S_RX (1 << 23)