summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa_device.h
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-10-01 02:56:21 +0000
committerdg <dg@FreeBSD.org>1994-10-01 02:56:21 +0000
commitb329c8342570e9501a8be46799c51d49939ba5b7 (patch)
treecae0fc2309e6ae1169ee8bdcf42212d2f39fb3ea /sys/i386/isa/isa_device.h
parent071d84b9b9d00df243a9bce6702804627afc1037 (diff)
downloadFreeBSD-src-b329c8342570e9501a8be46799c51d49939ba5b7.zip
FreeBSD-src-b329c8342570e9501a8be46799c51d49939ba5b7.tar.gz
Laptop Advanced Power Management support by HOSOKAWA Tatsumi.
Submitted by: HOSOKAWA Tatsumi
Diffstat (limited to 'sys/i386/isa/isa_device.h')
-rw-r--r--sys/i386/isa/isa_device.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/isa/isa_device.h b/sys/i386/isa/isa_device.h
index 31d6c5d..5da5123 100644
--- a/sys/i386/isa/isa_device.h
+++ b/sys/i386/isa/isa_device.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91
- * $Id: isa_device.h,v 1.9 1994/09/02 22:13:34 ats Exp $
+ * $Id: isa_device.h,v 1.10 1994/09/03 16:03:09 csgr Exp $
*/
#ifndef _I386_ISA_ISA_DEVICE_H_
@@ -73,6 +73,7 @@ struct isa_device {
int id_alive; /* device is present */
#define RI_FAST 1 /* fast interrupt handler */
u_int id_ri_flags; /* flags for register_intr() */
+ int id_reconfig; /* hot eject device support (such as PCMCIA) */
};
/*
OpenPOWER on IntegriCloud