diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1999-04-11 03:06:07 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1999-04-11 03:06:07 +0000 |
| commit | c6d0e3f0c1c95f1f96f9cbb5697ba8aa00afa3b3 (patch) | |
| tree | 97231aa25a55c07142b8ff28245f1aa8318de35f /sys/dev/advansys | |
| parent | bff24b1f66eb622eeb5380d0c61af17b2c3ecb47 (diff) | |
Notes
Diffstat (limited to 'sys/dev/advansys')
| -rw-r--r-- | sys/dev/advansys/adv_isa.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/advansys/adv_isa.c b/sys/dev/advansys/adv_isa.c index 7e9b84de9481a..6d9e4c2dc6721 100644 --- a/sys/dev/advansys/adv_isa.c +++ b/sys/dev/advansys/adv_isa.c @@ -44,7 +44,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: adv_isa.c,v 1.7 1998/11/10 06:44:54 gibbs Exp $ + * $Id: adv_isa.c,v 1.8 1998/12/22 18:14:12 gibbs Exp $ */ #include <sys/param.h> @@ -76,7 +76,7 @@ static bus_dmamap_t overrun_dmamap; static bus_addr_t overrun_physbase; /* Possible port addresses an ISA or VL adapter can live at */ -u_int16_t adv_isa_ioports[] = +static u_int16_t adv_isa_ioports[] = { 0x100, 0x110, /* First selection in BIOS setup */ @@ -375,7 +375,7 @@ adv_set_isapnp_wait_for_key(void) * XXX should go away as soon as ISA interrupt handlers * take a (void *) arg. */ -void +static void adv_isa_intr(void *unit) { struct adv_softc *arg = advsoftcs[(int)unit]; |
