Date: Mon, 17 Jun 1996 18:22:42 -0700 (PDT) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/gnu/i386/isa dgb.c src/sys/i386/i386 machdep.c pmap.c src/sys/i386/apm apm.c src/sys/i386/isa asc.c b004.c ctx.c ft.c gpib.c if_ed.c if_eg.c if_el.c if_ep.c if_fe.c if_ie.c if_le.c if_zp.c istallion.c mcd.c pcibus.c pcicx.c rc.c scd.c spigot.c src/sys/pci if_pdq.c Message-ID: <199606180122.SAA14625@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 96/06/17 18:22:41 Modified: sys/gnu/i386/isa dgb.c sys/i386/apm apm.c sys/i386/i386 machdep.c pmap.c sys/i386/isa asc.c b004.c ctx.c ft.c gpib.c if_ed.c if_eg.c if_el.c if_ep.c if_fe.c if_ie.c if_le.c if_zp.c istallion.c mcd.c pcibus.c pcicx.c rc.c scd.c spigot.c sys/pci if_pdq.c Log: Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h is only used by the icu support modules and by a few drivers that know too much about the icu (most only use it to convert `n' to `IRQn'). isa.h is only used by ioconf.c and by a few drivers that know too much about isa addresses (a few have to, because config is deficient). Revision Changes Path 1.19 +1 -3 src/sys/gnu/i386/isa/dgb.c 1.44 +1 -3 src/sys/i386/apm/apm.c 1.193 +1 -3 src/sys/i386/i386/machdep.c 1.106 +1 -3 src/sys/i386/i386/pmap.c 1.20 +1 -2 src/sys/i386/isa/asc.c 1.16 +0 -2 src/sys/i386/isa/b004.c 1.18 +1 -3 src/sys/i386/isa/ctx.c 1.26 +1 -2 src/sys/i386/isa/ft.c 1.17 +0 -1 src/sys/i386/isa/gpib.c 1.100 +1 -2 src/sys/i386/isa/if_ed.c 1.14 +1 -3 src/sys/i386/isa/if_eg.c 1.24 +1 -3 src/sys/i386/isa/if_el.c 1.49 +1 -3 src/sys/i386/isa/if_ep.c 1.16 +1 -2 src/sys/i386/isa/if_fe.c 1.34 +1 -3 src/sys/i386/isa/if_ie.c 1.33 +1 -2 src/sys/i386/isa/if_le.c 1.21 +1 -3 src/sys/i386/isa/if_zp.c 1.4 +1 -2 src/sys/i386/isa/istallion.c 1.81 +1 -3 src/sys/i386/isa/mcd.c 1.26 +1 -2 src/sys/i386/isa/pcibus.c 1.3 +0 -2 src/sys/i386/isa/pcicx.c 1.24 +0 -1 src/sys/i386/isa/rc.c 1.22 +1 -2 src/sys/i386/isa/scd.c 1.24 +0 -2 src/sys/i386/isa/spigot.c 1.16 +1 -2 src/sys/pci/if_pdq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606180122.SAA14625>