diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-29 06:23:32 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-29 06:23:32 +0000 |
commit | c4b175678ad287cd7767bfc5ede1bca4352e3357 (patch) | |
tree | 2914733e252eb1bb74d442ab2b4e23bc2f61a952 /sys/dev/isa/rtfps.c | |
parent | 69209242aafc4e0e192c289b0da6e12b86147c6d (diff) |
Match com changes.
Diffstat (limited to 'sys/dev/isa/rtfps.c')
-rw-r--r-- | sys/dev/isa/rtfps.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/isa/rtfps.c b/sys/dev/isa/rtfps.c index a2493d42875..a9ef43d0ba0 100644 --- a/sys/dev/isa/rtfps.c +++ b/sys/dev/isa/rtfps.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtfps.c,v 1.15 1996/12/03 07:48:24 niklas Exp $ */ +/* $OpenBSD: rtfps.c,v 1.16 1997/01/29 06:23:31 downsj Exp $ */ /* $NetBSD: rtfps.c,v 1.27 1996/10/21 22:41:18 thorpej Exp $ */ /* @@ -53,7 +53,6 @@ struct rtfps_softc { void *sc_ih; bus_space_tag_t sc_iot; - isa_chipset_tag_t sc_ic; int sc_iobase; int sc_irqport; bus_space_handle_t sc_irqioh; @@ -159,7 +158,6 @@ rtfpsattach(parent, self, aux) int i; sc->sc_iot = ia->ia_iot; - sc->sc_ic = ia->ia_ic; sc->sc_iobase = ia->ia_iobase; if (ia->ia_irq >= 16 || irqport[ia->ia_irq] == IOBASEUNK) @@ -181,7 +179,6 @@ rtfpsattach(parent, self, aux) for (i = 0; i < NSLAVES; i++) { ca.ca_slave = i; ca.ca_iot = sc->sc_iot; - ca.ca_ic = sc->sc_ic; ca.ca_ioh = sc->sc_slaveioh[i]; ca.ca_iobase = sc->sc_iobase + i * COM_NPORTS; ca.ca_noien = 0; |