summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove driver lock assertion in MII register access. This changeyongari2009-12-121-2/+0
* CFA support doesn't exclude FLUSH support.mav2009-12-111-2/+2
* Fix interrupt handling. It started off broken and grew worse over time.marcel2009-12-111-46/+62
* Wrap long lines.thompsa2009-12-111-37/+77
* Add a quirk for the Curitel UM175 where setting multiplexing for callthompsa2009-12-114-7/+36
* Revert r199331, the UM175 is in fact a cdc-acm device handled by umodem(4).thompsa2009-12-111-1/+0
* Add one more set of codec IDs.mav2009-12-111-0/+8
* Add module dependency for cam if configured as ATA_CAM.takawata2009-12-101-0/+3
* Limit maximum I/O size, depending on command set supported by device.mav2009-12-101-0/+4
* Implement a rudimentary suspend/resume methods for PCI P2P bridge.jkim2009-12-102-57/+200
* For some buses, devices may have active resources assigned even though theyjhb2009-12-091-62/+22
* Fix hardware issue with FTDI chips: avoid sending a zero length packet due tothompsa2009-12-091-1/+1
* Fix dwSignature for NCM mode and add extra debug output.thompsa2009-12-091-6/+17
* Add new device ids.thompsa2009-12-093-0/+4
* Correct name, 82801IJ -> 82801JIthompsa2009-12-092-8/+8
* If the ID byte is non zero then we allow descriptors having multiple sizes.thompsa2009-12-091-3/+12
* Increase Max Read Request Size for PCIe chips from 512 to 1024 bytes.mav2009-12-091-1/+14
* Remove phantom line of code that somehow slippedjfv2009-12-081-1/+0
* Create sysctl node(dev.bge.%d.focred_collapse) instead ofyongari2009-12-082-21/+25
* Add ID for NetMos NM9820 Serial Port chip, found on CardBus serial adapter.mav2009-12-081-0/+1
* - Try pre-allocating all FIBs upfront. Previously we tried pre-allocatingjkim2009-12-083-10/+6
* Partially revert r200228. For mini RCB case, bge(4) still have toyongari2009-12-081-7/+5
* Resync with Intel versions of both the em and igbjfv2009-12-0822-1798/+3148
* Improve response to multi-touch taps.rpaulo2009-12-081-48/+117
* Update driver to Intel version 2.0.7:jfv2009-12-0712-1269/+2510
* Revert r200231. It was already taken cared by jhb long ago.jkim2009-12-071-16/+3
* Make mfi(4) little bit less chatty.jkim2009-12-071-3/+16
* Add support for the NetMos NM9865 family of Serial/Parallel ports.marcel2009-12-072-3/+40
* Don't access jumbo frame related registers if controller lacks theyongari2009-12-071-8/+14
* Remove PHY isolate/power down code in bge_stop(). The isolationyongari2009-12-071-27/+0
* Explicitly acknowledge MSI completion, as required by SiI3124 datasheet.mav2009-12-072-3/+14
* SiI3124 has no SNotification register. Handle Asynchronous Notificationsmav2009-12-072-12/+27
* Add Asynchronous Notification support for controllers without SNTFmav2009-12-061-3/+12
* MFp4:mav2009-12-0635-1111/+1469
* Do not ignore device interrupt if bus mastering is still active. It ismav2009-12-051-2/+1
* On Soft Reset, read device signature from FIS receive area, instead ofmav2009-12-051-3/+5
* ichsmb: drop default attachment to generic smbus hardwareavg2009-12-041-8/+0
* Fix cases where we've managed to get a Loop UP event prior to initializingmjacob2009-12-042-43/+52
* Add workaround to overcome hardware limitation which allows only ayongari2009-12-031-0/+37
* Add uhci/ehci controller ids.thompsa2009-12-032-0/+16
* Use a better check for a valid kernel stack address when capturingjkoshy2009-12-031-2/+3
* ichsmb: try attaching only to intel hardware in the default caseavg2009-12-031-2/+4
* ichsmb: add pci ids for some newer supported hardwareavg2009-12-031-0/+12
* Include <sys/sysctl.h>, to get the declarations of ostype andmarcel2009-12-021-2/+1
* ndis_scan_results() can sleep if the scan results are not ready whenjhb2009-12-021-9/+5
* T3 firmware 7.8.0 for cxgb(4)np2009-12-012-722/+739
* Fix parenthesis typo -- copy full frame pointer for userland callchain,emaste2009-12-011-1/+1
* Add media ioctl support and link notifications so that devd will attemptgibbs2009-12-011-16/+46
* Use switch out (SWO) instead of switch in (SWI) debug log mask in csw_out.emaste2009-11-301-1/+1
* Free pointer from getenv() when done with it.emaste2009-11-301-0/+1
OpenPOWER on IntegriCloud