summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Change the way shutdown is handled for log file.fabient2010-03-081-21/+27
* Looks like I forgot to add half of the copyright text when we switched tojoel2010-03-081-0/+12
* Merge ACPICA 20100304.jkim2010-03-051-0/+2
* Don't spam dmesg with "registered firmware ..." when module is compiledsobomax2010-03-051-2/+13
* fixes an attached-at-boot issue that bwn(4) using device_identifyweongyo2010-03-033-69/+12
* Several changes to fix livelock under high load, introduced by r203489:mav2010-03-032-4/+12
* Remove programming LED register and enable 25MHz TX clock foryongari2010-03-031-1/+0
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-0318-126/+0
* Introduce ath_hal_setInterrupts(), a macro for ah_setInterrupts().rpaulo2010-03-032-2/+4
* Replace Id keyword with FreeBSD keyword and set the svn props correctly.rpaulo2010-03-0337-37/+37
* Add support for hwpmc(4) on the MIPS 24K, 32 bit, embedded processor.gnn2010-03-034-2/+811
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-0320-140/+0
* Correct mfip module dependency on mfi. This allows mfip to be loaded askib2010-03-022-0/+2
* Couple of suggestions from Sam regarding latest commit:rpaulo2010-03-027-13/+13
* Remove taskqueue based interrupt handling. After r204541 msk(4)yongari2010-03-022-155/+26
* calculates the integer square root if a positive integer X is largerweongyo2010-03-011-4/+5
* Implement rudimentary interrupt moderation with programmableyongari2010-03-012-20/+23
* Make sure to enable flow-control only if established link isyongari2010-03-011-14/+11
* Properly sync status LEs after processing.yongari2010-03-011-9/+2
* Add PCI ID for MCS9901.delphij2010-03-011-0/+2
* Properly setup the TX FIFO threshold for AR5416 based chipsets,rpaulo2010-03-016-5/+22
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-017-49/+0
* - Add ALI M5228 PATA ID.mav2010-03-012-1/+3
* fixes a bug to load firmware images for LP PHY. For LP PHY always,weongyo2010-02-271-2/+3
* supports the adhoc demo mode that it's tested on modified aircrack-ngweongyo2010-02-271-1/+3
* Fix panic on invalid 'mdconfig -at preload' usage.trasz2010-02-271-0/+2
* Revamp the pieces of some of the stuff I forgot to do when shifting tomjacob2010-02-278-245/+234
* don't need to check BWN_RX_PHYST0_SHORTPRMBL flag because it's alreadyweongyo2010-02-271-2/+0
* Fix misallocation error in target mode.mjacob2010-02-271-1/+1
* Add TSO support on VLANs. While I'm here remove unnecessary checkyongari2010-02-261-22/+9
* Add TSO support on VLANs. While I'm here remove unnecessary checkyongari2010-02-261-22/+9
* Disable TSO on BCM5755M controller until I understand better foryongari2010-02-261-1/+3
* Add TSO support on VLANs. bce(4) controllers require VLAN hardwareyongari2010-02-261-2/+10
* Move TSO setup to new function bce_tso_setup(). Also remove VLANyongari2010-02-261-69/+114
* Prefer m_collapse(9) over m_defrag(9).yongari2010-02-261-1/+1
* Make toggling TSO, VLAN hardware checksum offloading work. Also fixyongari2010-02-261-14/+16
* Make sure to stop controller first before changing MTU. And ifyongari2010-02-261-7/+14
* Allow disabling VLAN hardware tag stripping with software workyongari2010-02-261-20/+40
* Remove trailing white spaces.yongari2010-02-261-4/+4
* Allocate single MSI message. msk(4) used to allocate 2 MSI messagesyongari2010-02-262-46/+15
* Don't hardcod register offset to set PCIe max read request size.yongari2010-02-262-29/+20
* Optimize inserting LE for TX checksum computation. Controller doesyongari2010-02-262-10/+17
* Add TSO support on VLANs. Controller requires VLAN hardware taggingyongari2010-02-261-6/+11
* Reuse the configured LE for VLAN if new LE was created for TSO.yongari2010-02-261-1/+1
* Store path for rescan to the right place. This should fix panic on boot,mav2010-02-261-2/+1
* Fix bug in headphones audio redirection using separate DAC. It was exposedmav2010-02-261-2/+2
* Support IFCAP_VLANHWTSO in cxgb(4). It works with or without vlanhwtag.np2010-02-262-48/+48
* Improve VESA mode switching via loader tunable `hint.sc.0.vesa_mode'.jkim2010-02-243-64/+123
* There is no need to test __FreeBSD_version for features that havenp2010-02-2411-248/+29
* Accessing an mbuf after it has been handed off to the hardware is a badnp2010-02-241-22/+8
OpenPOWER on IntegriCloud