freebsd-dev/sys/dev/si
Peter Wemm 832e06d4dc 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
1995-09-13 08:45:28 +00:00
..
si.c From Bruce Evans: (prototype related changes, other cleanups) 1995-09-13 08:45:28 +00:00
si.h Move some kernel-only stuff to a kernel-only file. 1995-09-13 08:39:28 +00:00
sireg.h Bring in my long-overdue version of the Specialix driver. 1995-08-09 13:13:47 +00:00