aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Rearrange conditional compilation directives. This makes syntaxPyun YongHyeon2008-08-041-2/+3
* Remove return keyword at the end of functions that return void.Pyun YongHyeon2008-08-041-14/+0
* Remove register keyword.Pyun YongHyeon2008-08-041-4/+4
* Use ANSI C declarations for all functions.Pyun YongHyeon2008-08-041-104/+41
* Don't enable TSO by default. Users of RTL8169/8110 reportedPyun YongHyeon2008-08-041-0/+7
* The number of bits reserved for MSS in RealTek controllers isPyun YongHyeon2008-08-041-0/+18
* Add an altnerative Siemens SpeedStream ID. This one is for a Prism 3Warner Losh2008-08-021-0/+1
* Report what kind of chip only under bootverbose since that's nowWarner Losh2008-08-021-1/+2
* Minor tweaks to names and comments now that I understand what's goingWarner Losh2008-08-022-7/+12
* Add an alternative ID for the Siemens SpeedStream SS1021: 0x3021.Warner Losh2008-08-021-0/+1
* Correctly set the interrupt enable and disable bits. The previousScott Long2008-08-022-15/+11
* Add support for the ASUS P535 PDARemko Lodder2008-08-022-0/+2
* Use the new bus device_shutdown hook for performing the shutdown actionJohn Baldwin2008-08-013-9/+19
* - Use an sx lock to serialize writes since they update the checksum.John Baldwin2008-08-011-3/+14
* 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