From 74ccbaf2d81548f83ae5cbf0fe6fc8ce84da1feb Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 10 Jan 2000 06:13:52 +0000 Subject: Add new resource flag type: RF_PCCARD_ATTR for pccard's attribute memory. This was suggested by Doug a while ago. --- sys/sys/rman.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/sys/rman.h') diff --git a/sys/sys/rman.h b/sys/sys/rman.h index 0e59f75..02b319a 100644 --- a/sys/sys/rman.h +++ b/sys/sys/rman.h @@ -64,6 +64,8 @@ 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 { -- cgit v1.1