aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Enable the support for G33/Q35/Q33 now that both the G33 and Q35 have beenJohn Baldwin2008-08-011-2/+0
* remove socketvar.h, add more selective includesKip Macy2008-07-314-6/+15
* Data type fixJack F Vogel2008-07-311-2/+2
* Unbreak the build by including sys/socketvar.hPaul Saab2008-07-314-3/+7
* Include netinet/tcp_lro.h, unbreak the buildPaul Saab2008-07-301-1/+1
* Merge of the source for igb and em into dev/e1000, thisJack F Vogel2008-07-3050-10133/+1420
* fix includes for post sockbuf re-factorKip Macy2008-07-305-142/+12
* Use single byte read and write operations to toggle the BIOS and OSJohn Baldwin2008-07-302-14/+14
* This updates the ixgbe driver to Intel internal version 1.4.7Jack F Vogel2008-07-3010-423/+396
* Free the correct buffer list on failure.Andrew Thompson2008-07-302-2/+2
* style(9) - space after keywords, don't indent case.Pyun YongHyeon2008-07-291-64/+63
* Cache PCI vendor/device ids to avoid unnecessary PCI configurationPyun YongHyeon2008-07-291-7/+4
* s/printf/device_printf/gPyun YongHyeon2008-07-292-23/+19
* Export the hardware type (as number and name), the secondary firmwareWarner Losh2008-07-282-19/+45
* Fix buffer discard index.Pyun YongHyeon2008-07-281-1/+4
* Register the interrupt handler at the end of wi_attach rather than atWarner Losh2008-07-261-13/+11
* Fill in sysctl descriptions.Tom Rhodes2008-07-261-10/+18
* - Add driver for Dallas Semiconductor DS1339 RTC sittingStanislav Sedov2008-07-251-0/+232
* - Provide kernelname as the name for process with P_KTHREAD set asJeff Roberson2008-07-251-1/+5
* Add tweak for AMD Geode "companion" chip, AMD CS5536, which is apparentlyIvan Voras2008-07-241-1/+10
* Don't include <sys/tty.h> in non-TTY drivers.Ed Schouten2008-07-244-4/+6
* Further refine the probe order of devices to more closely match the previousJohn Baldwin2008-07-231-9/+4
* SATA device on some nForce based boards could get confused if MSI is notLuoqi Chen2008-07-233-5/+59
* o Fix style(9) bugs and similar nits.Marius Strobl2008-07-223-466/+471
* remove call to unsafe tcp_twstart functionKip Macy2008-07-211-20/+1
* Allocate a single CCB at the start of the main loop of the RAID monitoringJohn Baldwin2008-07-211-4/+4
* remove unneeded declarationsKip Macy2008-07-211-3/+0
* remove local version of tcp_offload_* functionsKip Macy2008-07-212-57/+0
* update syncache function namesKip Macy2008-07-211-2/+2
* remove cxgb local definition of locked syncache_expandKip Macy2008-07-212-15/+0
* remove cxgb local definitions of socket accessor functionsKip Macy2008-07-213-250/+18
* While spin-waiting for the mailbox semaphore to update, do flushing reads ofScott Long2008-07-201-1/+4
* new vendor PHY supportKip Macy2008-07-181-0/+225
* import vendor fixes to cxgbKip Macy2008-07-1813-171/+715
* Correct 1000Mbps link handling logic for JMC250. This should makePyun YongHyeon2008-07-181-1/+1
* Use DELAY() instead of pause if waiting time is less than 1ms.Pyun YongHyeon2008-07-181-2/+2
* Fix a benign typo that would give out an incorrect warning message.Luoqi Chen2008-07-171-4/+3
* Clean up mxge's use of callouts as pointed out by jhb,Andrew Gallatin2008-07-171-36/+19
* Fix a multicast handling regression on VT6105M introduced inPyun YongHyeon2008-07-162-25/+60
* Fix VR_RXSTAT_RX_OK bit definition which lasted for more than 9Pyun YongHyeon2008-07-162-3/+4
* Add quirk for Dell D630 laptops.Xin LI2008-07-151-1/+7
* A number of significant enhancements to the ciss driver:Scott Long2008-07-114-150/+494
* Don't leak DMA map if not freed.Xin LI2008-07-111-0/+2
* Detect ATA controllers in the Macbook3.Remko Lodder2008-07-102-3/+5
* Improve the EEPROM parsing, based on finding a datasheet that describesWarner Losh2008-07-092-36/+45
* Driver failed to allocate MMIO resources. Attached patch adds a fallback path.Remko Lodder2008-07-091-4/+9
* Add new device id for ICH8M, which supports greater than UDMA33 modeRemko Lodder2008-07-092-0/+2
* Add support for the ICH9 in non AHCI mode (RAID mode).Remko Lodder2008-07-092-0/+2
* Add driver support for RTL8102E and RTL8102EL which is the secondPyun YongHyeon2008-07-091-1/+8
* Disable jumbo frame support for RTL810x fast ethernet controllers.Pyun YongHyeon2008-07-091-1/+2