freebsd-skq/sys/dev/usb/net
marius 07ac74d257 - Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHY
drivers that only ever attach to a particular MAC driver, i.e. inphy(4),
  ruephy(4) and xlphy(4), to the directory where the respective MAC driver
  lives and only compile it into the kernel when the latter is also there,
  also removing it from miibus.ko and moving it into the module of the
  respective MAC driver.
- While at it, rename exphy.c, which comes from NetBSD where the MAC driver
  it corresponds to also is named ex(4) instead of xl(4) but that in FreeBSD
  actually identifies itself as xlphy(4), and its function names accordingly
  for consistency.
- Additionally while at it, fix some minor style issues like whitespace
  in the register headers and add multi-inclusion protection to inphyreg.h.
2011-10-08 12:33:10 +00:00
..
if_aue.c Only the USB root HUB thread is allowed to attach and detach drivers 2011-07-18 12:03:58 +00:00
if_auereg.h s/usb2_/usb_|usbd_/ on all function names for the USB stack. 2009-06-15 01:02:43 +00:00
if_axe.c Only the USB root HUB thread is allowed to attach and detach drivers 2011-07-18 12:03:58 +00:00
if_axereg.h Add initial support for AX88772B USB Fast Ethernet. AX88772B 2011-07-14 17:19:00 +00:00
if_cdce.c - Move all USB device ID arrays into so-called sections, 2011-06-24 02:30:02 +00:00
if_cdcereg.h The maximum NCM frame size must be so that it 2011-04-26 19:40:37 +00:00
if_cue.c - Move all USB device ID arrays into so-called sections, 2011-06-24 02:30:02 +00:00
if_cuereg.h s/usb2_/usb_/ on all C structs for the USB stack. 2009-05-28 17:36:36 +00:00
if_ipheth.c - Move all USB device ID arrays into so-called sections, 2011-06-24 02:30:02 +00:00
if_iphethvar.h USB Network: 2010-10-13 21:36:42 +00:00
if_kue.c - Move all USB device ID arrays into so-called sections, 2011-06-24 02:30:02 +00:00
if_kuefw.h
if_kuereg.h s/usb2_/usb_/ on all C structs for the USB stack. 2009-05-28 17:36:36 +00:00
if_mos.c Only the USB root HUB thread is allowed to attach and detach drivers 2011-07-18 12:03:58 +00:00
if_mosreg.h Add support for new USB to ethernet controller: 2011-02-16 08:33:30 +00:00
if_rue.c Only the USB root HUB thread is allowed to attach and detach drivers 2011-07-18 12:03:58 +00:00
if_ruereg.h Remove unused struct rue_type 2010-11-15 06:04:25 +00:00
if_udav.c Only the USB root HUB thread is allowed to attach and detach drivers 2011-07-18 12:03:58 +00:00
if_udavreg.h s/usb2_/usb_|usbd_/ on all function names for the USB stack. 2009-06-15 01:02:43 +00:00
if_usie.c Remove reviewed line from copyright header. 2011-07-09 20:16:52 +00:00
if_usievar.h Add new USB 3G driver. 2011-07-08 10:58:56 +00:00
ruephy.c - Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHY 2011-10-08 12:33:10 +00:00
ruephyreg.h - Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHY 2011-10-08 12:33:10 +00:00
uhso.c Add new USB ID. 2011-08-20 14:21:32 +00:00
usb_ethernet.c Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need 2011-01-18 21:14:23 +00:00
usb_ethernet.h Fix _USB2_* refernces in the header protection defines. 2009-06-15 01:09:19 +00:00