diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1999-04-24 18:24:43 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1999-04-24 18:24:43 +0000 |
| commit | 424af31b458d3e6f6a0f9c090c10ab1e08179c22 (patch) | |
| tree | 75b13959bd85c5262a992f05b1cd13eeb5f91da7 | |
| parent | 02a3d5261de9e42818b85240b0168e45e3f9dd57 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/isa/isa.c | 4 | ||||
| -rw-r--r-- | sys/i386/isa/isa.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/isa/isa.c b/sys/amd64/isa/isa.c index edd58c0257a7..3547800cd19b 100644 --- a/sys/amd64/isa/isa.c +++ b/sys/amd64/isa/isa.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: isa.c,v 1.120 1999/04/16 23:39:15 peter Exp $ + * $Id: isa.c,v 1.121 1999/04/24 06:47:24 peter Exp $ */ /* @@ -75,7 +75,7 @@ MALLOC_DEFINE(M_ISADEV, "isadev", "ISA device"); * The structure used to attach devices to the isa bus. */ struct isa_device { - short id_port[ISA_NPORT_IVARS]; + int id_port[ISA_NPORT_IVARS]; u_short id_portsize[ISA_NPORT_IVARS]; vm_offset_t id_maddr[ISA_NMEM_IVARS]; vm_size_t id_msize[ISA_NMEM_IVARS]; diff --git a/sys/i386/isa/isa.c b/sys/i386/isa/isa.c index edd58c0257a7..3547800cd19b 100644 --- a/sys/i386/isa/isa.c +++ b/sys/i386/isa/isa.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: isa.c,v 1.120 1999/04/16 23:39:15 peter Exp $ + * $Id: isa.c,v 1.121 1999/04/24 06:47:24 peter Exp $ */ /* @@ -75,7 +75,7 @@ MALLOC_DEFINE(M_ISADEV, "isadev", "ISA device"); * The structure used to attach devices to the isa bus. */ struct isa_device { - short id_port[ISA_NPORT_IVARS]; + int id_port[ISA_NPORT_IVARS]; u_short id_portsize[ISA_NPORT_IVARS]; vm_offset_t id_maddr[ISA_NMEM_IVARS]; vm_size_t id_msize[ISA_NMEM_IVARS]; |
