Tim Vanderhoek
dea9268b70
Silence -Wtrigraph.
...
Submitted by: Bradley Dunn <bradley@dunn.org> (pr: kern/8817)
1998-12-30 00:37:44 +00:00
Archie Cobbs
f1d19042b0
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
...
and local variables, goto labels, and functions declared but not defined.
1998-12-07 21:58:50 +00:00
Nicolas Souchu
af5487872e
pcf.c: timeout management added
...
ppc.c: nsc code improved. Actually, a complete rewrite.
1998-10-31 11:37:09 +00:00
Bruce Evans
fe310de802
Initialize isa_devtab entries for interrupt handlers in individual
...
device drivers, not in ioconf.c. Use a different hack in isa_device.h
so that a new config(8) is not required yet.
pc98 parts approved by: kato
1998-10-22 05:58:45 +00:00
Nicolas Souchu
0a40e22a5d
- program counter was previously an index in the microsequence, now pc
...
is struct ppb_microseq* pointing directly into the microsequence
1998-09-20 14:47:01 +00:00
Nicolas Souchu
41990851b8
invalid printf call fixed -> compile time warning removed
1998-09-13 20:57:06 +00:00
Nicolas Souchu
54ad6085b1
ppbus enhanced to support ZIP+ : microseq improved
1998-09-13 18:26:44 +00:00
Nicolas Souchu
edcfcf270b
printing with compatible mode fixed if ECP available + more verbose if bootverbose set
1998-09-02 20:34:34 +00:00
Bruce Evans
00671271c3
Fixed printf format errors. Only one left in LINT on i386's.
1998-08-24 02:28:16 +00:00
Mike Smith
46f3ff7986
Major ppbus updates from the author.
...
- ppbus now supports PLIP via the if_plip driver
- ieee1284 infrastructure added, including parallel-port PnP
- port microsequencer added, for scripting the sort of port I/O
that is common with parallel devices without endless calls up and down
through the driver structure.
- improved bus ownership behaviour among the ppbus-using drivers.
- improved I/O chipset feature detection
The vpo driver is now implemented using the microsequencer, leading to
some performance improvements as well as providing an extensive example
of its use.
Reviewed by: msmith
Submitted by: Nicolas Souchu <Nicolas.Souchu@prism.uvsq.fr>
1998-08-03 19:14:33 +00:00
Dag-Erling Smørgrav
dc73342347
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
1998-04-17 22:37:19 +00:00
Bruce Evans
0ec3217356
Removed unused #includes.
1997-09-01 02:08:42 +00:00
Mike Smith
676465394a
ISA Parallel-Port Bus chipset driver.
...
Submitted by: Nicolas Souchu <Nicolas.Souchu@prism.uvsq.fr>
1997-08-14 14:01:36 +00:00