| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix two bugs that interacted to cause page faults in softclock() | iedowse | 2005-08-04 | 1 | -1/+2 |
* | Modify device drivers supporting multicast addresses to lock if_addr_mtx | rwatson | 2005-08-03 | 6 | -0/+12 |
* | diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and use | sam | 2005-07-22 | 1 | -1/+1 |
* | PLAY_MSF, PLAY_TRACK, PLAY_TRACK_REL, PAUSE, PLAY_12 commands to pass | delphij | 2005-07-19 | 1 | -0/+5 |
* | Don't wait for the printer to become ready before allowing the open to | imp | 2005-07-15 | 1 | -23/+1 |
* | Add SL811 based host controller driver for CF usb host controller. | takawata | 2005-07-14 | 4 | -0/+2106 |
* | Prepare to commit SL811 based Host controller driver. | takawata | 2005-07-14 | 1 | -0/+1 |
* | remove driver-private key allocators; use the default one instead | sam | 2005-07-10 | 1 | -12/+0 |
* | Make sure that all the necessary USB endpoints are found during device | damien | 2005-07-08 | 2 | -2/+7 |
* | ral_init() takes a struct ral_softc as parameter not a struct ifnet. | damien | 2005-07-08 | 1 | -1/+1 |
* | reclaim node reference when ieee80211_encap fails | sam | 2005-07-08 | 1 | -1/+3 |
* | update ural ids | sam | 2005-07-08 | 2 | -2/+34 |
* | reclaim mbuf when ieee80211_crypto_encap fails | sam | 2005-07-07 | 1 | -1/+3 |
* | Add support for IODATA USB-RSAQ3 USB-Serial Adapter. | hrs | 2005-07-03 | 2 | -0/+3 |
* | o Add new ids for the Belkin F5D7050 | damien | 2005-07-03 | 1 | -3/+10 |
* | Add another ural(4) device (Belkin F5D7050) | damien | 2005-07-03 | 1 | -0/+1 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 16 | -83/+120 |
* | Identify the Intel ICH4 EHCI controller. | benno | 2005-06-10 | 1 | -0/+5 |
* | Power state management now done in PCI bus code | imp | 2005-06-05 | 1 | -11/+0 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 3 | -5/+0 |
* | Fix WPA (802.11i) support. | damien | 2005-05-22 | 1 | -0/+12 |
* | Recognize the integrated USB controllers of Sun PCIO-2 chips which | marius | 2005-05-19 | 1 | -0/+14 |
* | Add convenience functions to get port and interface. | imp | 2005-05-16 | 1 | -0/+15 |
* | Plug a potential memory leak. | kan | 2005-05-11 | 1 | -1/+3 |
* | Take out Giant in uhub_child_* in giant. There's one place where we | imp | 2005-05-11 | 1 | -9/+16 |
* | A patch to support Palm Tungsten T via USB-Cradle. | julian | 2005-05-04 | 1 | -17/+76 |
* | Initial import of ipw, iwi, ral and ural drivers: | damien | 2005-04-18 | 4 | -0/+2419 |
* | Fix the handling of the UCS_RXSTOP flag so that it always tracks | iedowse | 2005-04-12 | 1 | -5/+8 |
* | Add support for Sitecom USB to serial cable (v2) | le | 2005-04-08 | 2 | -0/+3 |
* | Add support for FTDI's FT2232C twin channel chip. | ticso | 2005-04-05 | 2 | -14/+27 |
* | remove usbd_errstr(err) from printf. | ticso | 2005-04-05 | 1 | -2/+2 |
* | Use the usb_callout_* API instead of timeout()/untimeout() in order | iedowse | 2005-03-30 | 1 | -6/+5 |
* | Don't defer the boot-time exploration of high-speed USB busses. | iedowse | 2005-03-27 | 1 | -3/+9 |
* | Comment out rue_miibus_statchg() function. Using trial-and-error approach I | sobomax | 2005-03-25 | 1 | -0/+12 |
* | Add /* _FOO_H_ */ after the final #endif to make danfe happy. | sobomax | 2005-03-25 | 3 | -3/+3 |
* | Fix identation. | sobomax | 2005-03-25 | 1 | -1/+1 |
* | Add missed KUE_UNLOCK(). This is NOOP yet, but may be handy later on. | sobomax | 2005-03-25 | 1 | -0/+1 |
* | Fix breakage in the previous commit caused by the last-minute change. | sobomax | 2005-03-25 | 7 | -21/+14 |
* | Protect against multiple inclusions. | sobomax | 2005-03-25 | 1 | -0/+5 |
* | Move Rx/Tx lists management routines into central location. | sobomax | 2005-03-25 | 16 | -1040/+462 |
* | GC unused fields. | sobomax | 2005-03-25 | 2 | -2/+0 |
* | GC unused field. | sobomax | 2005-03-25 | 1 | -1/+0 |
* | Fix an incorrect NULL argument to usbd_set_interface() associated | iedowse | 2005-03-25 | 1 | -1/+1 |
* | Use usbd_get_string() instead of calling usbd_get_string_desc() | iedowse | 2005-03-25 | 1 | -15/+3 |
* | Move xxx_newbuf() function, which was the same in all drivers into central | sobomax | 2005-03-25 | 13 | -254/+56 |
* | Use M_NOWAIT when allocating from a callout routine. | iedowse | 2005-03-25 | 1 | -3/+4 |
* | Zaurus expecrs CRC to be in little-endian order, so that convert it into LE | sobomax | 2005-03-22 | 1 | -1/+2 |
* | Add USB Communication Device Class Ethernet driver. Originally written for | sobomax | 2005-03-22 | 2 | -0/+912 |
* | Add the following products in preparation for addition of CDCE driver: | sobomax | 2005-03-21 | 1 | -0/+12 |
* | Root hubs don't have transaction translators, so skip printing the | iedowse | 2005-03-20 | 1 | -1/+1 |