summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2005-01-03 19:59:19 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2005-01-03 19:59:19 +0000
commit56d6e37107d2d7365ceb0379a6c50036f4ec14cf (patch)
tree082c7ac40406acbb69a9d422ab820f53054ecde9 /sys/dev/ic
parent8481a3387e7441cf0878a20c61932e3e611b631a (diff)
Make ath at cardbus not depend on ath at pci. ok reyk@
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/ath.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/ic/ath.c b/sys/dev/ic/ath.c
index 51939fe7907..d285edd181d 100644
--- a/sys/dev/ic/ath.c
+++ b/sys/dev/ic/ath.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ath.c,v 1.5 2004/12/31 01:00:23 reyk Exp $ */
+/* $OpenBSD: ath.c,v 1.6 2005/01/03 19:59:18 jsg Exp $ */
/* $NetBSD: ath.c,v 1.37 2004/08/18 21:59:39 dyoung Exp $ */
/*-
@@ -191,6 +191,10 @@ static int ath_xchanmode = AH_TRUE; /* enable extended channels */
static int ath_countrycode = CTRY_DEFAULT; /* country code */
static int ath_regdomain = DMN_DEFAULT; /* regulatory domain */
+struct cfdriver ath_cd = {
+ NULL, "ath", DV_IFNET
+};
+
#ifdef AR_DEBUG
enum {
ATH_DEBUG_XMIT = 0x00000001, /* basic xmit operation */