From 0ac8befebea42a885aa33ea3f52745b07122a4ef Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 17 Apr 2000 04:28:12 +0000 Subject: [PATCH] Remove RF_PCCARD_ATTR. I should have done this before 4.0. It isn't part of the API. --- sys/sys/rman.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/sys/rman.h b/sys/sys/rman.h index 02b319a7869..0e59f75fced 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 {