| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow dumping the USB mouse reports via 'sysctl -b dev.ums.N.parseinfo', | thompsa | 2009-10-22 | 1 | -1/+71 |
* | Don't use BUS_DMA_ALLOCNOW as that causes the attachment to fail on | rpaulo | 2009-10-22 | 1 | -1/+1 |
* | Check pointer for NULL before dereferencing it, not after. | brueffer | 2009-10-22 | 2 | -4/+9 |
* | Handle the case where there is only one PMC in the system. | fabient | 2009-10-21 | 1 | -4/+4 |
* | Check pointer for NULL before dereferencing it, not after. | brueffer | 2009-10-21 | 1 | -1/+2 |
* | Check pointer for NULL before dereferencing it, not after. | brueffer | 2009-10-21 | 1 | -1/+1 |
* | Add a missing free() call. | brueffer | 2009-10-21 | 1 | -0/+2 |
* | MFp4: | mav | 2009-10-21 | 2 | -2/+2 |
* | MFp4: | mav | 2009-10-21 | 1 | -7/+26 |
* | - Introduce new option BCE_JUMBO_HDRSPLIT that allows user to enable header | stas | 2009-10-21 | 2 | -47/+47 |
* | MFp4: | mav | 2009-10-21 | 2 | -37/+79 |
* | - On entrance to the rx_eof sync RX rings maps with POSTWRITE flag | stas | 2009-10-21 | 1 | -4/+7 |
* | Change from CAM_TID_INVALID to CAM_SEL_TIMEOUT error code when the usb device | thompsa | 2009-10-20 | 1 | -2/+3 |
* | Make mxge do a better job recovering from NIC h/w faults | gallatin | 2009-10-20 | 1 | -13/+37 |
* | Use callout_init_mtx on FreeBSD versions recent enough. This closes | kan | 2009-10-20 | 4 | -21/+40 |
* | Remove a redundant option ROM check, which was never meant to be committed. | jkim | 2009-10-19 | 1 | -3/+2 |
* | Add support for newer WinChipHead CH341 chips, previously in the uch341 driver. | thompsa | 2009-10-19 | 2 | -116/+58 |
* | Remove the newly added uch341 driver, it will be merged into uchcom instead. | thompsa | 2009-10-19 | 1 | -530/+0 |
* | Rewrite x86bios and update its dependent drivers. | jkim | 2009-10-19 | 4 | -322/+536 |
* | Move mxge(4)'s NIC watchdog reset handler from | gallatin | 2009-10-19 | 2 | -22/+66 |
* | Work around a quirk with the G5 Xserve, which has a fake GMAC controller | nwhitehorn | 2009-10-18 | 1 | -0/+10 |
* | Fix KASSERT string to include the real module name. | rpaulo | 2009-10-18 | 1 | -1/+1 |
* | overhauls urtw(4) for supporting RTL8187B devices properly that there | weongyo | 2009-10-18 | 3 | -371/+658 |
* | Correct offset calcluation for the NCM implementation. | thompsa | 2009-10-15 | 1 | -18/+17 |
* | Only poll ukbd if KDB is active. | thompsa | 2009-10-15 | 1 | -0/+4 |
* | Workaround buggy BIOS code in USB regard. By doing the BIOS to OS handover for | thompsa | 2009-10-15 | 16 | -282/+535 |
* | fixes a TX hang that could be possible to happen when the trasfers are | weongyo | 2009-10-14 | 5 | -2/+23 |
* | fixes a TX hang bug that it could happen when if_start callback didn't | weongyo | 2009-10-14 | 1 | -2/+8 |
* | Immediately after clearing a pending callout that didn't make it due | bz | 2009-10-13 | 1 | -10/+10 |
* | Correct a copy/paste bug in a comment. lptclose() checks once a second to | jhb | 2009-10-13 | 1 | -1/+1 |
* | Fix the 106/109 USB Japanese keyboard "underscore" issue. | hrs | 2009-10-12 | 1 | -12/+51 |
* | Add support for Intel G41 chipset | rnoland | 2009-10-11 | 2 | -1/+4 |
* | Add pci id's for Intel G41 chipset | rnoland | 2009-10-11 | 1 | -0/+2 |
* | Atheros EEPROM version 4K. This version is mostly based on version 1.4. | rpaulo | 2009-10-10 | 2 | -0/+561 |
* | Orphaning provider with EXDEV seems weird; perhaps the author meant | trasz | 2009-10-10 | 1 | -1/+1 |
* | On command timeout handle frozen command first, to not run it inside | mav | 2009-10-07 | 2 | -6/+8 |
* | - Give a name to the host coalescing bug fix WDMA mode register bit instead | stas | 2009-10-07 | 2 | -1/+2 |
* | - Add support for new BGE chips (5761, 5784 and 57780). These chips uses new | stas | 2009-10-07 | 2 | -74/+173 |
* | cxgb(4) updates, including: | np | 2009-10-05 | 13 | -2593/+4405 |
* | - Revert r191568 partially. Forcing AHCI mode by changing device subclass | jkim | 2009-10-05 | 1 | -63/+31 |
* | When the timeout backoff hits the maximum value, leave it capped at the | jhb | 2009-10-05 | 1 | -1/+1 |
* | updates device entries supported with the product name not magic numbers | weongyo | 2009-10-04 | 2 | -11/+22 |
* | Fix RTS/CTS flow control, broken by the TTY overhaul. The new TTY | marcel | 2009-10-02 | 3 | -27/+55 |
* | EHCI Hardware BUG workaround | thompsa | 2009-10-01 | 1 | -21/+57 |
* | Fix a bad use of NULL instead of zero for int comparison. Sorry for the | cokane | 2009-10-01 | 1 | -3/+3 |
* | style(9) fixes (always compare pointers to NULL) | cokane | 2009-10-01 | 1 | -3/+3 |
* | Do not hold the ACPI A/C adapter lock when changing the power profile. | jhb | 2009-09-30 | 1 | -2/+3 |
* | Split the 'video' ACPI lock up into two locks to resolve a LOR with the | jhb | 2009-09-30 | 1 | -10/+26 |
* | Two more mxge watchdog fixes: | gallatin | 2009-09-30 | 2 | -4/+14 |
* | Correct a bug that could lead to a kernel panic if a user attempted to | cokane | 2009-09-30 | 1 | -10/+3 |