summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-2635-106/+105
* Disable interrupts after doing early takeover of the usb controller in case usbthompsa2009-11-253-2/+19
* Fix typo which inversed the logic which in turn disabled MSI.yongari2009-11-251-1/+1
* Make sure one shot MSI is enabled.yongari2009-11-251-0/+2
* Fix comment typo.rwatson2009-11-251-1/+1
* - fix a LOR between process lock and pmc thread mutexfabient2009-11-241-14/+19
* BGE_FLAG_40BIT_BUG should be set before creating DMA tags.yongari2009-11-241-7/+7
* - For 350 chips, don't set various INTR bits in TX control word; turning INTRjhb2009-11-242-9/+14
* Use bus_*() rather than bus_space_*().jhb2009-11-245-39/+12
* Use only lower byte of sectors_intr IDENTIFY word as sector count.mav2009-11-241-1/+1
* MFp4:mav2009-11-244-50/+145
* remove annoying printf that cripples kdb on PV guestskmacy2009-11-241-1/+0
* fixup kernel core dumps on paravirtual guestskmacy2009-11-241-1/+1
* Actually disable interrupts in ehci_detach().thompsa2009-11-231-1/+1
* Do not attach JMicrons with single PCI function. They are not working asmav2009-11-231-0/+4
* Make the mode setting transfer asynchronous.thompsa2009-11-221-21/+46
* Reduce status block size DMAed by controller. bge(4) uses singleyongari2009-11-221-8/+26
* Add missed register change in r199676.thompsa2009-11-221-1/+1
* add support for MIDI devices without audio control stream.thompsa2009-11-221-0/+7
* Correct register access for USB device side operation on the musb controller.thompsa2009-11-221-9/+58
* Provide tunables for some of the usb sysctls that affect boot behaviour.thompsa2009-11-2210-0/+24
* Add missing function prototype in r199671.yongari2009-11-221-0/+2
* Initialise variable before use.thompsa2009-11-225-0/+5
* Improve High Speed slot allocation mechanism by moving the computation to thethompsa2009-11-227-71/+209
* Implement TSO for BCM5755 or newer controllers. Some controllersyongari2009-11-222-32/+149
* Fix two long standing bugs on bge(4). Most pre BCM5755 controllersyongari2009-11-222-1/+33
* For MSI case, interrupt is not shared and we don't need to forceyongari2009-11-222-10/+106
* Cache Rx producer/Tx consumer index as soon as we know status blockyongari2009-11-221-20/+27
* Rearrange bge_start_locked to see we can send more frames byyongari2009-11-221-24/+26
* Controller does not write Rx descriptors, remove BUS_DMASYNC_PREREAD.yongari2009-11-221-4/+2
* Use capability pointer to access PCIe registers rather thanyongari2009-11-222-31/+45
* Due to newly added PCIe capabilities fallback code for finding theyongari2009-11-221-37/+17
* Fix typo introduced in r199011.yongari2009-11-221-1/+1
* Remove extra white space.yongari2009-11-222-13/+13
* Release over-agressive WDMA0 mode timings as close to spec as chip can.mav2009-11-221-1/+1
* Fix Intel PATA UDMA timings setting, affecting write performance.mav2009-11-221-2/+2
* Only Tx checksum offloading is supported now. Remove experimentalyongari2009-11-201-1/+1
* Add __FBSDID.yongari2009-11-201-1/+3
* Add IPv4/TCP/UDP Tx checksum offloading support. It seems theyongari2009-11-202-6/+43
* Because we know received bytes including CRC there is no reason toyongari2009-11-201-4/+2
* Add initial endianness support. It seems the controller supportsyongari2009-11-201-14/+14
* Remove unnecessary structure packing.yongari2009-11-201-4/+4
* tsec: Use IFQ_DRV macros for managing interface packet queue.raj2009-11-201-3/+3
* remove volume alignment (was previously not correctly implemented)thompsa2009-11-201-13/+7
* Move interface reinitialization down after disabling WOL in resumeyongari2009-11-191-4/+5
* Minimize interface reinitialization by checking IFF_DRV_RUNNINGyongari2009-11-191-4/+16
* Fix copy & paste error and remove extra space before colon.yongari2009-11-191-2/+2
* Use capability pointer to access PCIe registers rather thanyongari2009-11-191-18/+26
* - Hook into the existing stat timer to drive the transmit watchdog insteadjhb2009-11-1910-71/+65
* - Add a private timer to drive the transmit watchdog instead of usingjhb2009-11-1918-122/+207
OpenPOWER on IntegriCloud