summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/cronyx.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved some definitions of initialized data nearer to the start ofbde1997-07-201-157/+157
| | | | | | | | | | | | | | | | | | | | | the file so that this compiles without forward declarations of that data. (It is impossible to forward-declare static data in Gnu C. Declaring it as static is correct, but causes bogus warnings from gcc -Wredundant-decls. Declaring it as extern works, but causes correct warnings from gcc -pedantic and is undefined in ANSI C. We usually declare it as extern. Here it was once really extern, but botched staticization left it as static here and apparently- extern in a header file.) ---------------------------------------------------------------------- another system, such as NetBSD, CVS: then name the system in this line, otherwise delete it. CVS: Reviewed by: CVS: Before committing changes please have someone check your work and CVS: include their name here. If the change is trivial and you have not else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: ---------------------------------------------------------------------- ----------------------------------------------------------------------
* Staticize and cleanup.phk1995-12-101-56/+23
|
* Untangled the vm.h include file spaghetti.dg1995-12-071-0/+2
|
* Remove bogus includes that became fatal after the previous (intended tobde1995-10-101-8/+1
| | | | be cosmetic?) commit.
* Include <sys/systm.h>dg1995-10-091-0/+1
|
* This upgrades the driver for Cronyx-Sigma multiplexor boardsjkh1995-10-041-12/+37
| | | | | from version 1.2 to version 1.9. Submitted by: Serge Vakulenko, <vak@cronyx.ru>
* Fix compiler warnings (systm.h wasn't included).bde1995-07-161-0/+1
|
* Remove trailing whitespace.rgrimes1995-05-301-7/+7
|
* Fix bogus and broken include paths:bde1994-12-041-8/+7
| | | | | | | | | | | | | | | | | | | <string.h> isn't supposed to be used by the kernel. cronix.h is <machine/cronix.h>, not "cronyx.h" (ambiguous) or <sys/cronyx.h> (nonexistent; caused compile to fail). cxreg.h is <i386/isa/cxreg.h>, not "cxreg.h". <i386/isa/cpufunc.h> shouldn't be included directly; it is always included by <sys/systm.h>. <i386/include/*.h> is <machine/*.h> <systm.h> is <sys/systm.h>. <kernel.h> is <sys/kernel.h>. <bpfilter.h> is "bpfilter.h". It really is in the current directory.
* Cronyx/Sigma sync/async serial driver with PPP supportwollman1994-12-021-0/+1041
from Serge Vakulenko
OpenPOWER on IntegriCloud