summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-04-17 04:28:12 +0000
committerimp <imp@FreeBSD.org>2000-04-17 04:28:12 +0000
commit8a816e7c5061d15e9567307fba79546841caba30 (patch)
tree5158f2b6c11175cb547454e8d9e295486da6a9db /sys
parentf46f4ce9728100009a0e86394d5f26e5f4fbcd6f (diff)
downloadFreeBSD-src-8a816e7c5061d15e9567307fba79546841caba30.zip
FreeBSD-src-8a816e7c5061d15e9567307fba79546841caba30.tar.gz
Remove RF_PCCARD_ATTR. I should have done this before 4.0. It isn't part
of the API.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/rman.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/rman.h b/sys/sys/rman.h
index 02b319a..0e59f75 100644
--- a/sys/sys/rman.h
+++ b/sys/sys/rman.h
@@ -64,8 +64,6 @@ struct resource {
#define RF_WANTED 0x0010 /* somebody is waiting for this resource */
#define RF_FIRSTSHARE 0x0020 /* first in sharing list */
-#define RF_PCCARD_ATTR 0x10000 /* PCCARD attribute memory */
-
enum rman_type { RMAN_UNINIT = 0, RMAN_GAUGE, RMAN_ARRAY };
struct rman {
OpenPOWER on IntegriCloud