NetBSD/sys/dev/if_ndis
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
..
if_ndis.c Start patching up the kernel so that a network driver always has 2008-02-07 01:21:52 +00:00
if_ndis_pccard.c use __KERNEL_RCSID() 2007-12-11 12:29:11 +00:00
if_ndis_pci.c use __KERNEL_RCSID() 2007-12-11 12:29:11 +00:00
if_ndisvar.h Constify struct ifnet->if_sadl and every use throughout the tree. 2007-12-20 21:08:17 +00:00