Date: Wed, 13 Sep 1995 01:45:33 -0700 From: Peter Wemm <peter> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa si.c Message-ID: <199509130845.BAA14568@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 95/09/13 01:45:31 Modified: sys/i386/include si.h Log: Move some kernel-only stuff to a kernel-only file. Submitted by: bde Modified: sys/i386/isa si.c Log: From Bruce Evans: (prototype related changes, other cleanups) Add prototypes. Use static for function definitions to match existing prototypes. Otherwise leave functions that should be static as extern. TODO: declare everthing except sidriver and siintr as static. I use some new cdevs registration functions to do this for syscons and pcvt. Fix siintr() to match its prototype in ioconf.c (don't return anything). This may break the eisa support, but Julian says that eisa interrupts never worked anyway. (EISA support was never tested anyway - Peter) Submitted by: bde
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509130845.BAA14568>
