summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/cronyx.h
Commit message (Collapse)AuthorAgeFilesLines
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+4
| | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come.
* Don't declare prototypes for driver functions unless KERNEL is defined.bde1998-02-031-0/+2
|
* Fixed pedantic ANSI C errors:bde1997-07-201-11/+2
| | | | | - don't put a comma after the last element in enum declarations. - don't declare static objects as extern.
* Clean up Ethernet drivers:wollman1996-02-061-1/+0
| | | | | | | | - fill in and use ifp->if_softc - use if_bpf rather than private cookie variables - change bpf interface to take advantage of this - call ether_ifattach() directly from Ethernet drivers - delete kludge in if_attach() that did this indirectly
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-4/+4
| | | | a bunch of system include files.
* Staticize and cleanup.phk1995-12-101-5/+0
|
* This upgrades the driver for Cronyx-Sigma multiplexor boardsjkh1995-10-041-1/+21
| | | | | from version 1.2 to version 1.9. Submitted by: Serge Vakulenko, <vak@cronyx.ru>
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* Cronyx/Sigma sync/async serial driver with PPP supportwollman1994-12-021-0/+475
from Serge Vakulenko
OpenPOWER on IntegriCloud