diff options
| author | Ugen J.S. Antsilevich <ugen@FreeBSD.org> | 1995-03-12 13:23:10 +0000 |
|---|---|---|
| committer | Ugen J.S. Antsilevich <ugen@FreeBSD.org> | 1995-03-12 13:23:10 +0000 |
| commit | 341dbf8041fea496a99b1d43af912153536e9578 (patch) | |
| tree | 8af1aaf7687c982142afb16235ff6e32938f4a67 /sys | |
| parent | 1475d9283e96cbfaf43e4b46f5daefb27e47c949 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/i386/isa/isa_device.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/isa/isa_device.h b/sys/i386/isa/isa_device.h index 08a49d0d38e6..63c54084b348 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() */ }; /* |
