summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Yet another attempt to make palette loading more safer:jkim2010-02-234-30/+62
* Minor diff reduction with Adaptec's driver: in aac_release_command() setemaste2010-02-232-3/+1
* o adds sysctl variables to show device statistics.weongyo2010-02-232-10/+37
* fixes a compile error; invalid type argument of '->'.weongyo2010-02-231-1/+1
* Fix recursive lock attempt on hot-plug event in non-ATA_CAM mode.mav2010-02-231-3/+3
* The New and Improved snake_server - Service Pack 1: now even moreivoras2010-02-231-1/+1
* Upgrade the "snake" syscons screensaver to the new, multimedia version!ivoras2010-02-231-6/+49
* xpt_rescan only honors a wildcard in the target field. Revert the previousmjacob2010-02-231-1/+6
* Fix compilation problems with INVARIANTS.imp2010-02-231-27/+20
* Re-add accidentally removed pixel format for direct memory model.jkim2010-02-231-2/+42
OpenPOWER on IntegriCloud