Lines Matching full:drivers
43 system for the implementation of drivers to control various parallel devices,
45 .Sh DEVICE DRIVERS
46 In order to write new drivers or port existing drivers, the ppbus system
57 with kernel-in drivers.
59 .Ss Developing new drivers
69 .Ss Porting existing drivers
70 Another approach to the ppbus system is to port existing drivers.
71 Various drivers have already been ported:
86 parallel port bus, then initialize it and upper peripheral device drivers.
268 layer gathers the parallel peripheral device drivers.
293 then probes and attaches known device drivers.
295 During probe, device drivers are supposed to request the ppbus and try to
311 But, in order to attach a handler, drivers must
314 functions (see existing drivers for more info).