summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Check the return value of config_intrhook_establish().rpaulo2008-11-291-1/+5
* Check for non-existing model DMI string.rpaulo2008-11-291-0/+3
* Renamed the FRAMELEN macro to TRUEPHY_FRAMELEN as for powerpcbz2008-11-281-2/+3
* Remove duplicate 2610SA entry.emaste2008-11-271-2/+0
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solojkoshy2008-11-276-20/+2878
* Don't let ata_completed() dereference a null request->dma pointer topeter2008-11-271-1/+1
* Small nit I just noticed, a pre-decrement should be post.jfv2008-11-271-1/+1
* Thanks to the reminder from Ganbold, small fix in the RX failurejfv2008-11-271-13/+11
* Add basic WOL support for 82550/82551/82558 and 82559 basedyongari2008-11-273-11/+80
* This delta is primarily a fix for es2lan devices thatjfv2008-11-2626-1388/+1368
* Updated ixgbe driver - version 1.6.2jfv2008-11-2611-1026/+1999
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").jkim2008-11-265-8/+13
* - Add the device ID for the HP HS2300 MC8775 clone (michael)n_hibma2008-11-262-6/+8
* Remove unused variable.ganbold2008-11-261-4/+4
* Implement TSO for 82550/82551 controllers.yongari2008-11-263-14/+118
* Implement Rx checksum offload for 82559 or later controllers.yongari2008-11-262-28/+110
* o Introduce a new function, fxp_new_rfabuf which allocates a newyongari2008-11-261-27/+69
* Remove unused variable.ganbold2008-11-251-2/+1
* src/lib/libusb20/libusb20_compat01.calfred2008-11-2513-122/+709
* Big update to the iSCSI initiator code. Highlights include IPv6 support,scottl2008-11-258-231/+584
* Simplify Tx checksum offload configuration. Also clear CSUM_IP ifyongari2008-11-251-8/+5
* - Allow fxp_encap() enqueue failed transmissions and setyongari2008-11-252-70/+71
* - improve AL2230 RF handling when the device type is zd1211. After thisweongyo2008-11-252-1145/+1526
* Move unarming watchdog timer and pending multicast configurationyongari2008-11-251-5/+5
* Fix Tx/Rx checksum offload ioctl handling and make Rx handler honoryongari2008-11-251-9/+26
* Make fxp(4) build with FXP_IP_CSUM_WAR.yongari2008-11-251-2/+2
* Sort head files and removed ununsed header file.yongari2008-11-251-13/+9
* Whitespace fix.yongari2008-11-253-25/+25
* Add support for Marvell PATA M88SX6121.rpaulo2008-11-252-0/+2
* Restore sfence semantics in mxge after the introductiongallatin2008-11-242-25/+25
* Make sure arc4random(9) is properly seeded when /etc/rc.d/initrandom returns.cperciva2008-11-242-3/+24
* Save the value read from TX queue CSR, so we don't test against ayongari2008-11-241-1/+1
* print the extended tx/rx descriptor for 5416 and later partssam2008-11-241-9/+32
* nuke special handling of RXORN interrupt; the hal marks the FATALsam2008-11-242-17/+4
* Remove DELAY() on hdac_audio_commit().mav2008-11-231-1/+0
* Eliminate an unused variable reported by coverityimp2008-11-231-4/+2
* Do not use soft PCM volume for digital outputs to allow SPDIF AC3 bypassmav2008-11-231-4/+8
* Strictly differentiate digital and analog PCM devices according to codecmav2008-11-232-58/+91
* Report card erase sector size as disk stripe size.mav2008-11-231-0/+2
* Improve detach handling: close races, flush queue.mav2008-11-231-13/+16
* Add backward compatibility ifdefs for non-multiq kernelskmacy2008-11-233-2/+29
* work around periodic leak on queue overrun by enabling coalescing of packets ...kmacy2008-11-231-1/+1
* intr_machdep.h breaks build on some arches and is not neededkmacy2008-11-231-4/+0
* Cast to uintptr_t before casting to void*. This allows themarcel2008-11-221-3/+3
* Whitespace cleanup for previous commit.mav2008-11-221-3/+3
* Handle device_get_children() errors in more correct way.mav2008-11-221-9/+12
* Change check order to avoid array overrun.mav2008-11-221-2/+2
* Unbreak LINT.jkoshy2008-11-224-0/+24
* - enable multiple transmit queueskmacy2008-11-225-246/+109
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-229-225/+49
OpenPOWER on IntegriCloud