summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix build.yongari2008-01-211-2/+2
* Overhaul sf(4) to make it run on all architectures and implementyongari2008-01-212-965/+2122
* It seems that the firmware for TxGFP does not work at all. I couldyongari2008-01-211-0/+1
* Import AIC-6915 firmware for GFP from Adaptec.yongari2008-01-212-0/+235
* Forced commit to note that sf(4) was repocopied from sys/pciyongari2008-01-211-1/+1
* Re-enable pcpu caching by default make sysctl R/Wkmacy2008-01-192-2/+2
* Add a flag for Ethernet@WireSpeed capability and correct chip revisions.jkim2008-01-183-8/+12
* Fix mbuf pool watermark configuration (mismerged from OpenBSD in 1.132).jkim2008-01-181-1/+1
* Style changes from avatar.ambrisko2008-01-182-48/+48
* First real attempt at proper locking. The locking is a little complicatedambrisko2008-01-183-122/+253
* Use m_collapse(9) to collapse mbuf chains instead of relying onyongari2008-01-181-1/+1
* - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), andjhb2008-01-175-357/+5
* - remove bogus_imm counterkmacy2008-01-172-22/+26
* promote ath_defrag to m_collapse (and retire private+unusedsam2008-01-172-99/+1
* Use pause(9) instead of a tsleep() on a stack variable.jhb2008-01-171-1/+1
* Fix lock ordering panic by not calling ether_ioctl with port lock heldkmacy2008-01-161-2/+2
* Add a header containing constants for the various HPET registers and theirjhb2008-01-162-23/+84
* Dont accidentally remove a filesocket which is still in use. This givesremko2008-01-161-6/+9
* remove superfluous debug printfskmacy2008-01-162-8/+1
* Fix mbuf leak caused by freeing packet zone clusters but not their associated...kmacy2008-01-163-29/+45
* put tx queue size back to 1024kmacy2008-01-161-4/+0
* Use '%zd' to print PIO_LEN since it involves a size_t (via sizeof()) tojhb2008-01-152-2/+2
* Don't cache the new-bus name of a PCI device in the PCI conf structure,jhb2008-01-151-1/+4
* Add optional support to mxge for MSI-X interrupts and multiple receivegallatin2008-01-158-516/+31649
* Hide common prints under bootverbose.sobomax2008-01-151-2/+4
* Fix a few minor issues based on a bug report and reading over the HPETjhb2008-01-151-3/+45
* Fix accidental swap of "const" for "static" in mxge firmware byte arraysgallatin2008-01-152-6/+6
* Update to firmware version 1.4.29 from 1.4.25. Relevant changes include:gallatin2008-01-152-25570/+26369
* - Simplify mb_free_ext_fastkmacy2008-01-155-40/+91
* Fix build.yongari2008-01-151-1/+1
* - move WR_LEN in to cxgb_adapter.h add PIO_LEN to make intent clearerkmacy2008-01-156-249/+191
* remove superfluous locking from dequeuekmacy2008-01-151-2/+0
* Overhaul re(4).yongari2008-01-151-360/+484
* - Assert that immpkt is not setkmacy2008-01-141-2/+4
* Implement WOL capability.yongari2008-01-142-11/+54
* - Add more extensive sanity checkskmacy2008-01-141-15/+22
* Make back pressure visible more quickly, particularly now that we maintain a ...kmacy2008-01-141-1/+1
* Add extensive sanity checking to buf_ringkmacy2008-01-141-7/+50
* Convert over to using the multiqueue infrastructure although all calls goingkmacy2008-01-133-208/+94
* Add buf_ring_full utility function, make sure dequeue/enqueue see the latestkmacy2008-01-131-2/+10
* remove unused codekmacy2008-01-131-1/+0
* style nitkmacy2008-01-131-1/+2
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-132-12/+10
* Fix GPE livelock that occurs on HP/Compaq laptops, mostly in the thermalnjl2008-01-121-3/+7
* MFp4 multiple queue supportkmacy2008-01-121-0/+698
* o Add Moxa Technologies CP-104EL PCI Express 4 port Serial card.maxim2008-01-121-0/+6
* The wakeup() line from the rev. 1.319 is wrong and reintroduceskib2008-01-111-2/+1
* Fix unload of the fdc.ko:kib2008-01-111-1/+8
* Be more aggressive about tx cleaning - when multiples streams were running th...kmacy2008-01-113-15/+38
* If we're not running with multiqueue enabled we need to wait to acquire thekmacy2008-01-101-14/+41
OpenPOWER on IntegriCloud