summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa_device.h
diff options
context:
space:
mode:
authorugen <ugen@FreeBSD.org>1995-03-12 13:23:10 +0000
committerugen <ugen@FreeBSD.org>1995-03-12 13:23:10 +0000
commit016906e77e292516d07827c8f7312dd994c5a0e6 (patch)
tree8af1aaf7687c982142afb16235ff6e32938f4a67 /sys/i386/isa/isa_device.h
parent257edadbd4b70fc6b26062d6734cb736e255097d (diff)
downloadFreeBSD-src-016906e77e292516d07827c8f7312dd994c5a0e6.zip
FreeBSD-src-016906e77e292516d07827c8f7312dd994c5a0e6.tar.gz
Add id_next field to struct isa_device,this does not
breaks anything and needed only in userconfig to make dset work for now..
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 08a49d0..63c5408 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.16 1994/10/25 23:06:16 se Exp $
+ * $Id: isa_device.h,v 1.17 1994/11/03 04:15:04 jkh Exp $
*/
#ifndef _I386_ISA_ISA_DEVICE_H_
@@ -75,6 +75,7 @@ struct isa_device {
u_int id_ri_flags; /* flags for register_intr() */
int id_reconfig; /* hot eject device support (such as PCMCIA) */
int id_enabled; /* is device enabled */
+ struct isa_device *id_next; /* used in isa_devlist in userconfig() */
};
/*
OpenPOWER on IntegriCloud