summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2004-07-07 19:08:26 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2004-07-07 19:08:26 +0000
commiteb2a21fc5bceef91d2326a6f6615b3f547b6b9b5 (patch)
tree062acb35fcae0109393dd325ec247d21827debca /sys/dev
parent16955b380d5efb513b5ec9273a4b41325f80b256 (diff)
The ADM8211C uses a different BBP type-number for RFMD parts than
the original ADM8211. From NetBSD (dyoung)
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/atwvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/atwvar.h b/sys/dev/ic/atwvar.h
index 44acd19d253..2eeb32c0594 100644
--- a/sys/dev/ic/atwvar.h
+++ b/sys/dev/ic/atwvar.h
@@ -1,4 +1,4 @@
-/* $NetBSD: atwvar.h,v 1.8 2004/01/29 10:25:49 dyoung Exp $ */
+/* $NetBSD: atwvar.h,v 1.9 2004/06/23 08:13:29 dyoung Exp $ */
/*
* Copyright (c) 2003, 2004 The NetBSD Foundation, Inc. All rights reserved.
@@ -146,7 +146,7 @@ enum atw_rftype { ATW_RFTYPE_INTERSIL = 0, ATW_RFTYPE_RFMD = 1,
ATW_RFTYPE_MARVEL = 2 };
enum atw_bbptype { ATW_BBPTYPE_INTERSIL = 0, ATW_BBPTYPE_RFMD = 1,
- ATW_BBPTYPE_MARVEL = 2 };
+ ATW_BBPTYPE_MARVEL = 2, ATW_C_BBPTYPE_RFMD = 5 };
/* Radio capture format for ADMtek. */