Searched hist:140923 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/ips/
H A Dips.cdiff 140923 Fri Jan 28 03:02:13 MST 2005 scottl Lock the IPS driver and bring it out from under Giant. Also do some
significant clean up and optimizations:
- don't call bioq_disksort() on every command, the hardware will do that for
us.
- remove all of the complicated bio deferral code. bio's that can't be
serviced immediately can just wait on the bioq.
- Only reserve one command object for doing control commands to the card.
This simplifies a lot of code and significantly reduces the size of the
command struct.
- Allocate commands out of a slab instead of embedding them into the softc.
- Call the command action method directly instead of having ips_get_free_cmd()
call it indirectly.

MFC After: 1 week
/freebsd-11-stable/sys/dev/usb/serial/
H A Duftdi.cdiff 200306 Wed Dec 09 18:38:35 MST 2009 thompsa Add new device ids.

PR: usb/140951, usb/140923
Submitted by: Romain Tartiere, Brett Glass

Completed in 124 milliseconds