diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-11-14 12:28:01 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-11-14 12:28:01 +0000 |
commit | 42b2050e52ddb8178246c5d9f7e1aa426364803f (patch) | |
tree | c07789f802dcbcd721a3719976a3c28ebf8dc152 /sys/dev/isa | |
parent | d4b30e4dab55ba0f01500509496caae6e7715c70 (diff) |
msize is proper bus_size_t
Diffstat (limited to 'sys/dev/isa')
-rw-r--r-- | sys/dev/isa/if_lc_isa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/if_lc_isa.c b/sys/dev/isa/if_lc_isa.c index ba758a46e6e..e2cd42c2212 100644 --- a/sys/dev/isa/if_lc_isa.c +++ b/sys/dev/isa/if_lc_isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_lc_isa.c,v 1.5 2005/06/08 17:03:00 henning Exp $ */ +/* $OpenBSD: if_lc_isa.c,v 1.6 2005/11/14 12:28:00 mickey Exp $ */ /* $NetBSD: if_lc_isa.c,v 1.10 2001/06/13 10:46:03 wiz Exp $ */ /*- @@ -89,7 +89,7 @@ lemac_isa_find(sc, ia, attach) int attach; { bus_addr_t maddr; - bus_addr_t msize; + bus_size_t msize; int rv = 0, irq; /* |