Bruce Evans
2e69f359d1
Fix benign type mismatches in isa interrupt handlers. Many returned int
...
instead of void.
1995-09-19 18:55:37 +00:00
Bruce Evans
6003967057
Fix benign type mismatches in devsw functions. 82 out of 299 devsw
...
functions were wrong.
1995-09-08 11:09:15 +00:00
Rodney W. Grimes
b2b795f07c
Fix -Wformat warnings from LINT kernel.
1995-05-11 19:26:53 +00:00
Bruce Evans
3aa12267a5
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
...
(except in netccitt, netiso and netns) that I didn't notice when I fixed
"all" such warnings before.
1995-03-28 07:58:53 +00:00
Jordan K. Hubbard
1d5f5f9312
Fix a few bogons introduced when config lost the 3 char limitation.
1995-02-16 08:06:28 +00:00
Jordan K. Hubbard
7b2e66b08b
Fix a few more nits. Should compile better now! :_)
1995-02-15 11:59:41 +00:00
Jordan K. Hubbard
7543a838ee
Fix up include paths, nuke some warnings.
1995-02-15 06:28:29 +00:00
Jordan K. Hubbard
e316b1a9de
An ISDN driver that supports the EDSS1 and the 1TR6 ISDN interfaces.
...
EDSS1 is the "Euro-ISDN", 1TR6 is the soon obsolete german ISDN Interface.
Obtained from: Dietmar Friede <dfriede@drnhh.neuhaus.de> and
Juergen Krause <jkr@saarlink.de>
This is only one part - the rest to follow in a couple of hours.
This part is a benign import, since it doesn't affect anything else.
1995-02-14 15:00:39 +00:00