summaryrefslogtreecommitdiffstats
path: root/sys/dev/cardbus
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-03-07 08:12:40 +0000
committerimp <imp@FreeBSD.org>2002-03-07 08:12:40 +0000
commit955b896bbcf515a09eb75d0fc1b6d859e8c39f8e (patch)
tree422fa32ded07fa51a3d683963acd3ea35bedff81 /sys/dev/cardbus
parentde68624be2e6b9be491de054971a586780cb16a4 (diff)
downloadFreeBSD-src-955b896bbcf515a09eb75d0fc1b6d859e8c39f8e.zip
FreeBSD-src-955b896bbcf515a09eb75d0fc1b6d859e8c39f8e.tar.gz
Don't use __FBSDID yet. Looks like most (all?) of the rest of the kernel
doesn't do that.
Diffstat (limited to 'sys/dev/cardbus')
-rw-r--r--sys/dev/cardbus/cardbus.c2
-rw-r--r--sys/dev/cardbus/cardbus_cis.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/cardbus/cardbus.c b/sys/dev/cardbus/cardbus.c
index 60baeb7..8fe3bfa 100644
--- a/sys/dev/cardbus/cardbus.c
+++ b/sys/dev/cardbus/cardbus.c
@@ -60,8 +60,6 @@
#include "card_if.h"
#include "pcib_if.h"
-__FBSDID("$FreeBSD$");
-
/* sysctl vars */
SYSCTL_NODE(_hw, OID_AUTO, cardbus, CTLFLAG_RD, 0, "CardBus parameters");
diff --git a/sys/dev/cardbus/cardbus_cis.c b/sys/dev/cardbus/cardbus_cis.c
index 466a667..7061acc 100644
--- a/sys/dev/cardbus/cardbus_cis.c
+++ b/sys/dev/cardbus/cardbus_cis.c
@@ -52,8 +52,6 @@
#include "card_if.h"
-__FBSDID("$FreeBSD$");
-
extern int cardbus_cis_debug;
#define DPRINTF(a) if (cardbus_cis_debug) printf a
OpenPOWER on IntegriCloud