| Commit message (Expand) | Author | Age | Files | Lines |
* | s/struct device */device_t/ | adrian | 2016-05-02 | 1 | -1/+1 |
* | rum: switch to ieee80211_add_channel_list_*() | avos | 2016-05-01 | 1 | -7/+33 |
* | net80211 + drivers: hide size of 'bands' array behind a macro. | avos | 2016-04-29 | 8 | -8/+8 |
* | sys/dev: extend use of the howmany() macro when available. | pfg | 2016-04-26 | 6 | -11/+9 |
* | sys: use our roundup2/rounddown2() macros when param.h is available. | pfg | 2016-04-21 | 1 | -2/+2 |
* | Add new USB quirk. | hselasky | 2016-04-21 | 2 | -0/+3 |
* | dev/usb: use our nitems() macro when param.h is available. | pfg | 2016-04-19 | 5 | -5/+5 |
* | Cleanup unnecessary semicolons from the kernel. | pfg | 2016-04-10 | 2 | -2/+2 |
* | USB: replace 0 with NULL for pointers. | pfg | 2016-04-09 | 2 | -2/+2 |
* | Add new USB quirk. | hselasky | 2016-04-08 | 2 | -0/+6 |
* | [rsu] We don't do A-MPDU transmit right now, so don't bother registering | adrian | 2016-04-06 | 1 | -0/+2 |
* | Remove misleading comment. musb supports host mode for more than two years now | gonzo | 2016-04-05 | 1 | -1/+0 |
* | Add more DPRINTF() to the ftdi driver. Now everything that can change the | ian | 2016-04-05 | 1 | -8/+35 |
* | ehci_interrupt is MPSAFE code. Most drivers in tree calls bus_setup_intr | mmel | 2016-04-05 | 2 | -3/+3 |
* | Add new USB ID to UDL driver. | hselasky | 2016-03-30 | 2 | -1/+3 |
* | Add some device IDs found on AMD FCH shipsets. | mav | 2016-03-29 | 3 | -1/+7 |
* | Verify that all segments in the loaded segment list are back to back | hselasky | 2016-03-29 | 1 | -11/+16 |
* | Add more UHCI PCI IDs. | hselasky | 2016-03-24 | 1 | -0/+6 |
* | rum: add legacy power saving support (STA mode). | avos | 2016-03-21 | 3 | -3/+241 |
* | rum: simplify error handling in rum_newstate(). | avos | 2016-03-21 | 1 | -8/+3 |
* | rum: do not try to restore bssid/TSF synchronization when device | avos | 2016-03-21 | 1 | -8/+9 |
* | rum: separate some microcontroller vendor-specific requests into | avos | 2016-03-21 | 1 | -9/+17 |
* | [urtwn] migrate urtwn out into sys/dev/urtwn/ . | adrian | 2016-03-20 | 3 | -7693/+0 |
* | Add IDs for Intel Wellsburg USB controllers. | mav | 2016-03-19 | 2 | -0/+6 |
* | Add xhci_mv.c | wma | 2016-03-14 | 1 | -0/+232 |
* | zyd, run, ural: do not corrupt MAC address | avos | 2016-03-03 | 6 | -11/+15 |
* | Allow for overlapping quirk device ranges. Prior to this patch only | hselasky | 2016-03-03 | 1 | -2/+0 |
* | Use m_catpkt(9) to ensure that pkthdr fields are updated properly. | markj | 2016-03-02 | 1 | -7/+2 |
* | urtwn: do not filter beacon frames in HOSTAP mode while scanning | avos | 2016-02-29 | 1 | -2/+1 |
* | Configure the correct bMaxPacketSize for control endpoints before | hselasky | 2016-02-23 | 2 | -0/+14 |
* | Be more verbose when truncating number of HID items. | hselasky | 2016-02-23 | 1 | -1/+2 |
* | Add device ID for 'AboCom 802.11n' usb. | kevlo | 2016-02-23 | 2 | -0/+2 |
* | urtwn: shutdown the device properly | avos | 2016-02-22 | 3 | -2/+296 |
* | urtwn: add an option to compile the driver without firmware specific code | avos | 2016-02-22 | 2 | -9/+22 |
* | Restore maximum number of host keys to 64. | hselasky | 2016-02-14 | 1 | -1/+1 |
* | Fix variable assignment inside if-clause in the smsc driver. | hselasky | 2016-02-14 | 1 | -1/+1 |
* | Reduce the number of supported WLAN keys in the rum driver, else we | hselasky | 2016-02-14 | 2 | -4/+4 |
* | Correct PCI device description. | hselasky | 2016-02-10 | 1 | -1/+1 |
* | These files were getting sys/malloc.h and vm/uma.h with header pollution | glebius | 2016-02-01 | 1 | -0/+1 |
* | EHCI: Correct address of EHCI_USBMODE_LPM register is 0xC8, not 0xA8. | mmel | 2016-01-30 | 1 | -1/+1 |
* | EHCI: Make core reset and port speed reading more generic. | mmel | 2016-01-28 | 5 | -40/+107 |
* | urtwn: add temperature calibration | avos | 2016-01-20 | 3 | -5/+106 |
* | urtwn: rework debug handling | avos | 2016-01-20 | 3 | -43/+120 |
* | urtwn: use ic_updateslot method to handle slot time change | avos | 2016-01-20 | 1 | -0/+39 |
* | Improve attachment of the ehci_mv driver | zbb | 2016-01-20 | 1 | -14/+24 |
* | Make PPS ASSERT/CLEAR events match the RS-232 signal levels as per RFC 2783. | ian | 2016-01-17 | 1 | -21/+24 |
* | urtwn: add ROM structure for RTL8188EU | avos | 2016-01-17 | 3 | -23/+47 |
* | Move ohci files to their proper place in the tree for atmel. | imp | 2016-01-16 | 2 | -493/+0 |
* | Use the recently added "make_dev_s()" function to solve old race setting the | hselasky | 2016-01-15 | 1 | -6/+9 |
* | net80211 drivers: fix ieee80211_init_channels() usage | avos | 2016-01-07 | 9 | -50/+58 |