From 749a7cc7f5c40e76b4067b8a29080a4bc2d29032 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 12 Jun 2003 04:46:43 +0000 Subject: OLDCARD is OBSOLETE_IN_6. Tag it as such. --- sys/pccard/pccard.c | 2 ++ sys/pccard/pccard_beep.c | 2 ++ sys/pccard/pccard_nbk.c | 2 ++ sys/pccard/pcic.c | 2 ++ sys/pccard/pcic_isa.c | 2 ++ sys/pccard/pcic_pci.c | 2 ++ 6 files changed, 12 insertions(+) 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 #include #include 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 #include #include 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 #include #include 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 #include #include 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 #include #include 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 #include #include -- cgit v1.1