Searched hist:10708 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/si/
H A Dsi.cdiff 10708 Wed Sep 13 06:45:28 MDT 1995 peter 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

Completed in 72 milliseconds