NetBSD/sys/dev/ppbus
dyoung 2ccede0a9c Start patching up the kernel so that a network driver always has
the opportunity to handle an ioctl before generic ifioctl handling
occurs.  This will ease extending the kernel and sharing of code
between drivers.

First steps:  Make the signature of ifioctl_common() match struct
ifinet->if_ioctl.  Convert SIOCSIFCAP and SIOCSIFMTU to the new
ifioctl() regime, throughout the kernel.
2008-02-07 01:21:52 +00:00
..
files.ppbus
if_plip.c Start patching up the kernel so that a network driver always has 2008-02-07 01:21:52 +00:00
lpt.c machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 2007-10-19 11:59:34 +00:00
lptio.h
lptreg.h
lptvar.h
ppbus_1284.c __FUNCTION__ -> __func__ 2007-12-15 00:39:14 +00:00
ppbus_1284.h
ppbus_base.c Start detangling lock.h from intr.h. This is likely to cause short term 2008-01-04 21:17:40 +00:00
ppbus_base.h machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 2007-10-19 11:59:34 +00:00
ppbus_conf.c lockmgr -> mutex 2007-12-05 07:58:29 +00:00
ppbus_conf.h lockmgr -> mutex 2007-12-05 07:58:29 +00:00
ppbus_device.h
ppbus_io.h
ppbus_msq.c
ppbus_msq.h
ppbus_var.h
pps_ppbus.c Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, 2008-01-20 18:09:03 +00:00