summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Work around problems with the ppbus(4)'s interesting way of managingjhb2008-01-102-0/+40
* Disable the check for errata AE18. On MacBooks (1,1 version) there'srpaulo2008-01-101-0/+6
* Add support for selectively dumping the state of the hardware response queue.kmacy2008-01-102-47/+130
* should always free when refcount is 1kmacy2008-01-101-1/+3
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-102-7/+7
* - make 9k clusters the default unless a tunable is setkmacy2008-01-104-125/+224
* Fix a buffer overflow in the processing of various SCSI commands. This likelyscottl2008-01-091-26/+42
* make nqsets a uint32_t so that sysctl will workkmacy2008-01-091-1/+3
* don't decrement ref count below 1 for EXT_PACKETkmacy2008-01-091-1/+1
* EXT_PACKET is one of the valid mbuf typeskmacy2008-01-091-0/+1
* Remove explicit calling of lockmgr() with the NULL argument.attilio2008-01-082-4/+4
* Make ftruncate a 'struct file' operation rather than a vnode operation.jhb2008-01-071-0/+1
* Fix incorrect dependencies of zyd(4).weongyo2008-01-071-3/+3
* Add support for ICH8M.des2008-01-072-0/+2
* Add the SparkLAN RT2573, found in HP s3200nkevlo2008-01-072-0/+5
* Fix mvec code to handle the case of the packet zonekmacy2008-01-072-4/+16
* If the disk reports that it support the Compact Flash Association commandphk2008-01-021-0/+9
* Follow the current fashion of gratuitously stomping into otherphk2008-01-021-36/+14
OpenPOWER on IntegriCloud