NetBSD/sys/arch/mips
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
..
adm5120 Start patching up the kernel so that a network driver always has 2008-02-07 01:21:52 +00:00
alchemy kill unused variable 2008-01-20 14:18:05 +00:00
atheros Make this compile again: delete an unused variable from ae_ioctl(). 2008-01-23 05:24:28 +00:00
bonito Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:06:46 +00:00
cfe merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
conf Refactor in_cksum/in4_cksum/in6_cksum implementations: 2008-01-25 21:12:10 +00:00
include Define PT_MACHDEP_STRINGS 2008-01-25 11:59:20 +00:00
mips Remove the 'args' parameter to 'trace_exit()' it is no longer used. 2008-02-06 22:12:39 +00:00
sibyte Start patching up the kernel so that a network driver always has 2008-02-07 01:21:52 +00:00
Makefile
Makefile.inc Add a port to the Infineon ADM5120. 2007-03-20 08:52:00 +00:00