| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
before usbd_close_pipe(), since usbd_close_pipe() already takes care
about aborting non-empty pipes.
As investigated by gerhard@ usbdi.c rev. 1.57 did add usbd_abort_pipe()
to usbd_close_pipe(), but the drivers didn't get cleaned up afterwards.
ok gerhard@
|
|
|
|
| |
ok dlg@ tobhe@
|
|
|
|
|
|
| |
sleep in the stop routine in case of errors.
Fix proposed by mpi@, ok patrick@
|
|
|
|
| |
ok mpi@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
unconditionally, like it's done on other devices, so that we don't end up in
the situation of the card being put in promiscuous mode or if
ac->ac_multirangecnt > 0 and then we would write into the table while being
uninitialized a little bit later.
Noticed on Coverity ID 1473316.
hint from claudio@ and kettenis@
OK kevlo@ claudio@
|
|
|
|
|
|
| |
When the EEPROM is not populated, set the MAC config register
MUE_MAC_CR_AUTO_SPEED. While there, encode the MAC address for the onboard
USB Ethernet for the Rasperry Pi, like smsc(4) does.
|
|
|
|
| |
ok kevlo@
|
|
|
|
|
|
|
| |
- the switch case for IFM_100_TX was the same code as for IFM_1000_T so it
can be rolled into one.
From Michael W. Bombardieri
|
|
adapters.
"go ahead commit it" deraadt@
|