summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-0752-52/+54
* Fix build breakage for 8-stable and older.hselasky2011-11-061-1/+5
* Add support for new USB modem protocol.hselasky2011-11-061-1/+5
* Freeze the device queue if a request didn't complete without error andmarius2011-11-061-8/+9
* Remove MALLOC_DECLAREs of nonexisting malloc-pools.ed2011-11-061-1/+0
* Implement the sysctl's for fibre channel that are listed in the man page.mjacob2011-11-062-0/+9
* Implement support for modem control lines.hselasky2011-11-051-4/+119
* Implement altq(4) support.yongari2011-11-041-8/+10
* Because ti(4) drops a driver lock in RX handler, check whetheryongari2011-11-041-4/+4
* Don't abuse if_hwassist and make sure enabling corresponding TX/RXyongari2011-11-041-32/+60
* Don't clear upper 4bits from VLAN tag information. It'syongari2011-11-041-2/+2
* Introduce ti_ifmedia_upd_locked() to use in driver initializationyongari2011-11-041-3/+21
* Announce IFCAP_LINKSTATE capability and let network stack know linkyongari2011-11-041-7/+25
* Make sure to unload loaded DMA area(descriptor, command, event ring).yongari2011-11-041-0/+2
* s/u_intXX_t/uintXX_t/gyongari2011-11-042-135/+135
* Make ti(4) build with 'options TI_PRIVATE_JUMBOS'.yongari2011-11-041-1/+1
* style.yongari2011-11-041-163/+163
* Use ANSI function definations.yongari2011-11-041-146/+55
* Call the correct chipset power routine when disabling the AR5416 and later NICs.adrian2011-11-041-1/+1
* Fix for panic at USB controller attach failure during cold boot.hselasky2011-11-041-0/+5
* Add QLogic 10 Gigabit Ethernet & CNA Adapter Driver version 1.30bz2011-11-0316-0/+6769
* Sprinkle some const.marius2011-11-021-6/+6
* Remove variable initialized but no longer actually used since r226995.marius2011-11-021-3/+0
* Disable the TX ready interrupts once we received one, some UART won't clearcognet2011-11-021-2/+5
* Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 andmarius2011-11-012-0/+726
* Increase the IOC port initialization timeouts by ten times to what themarius2011-11-011-1/+1
* In r225931 I've missed the only other driver using the pointer returnedmarius2011-11-013-7/+31
* - Import the common MII bitbang'ing code from NetBSD and convert drivers tomarius2011-11-0122-1965/+799
* Add information about MD_READONLY and MD_COMPRESS flags to theae2011-10-311-0/+5
* Add multiple inclusion protection.marius2011-10-301-0/+4
* - Use device_t rather than the NetBSDish struct device.marius2011-10-303-113/+149
* Improve USB mass storage quirk auto detection.hselasky2011-10-292-1/+30
* Add some new ath(4) debugging bits, from my if_ath_tx 11n TX branch.adrian2011-10-291-0/+5
* Fix an implicit dependency between the MFI driver and CAM that had grown duescottl2011-10-291-1/+18
* Add a few improvements to utf-8 -> cp436 console maprmh2011-10-281-5/+15
* Don't expose a constant array into global namespace.delphij2011-10-282-2/+1
* When punting frames to the RX tap, free the mbufs since we've tampered withadrian2011-10-281-0/+2
* Disable updating InputDiscards counter for BCM5717, BCM5718,yongari2011-10-281-2/+24
* Add initial BCM5720 support.yongari2011-10-282-29/+87
* Recognize BCM5720C PHY.yongari2011-10-282-0/+2
* Define BGE_FW_HB_TIMEOUT_SEC and remove one more magic value.yongari2011-10-272-1/+4
* Rename hard-coded value 1 << 14 with BGE_RX_CPU_DRV_EVENT.yongari2011-10-272-3/+7
* Rename BGE_FW_DRV_ALIVE/BGE_FW_PAUSE to BGE_FW_CMD_DRV_ALIVE/BGE_FW_CMD_PAUSE.yongari2011-10-272-4/+10
* Eliminate vestiges of page coloring in VM_ALLOC_NOOBJ calls toalc2011-10-271-2/+1
* SRAM offset 0x0C04 is used by driver to inform the IPMI/ASF firmwareyongari2011-10-262-6/+20
* Offset 0x6810 is RX-RISC event register. Rename BGE_CPU_EVENT withyongari2011-10-262-6/+7
* Define MAC address mail box and use it instead of usingyongari2011-10-262-2/+4
* Rename definition of BGE_SOFTWARE_GENCOMM_* to more readable ones.yongari2011-10-262-23/+24
* BCM5719 cannot handle DMA requests for DMA segments that haveyongari2011-10-262-0/+10
* Broadcom says BCM5755 or higher and BCM5906 have short DMA bug.yongari2011-10-261-3/+4
OpenPOWER on IntegriCloud