Date: Thu, 18 Jun 1998 08:32:11 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include random.h types.h src/sys/i386/isa intr_machdep.c intr_machdep.h isa_device.h random_machdep.c src/sys/kern kern_intr.c src/sys/pccard pccard.c pcic.c Message-ID: <199806181532.IAA10949@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/06/18 08:32:11 PDT
Modified files:
sys/i386/include random.h types.h
sys/i386/isa intr_machdep.c intr_machdep.h
isa_device.h random_machdep.c
sys/kern kern_intr.c
sys/pccard pccard.c pcic.c
Log:
Changed the type of an isa/general interrupt handler to take a
`void *' arg. Fixed or hid most of the resulting type mismatches.
Handlers can now be updated locally (except for reworking their
global declarations in isa_device.h).
Revision Changes Path
1.15 +2 -2 src/sys/i386/include/random.h
1.13 +3 -3 src/sys/i386/include/types.h
1.12 +4 -4 src/sys/i386/isa/intr_machdep.c
1.13 +2 -2 src/sys/i386/isa/intr_machdep.h
1.51 +15 -1 src/sys/i386/isa/isa_device.h
1.28 +2 -2 src/sys/i386/isa/random_machdep.c
1.17 +2 -3 src/sys/kern/kern_intr.c
1.62 +3 -3 src/sys/pccard/pccard.c
1.60 +4 -4 src/sys/pccard/pcic.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806181532.IAA10949>
