freebsd-dev/sys/dev/ppbus
Doug Rabson f7b7769172 * Factor out the object system from new-bus so that it can be used by
non-device code.
* Re-implement the method dispatch to improve efficiency. The new system
  takes about 40ns for a method dispatch on a 300Mhz PII which is only
  10ns slower than a direct function call on the same hardware.

This changes the new-bus ABI slightly so make sure you re-compile any
driver modules which you use.
2000-04-08 14:17:18 +00:00
..
if_plip.c Fix two warnings. 2000-02-13 03:03:31 +00:00
immio.c
lpbb.c Some newbus-inspired tidy-ups. Use device_identify() rather than scanning 2000-01-23 14:41:04 +00:00
lpt.c I _HATE_ crashes. The lptread() call needs to check LP_BYPASS, because 2000-03-15 03:23:04 +00:00
lpt.h
lptio.h
pcfclock.c Fix buffer overrun in pcfclock_read(). The submitter is the original 2000-02-20 09:08:33 +00:00
ppb_1284.c
ppb_1284.h
ppb_base.c
ppb_msq.c Make this lot build on alpha. 2000-01-25 22:23:48 +00:00
ppb_msq.h
ppbconf.c Some newbus-inspired tidy-ups. Use device_identify() rather than scanning 2000-01-23 14:41:04 +00:00
ppbconf.h
ppbio.h
ppbus_if.m * Factor out the object system from new-bus so that it can be used by 2000-04-08 14:17:18 +00:00
ppi.c If we can't allocate an IRQ resource, fail in the attach routine. 2000-04-07 00:09:24 +00:00
ppi.h
pps.c Isolate the Timecounter internals in their own two files. 2000-03-20 14:09:06 +00:00
vpo.c Add automatic rescan on connect. This happens already if the drive is 2000-04-04 22:15:13 +00:00
vpoio.c
vpoio.h