summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix FBIO_ADPINFO ioctl on amd64.jkim2010-02-231-3/+3
* When we rescan, just scan from logical unit 0. In other words, don'tmjacob2010-02-231-1/+1
* Remove Tx mbuf parsing code for VLAN in TSO path. Controller doesyongari2010-02-221-25/+5
* Add TSO support on VLANs. Also make sure to update TSO capabilityyongari2010-02-221-13/+3
* Add TSO support on VLANs. jme(4) controllers do not require VLANyongari2010-02-221-1/+4
* Remove Tx mbuf parsing code for VLAN in TSO path. Controller doesyongari2010-02-221-18/+5
* According to the Linux sungem driver, in case of Apple (K2) GMACsmarius2010-02-221-1/+4
* Add TSO on VLANs. Because re(4) has a TSO limitation for jumboyongari2010-02-221-9/+17
* Oops! Wrong word order. :(mav2010-02-221-16/+16
* Update mxge to support IFCAP_VLAN_HWTSO.gallatin2010-02-221-0/+12
* Add Intel PCH SATA controller IDs.mav2010-02-221-0/+16
* Improve output for controllers that doesn't report SATA speed.mav2010-02-223-7/+19
* - make printf conditionalkmacy2010-02-211-17/+21
* Increase PCIe maximuim read request size to 2048. Because re(4) usesyongari2010-02-211-0/+3
* Add TSO support on VLAN. Controller requires VLAN hardware taggingyongari2010-02-201-8/+10
* Correct inversed programming of ethernet hardware address onyongari2010-02-201-10/+16
* Add support for BCM54K2 found in combination with Apple K2 GMAC.marius2010-02-202-0/+27
* Fix common misspelling of hierarchyuqs2010-02-201-2/+2
* Correct spelling of reseting (found while researching the "bb hang detected"deischen2010-02-191-19/+19
* o print msgs with length if the frame is too short to pass to net80211.weongyo2010-02-191-3/+8
* Don't try and re-use a handle, even if the firmware tells you that's what is ...mjacob2010-02-181-30/+33
* Include command type in COMMAND TIMEOUT messages to aid in debugging.emaste2010-02-171-2/+3
* Assorted fixes for mge(4).raj2010-02-171-11/+3
OpenPOWER on IntegriCloud