freebsd-dev/sys/dev/usb/net
Andrew Thompson 4eae601ebd MFp4 //depot/projects/usb@159909
- make usb2_power_mask_t 16-bit
- remove "usb2_config_sub" structure from "usb2_config". To compensate for this
  "usb2_config" has a new field called "usb_mode" which select for which mode
  the current xfer entry is active. Options are: a) Device mode only b) Host
  mode only (default-by-zero) c) Both modes.  This change was scripted using
  the following sed script: "s/\.mh\././g".
- the standard packet size table in "usb_transfer.c" is now a function, hence
  the code for the function uses less memory than the table itself.

Submitted by:	Hans Petter Selasky
2009-04-05 18:20:38 +00:00
..
if_aue.c MFp4 //depot/projects/usb@159909 2009-04-05 18:20:38 +00:00
if_auereg.h
if_axe.c MFp4 //depot/projects/usb@159909 2009-04-05 18:20:38 +00:00
if_axereg.h
if_cdce.c MFp4 //depot/projects/usb@159909 2009-04-05 18:20:38 +00:00
if_cdcereg.h MFp4 //depot/projects/usb@159909 2009-04-05 18:20:38 +00:00
if_cue.c MFp4 //depot/projects/usb@159909 2009-04-05 18:20:38 +00:00
if_cuereg.h
if_kue.c MFp4 //depot/projects/usb@159909 2009-04-05 18:20:38 +00:00
if_kuefw.h
if_kuereg.h
if_rue.c MFp4 //depot/projects/usb@159909 2009-04-05 18:20:38 +00:00
if_ruereg.h
if_udav.c MFp4 //depot/projects/usb@159909 2009-04-05 18:20:38 +00:00
if_udavreg.h
usb_ethernet.c Move m_getcl() into its own function. This also fixes a bug where the m_adj for 2009-03-08 06:56:13 +00:00
usb_ethernet.h Move m_getcl() into its own function. This also fixes a bug where the m_adj for 2009-03-08 06:56:13 +00:00