summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/atw.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/dev/ic/atw.c b/sys/dev/ic/atw.c
index a3b72c67867..d9666960549 100644
--- a/sys/dev/ic/atw.c
+++ b/sys/dev/ic/atw.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: atw.c,v 1.2 2004/07/07 19:07:23 millert Exp $ */
-/* $NetBSD: atw.c,v 1.33 2004/06/23 08:05:01 dyoung Exp $ */
+/* $OpenBSD: atw.c,v 1.3 2004/07/07 19:11:27 millert Exp $ */
+/* $NetBSD: atw.c,v 1.35 2004/06/23 09:05:50 dyoung Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2002, 2003, 2004 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
#include <sys/cdefs.h>
#if defined(__NetBSD__)
-__KERNEL_RCSID(0, "$NetBSD: atw.c,v 1.32 2004/06/06 04:38:33 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atw.c,v 1.35 2004/06/23 09:05:50 dyoung Exp $");
#endif
#include "bpfilter.h"
@@ -645,6 +645,10 @@ atw_attach(struct atw_softc *sc)
break;
case ATW_BBPTYPE_MARVEL:
break;
+ case ATW_C_BBPTYPE_RFMD:
+ printf("%s: ADM8211C MAC/RFMD BBP not supported yet.\n",
+ sc->sc_dev.dv_xname);
+ break;
}
sc->sc_bbpctl_wr = reg | ATW_BBPCTL_WR;