diff options
| author | 1996-05-26 00:26:49 +0000 | |
|---|---|---|
| committer | 1996-05-26 00:26:49 +0000 | |
| commit | f1a5e2be32139baf487357d03306fdd6d90fe493 (patch) | |
| tree | 28cd7e71dfba717070a26135cf18f1343a476fca /sys/dev/isa/isa.c | |
| parent | force NKPDE to 31 on all machines until a better fix is available (diff) | |
| download | wireguard-openbsd-f1a5e2be32139baf487357d03306fdd6d90fe493.tar.xz wireguard-openbsd-f1a5e2be32139baf487357d03306fdd6d90fe493.zip | |
sync 0521
Diffstat (limited to 'sys/dev/isa/isa.c')
| -rw-r--r-- | sys/dev/isa/isa.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/dev/isa/isa.c b/sys/dev/isa/isa.c index 435f3b45f5a..f50e0e9a90b 100644 --- a/sys/dev/isa/isa.c +++ b/sys/dev/isa/isa.c @@ -1,5 +1,5 @@ -/* $OpenBSD: isa.c,v 1.9 1996/05/10 12:37:45 deraadt Exp $ */ -/* $NetBSD: isa.c,v 1.82 1996/05/05 01:14:07 thorpej Exp $ */ +/* $OpenBSD: isa.c,v 1.10 1996/05/26 00:27:23 deraadt Exp $ */ +/* $NetBSD: isa.c,v 1.85 1996/05/14 00:31:04 thorpej Exp $ */ /*- * Copyright (c) 1993, 1994 Charles Hannum. All rights reserved. @@ -36,9 +36,8 @@ #include <sys/conf.h> #include <sys/malloc.h> #include <sys/device.h> -#ifndef i386 /* XXX */ + #include <machine/intr.h> -#endif /* XXX */ #include <dev/isa/isareg.h> #include <dev/isa/isavar.h> @@ -86,7 +85,7 @@ isaattach(parent, self, aux) sc->sc_ic = iba->iba_ic; /* - * Map port 0x84, which causes a 2.5us delay when read. + * Map port 0x84, which causes a 1.25us delay when read. * We do this now, since several drivers need it. */ if (bus_io_map(sc->sc_bc, 0x84, 1, &sc->sc_delayioh)) |
