From bf7893d3a8ddcee0d8e3ac7a694ad316014abac5 Mon Sep 17 00:00:00 2001 From: niklas Date: Sat, 4 Jan 1997 14:14:55 +0000 Subject: [PATCH] Add XXX comment about the delay port --- sys/dev/isa/isa.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/isa/isa.c b/sys/dev/isa/isa.c index 369285fc19b..f85294f24ae 100644 --- a/sys/dev/isa/isa.c +++ b/sys/dev/isa/isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isa.c,v 1.21 1996/12/09 09:27:06 niklas Exp $ */ +/* $OpenBSD: isa.c,v 1.22 1997/01/04 14:14:55 niklas Exp $ */ /* $NetBSD: isa.c,v 1.85 1996/05/14 00:31:04 thorpej Exp $ */ /*- @@ -93,6 +93,7 @@ isaattach(parent, self, aux) /* * Map port 0x84, which causes a 1.25us delay when read. * We do this now, since several drivers need it. + * XXX this port doesn't exist on all ISA busses... */ if (bus_space_map(sc->sc_iot, 0x84, 1, 0, &sc->sc_delaybah)) panic("isaattach: can't map `delay port'"); /* XXX */ -- 2.20.1