Date: Mon, 20 Apr 1998 08:05:10 -0700 (PDT) From: Nate Williams <nate@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pccard pcic.c Message-ID: <199804201505.IAA28955@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
nate 1998/04/20 08:05:10 PDT Modified files: (Branch: RELENG_2_2) sys/pccard pcic.c Log: MFC: - gcc -ansi cleanups - Don't clear registers - misc. white-space cleanups - Made the fake interrupt routine into a real routine The latter shouldn't be necessary, since interrupts are disabled the entire time the fake interrupt routine is active, but is provided until we can figure out what's going on. Revision Changes Path 1.23.2.7 +19 -21 src/sys/pccard/pcic.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804201505.IAA28955>