summaryrefslogtreecommitdiffstats
path: root/sys/pccard
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-06-12 04:46:43 +0000
committerimp <imp@FreeBSD.org>2003-06-12 04:46:43 +0000
commit749a7cc7f5c40e76b4067b8a29080a4bc2d29032 (patch)
tree77fe1409726b9f64402399369317af4661422836 /sys/pccard
parent9dfe3bed63a261fabf7eb24e0c81bda933aa7b45 (diff)
downloadFreeBSD-src-749a7cc7f5c40e76b4067b8a29080a4bc2d29032.zip
FreeBSD-src-749a7cc7f5c40e76b4067b8a29080a4bc2d29032.tar.gz
OLDCARD is OBSOLETE_IN_6. Tag it as such.
Diffstat (limited to 'sys/pccard')
-rw-r--r--sys/pccard/pccard.c2
-rw-r--r--sys/pccard/pccard_beep.c2
-rw-r--r--sys/pccard/pccard_nbk.c2
-rw-r--r--sys/pccard/pcic.c2
-rw-r--r--sys/pccard/pcic_isa.c2
-rw-r--r--sys/pccard/pcic_pci.c2
6 files changed, 12 insertions, 0 deletions
diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c
index 71d8b20..16f3a51 100644
--- a/sys/pccard/pccard.c
+++ b/sys/pccard/pccard.c
@@ -32,6 +32,8 @@
* $FreeBSD$
*/
+#define OBSOLETE_IN_6
+
#include <sys/param.h>
#include <sys/types.h>
#include <sys/systm.h>
diff --git a/sys/pccard/pccard_beep.c b/sys/pccard/pccard_beep.c
index a2baea9..e608dc1 100644
--- a/sys/pccard/pccard_beep.c
+++ b/sys/pccard/pccard_beep.c
@@ -5,6 +5,8 @@
*/
/* $FreeBSD$ */
+#define OBSOLETE_IN_6
+
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>
diff --git a/sys/pccard/pccard_nbk.c b/sys/pccard/pccard_nbk.c
index 7c76971..866dcb0 100644
--- a/sys/pccard/pccard_nbk.c
+++ b/sys/pccard/pccard_nbk.c
@@ -48,6 +48,8 @@
* These compatibility nodes are called pccnbk. PCCard New Bus Kludge.
*/
+#define OBSOLETE_IN_6
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/module.h>
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c
index 7c549c0..b590437 100644
--- a/sys/pccard/pcic.c
+++ b/sys/pccard/pcic.c
@@ -30,6 +30,8 @@
* $FreeBSD$
*/
+#define OBSOLETE_IN_6
+
#include <sys/param.h>
#include <sys/bus.h>
#include <sys/kernel.h>
diff --git a/sys/pccard/pcic_isa.c b/sys/pccard/pcic_isa.c
index 92db4e5..c80a1ac 100644
--- a/sys/pccard/pcic_isa.c
+++ b/sys/pccard/pcic_isa.c
@@ -24,6 +24,8 @@
* $FreeBSD$
*/
+#define OBSOLETE_IN_6
+
#include <sys/param.h>
#include <sys/bus.h>
#include <sys/kernel.h>
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c
index d20f8b7..5eec179 100644
--- a/sys/pccard/pcic_pci.c
+++ b/sys/pccard/pcic_pci.c
@@ -29,6 +29,8 @@
* $FreeBSD$
*/
+#define OBSOLETE_IN_6
+
#include <sys/param.h>
#include <sys/bus.h>
#include <sys/kernel.h>
OpenPOWER on IntegriCloud