diff options
author | Kazutaka YOKOTA <yokota@FreeBSD.org> | 2001-09-05 03:54:33 +0000 |
---|---|---|
committer | Kazutaka YOKOTA <yokota@FreeBSD.org> | 2001-09-05 03:54:33 +0000 |
commit | c3959391205ed8e27ed60988ab117c6c8ed5a173 (patch) | |
tree | d38fcd9f070b41f11a15c00daf65269c937a5a90 /sys/isa/isa_common.h | |
parent | 8d44fade0ea25f21581d68c66e2a6a756e12b974 (diff) |
Notes
Diffstat (limited to 'sys/isa/isa_common.h')
-rw-r--r-- | sys/isa/isa_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/isa/isa_common.h b/sys/isa/isa_common.h index b940d1463f94a..a2f39f8363a05 100644 --- a/sys/isa/isa_common.h +++ b/sys/isa/isa_common.h @@ -58,8 +58,6 @@ struct isa_device { isa_config_cb *id_config_cb; /* callback function */ void *id_config_arg; /* callback argument */ int id_config_attr; /* pnp config attributes */ -#define ISACFGATTR_CANDISABLE (1 << 0) /* can be disabled */ -#define ISACFGATTR_DYNAMIC (1 << 1) /* dynamic configuration */ }; #define DEVTOISA(dev) ((struct isa_device *) device_get_ivars(dev)) |