summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Lock the consumers of the iicbus(4) infrastructure:jhb2008-08-043-103/+105
* Add locking to the core iicbus(4) drivers:jhb2008-08-045-106/+128
* Add locking to the various iicbus(4) bridge drivers:jhb2008-08-048-57/+125
* Fix a typo.jhb2008-08-041-1/+1
* Add locking to snc(4) so it is MPSAFE:jhb2008-08-045-76/+130
* Lower the priority of the sleep in the syscons for "waitvt" wchan tokib2008-08-041-1/+1
* Rearrange conditional compilation directives. This makes syntaxyongari2008-08-041-2/+3
* Remove return keyword at the end of functions that return void.yongari2008-08-041-14/+0
* Remove register keyword.yongari2008-08-041-4/+4
* Use ANSI C declarations for all functions.yongari2008-08-041-104/+41
* Don't enable TSO by default. Users of RTL8169/8110 reportedyongari2008-08-041-0/+7
* The number of bits reserved for MSS in RealTek controllers isyongari2008-08-041-0/+18
* Add an altnerative Siemens SpeedStream ID. This one is for a Prism 3imp2008-08-021-0/+1
* Report what kind of chip only under bootverbose since that's nowimp2008-08-021-1/+2
* Minor tweaks to names and comments now that I understand what's goingimp2008-08-022-7/+12
* Add an alternative ID for the Siemens SpeedStream SS1021: 0x3021.imp2008-08-021-0/+1
* Correctly set the interrupt enable and disable bits. The previousscottl2008-08-022-15/+11
* Add support for the ASUS P535 PDAremko2008-08-022-0/+2
* Use the new bus device_shutdown hook for performing the shutdown actionjhb2008-08-013-9/+19
* - Use an sx lock to serialize writes since they update the checksum.jhb2008-08-011-3/+14
* Enable the support for G33/Q35/Q33 now that both the G33 and Q35 have beenjhb2008-08-011-2/+0
* remove socketvar.h, add more selective includeskmacy2008-07-314-6/+15
* Data type fixjfv2008-07-311-2/+2
* Unbreak the build by including sys/socketvar.hps2008-07-314-3/+7
* Include netinet/tcp_lro.h, unbreak the buildps2008-07-301-1/+1
* Merge of the source for igb and em into dev/e1000, thisjfv2008-07-3050-10133/+1420
* fix includes for post sockbuf re-factorkmacy2008-07-305-142/+12
* Use single byte read and write operations to toggle the BIOS and OSjhb2008-07-302-14/+14
* This updates the ixgbe driver to Intel internal version 1.4.7jfv2008-07-3010-423/+396
* Free the correct buffer list on failure.thompsa2008-07-302-2/+2
* style(9) - space after keywords, don't indent case.yongari2008-07-291-64/+63
* Cache PCI vendor/device ids to avoid unnecessary PCI configurationyongari2008-07-291-7/+4
* s/printf/device_printf/gyongari2008-07-292-23/+19
* Export the hardware type (as number and name), the secondary firmwareimp2008-07-282-19/+45
* Fix buffer discard index.yongari2008-07-281-1/+4
* Register the interrupt handler at the end of wi_attach rather than atimp2008-07-261-13/+11
* Fill in sysctl descriptions.trhodes2008-07-261-10/+18
* - Add driver for Dallas Semiconductor DS1339 RTC sittingstas2008-07-251-0/+232
* - Provide kernelname as the name for process with P_KTHREAD set asjeff2008-07-251-1/+5
* Add tweak for AMD Geode "companion" chip, AMD CS5536, which is apparentlyivoras2008-07-241-1/+10
* Don't include <sys/tty.h> in non-TTY drivers.ed2008-07-244-4/+6
* Further refine the probe order of devices to more closely match the previousjhb2008-07-231-9/+4
* SATA device on some nForce based boards could get confused if MSI is notluoqi2008-07-233-5/+59
* o Fix style(9) bugs and similar nits.marius2008-07-223-472/+477
* remove call to unsafe tcp_twstart functionkmacy2008-07-211-20/+1
* Allocate a single CCB at the start of the main loop of the RAID monitoringjhb2008-07-211-4/+4
* remove unneeded declarationskmacy2008-07-211-3/+0
* remove local version of tcp_offload_* functionskmacy2008-07-212-57/+0
* update syncache function nameskmacy2008-07-211-2/+2
* remove cxgb local definition of locked syncache_expandkmacy2008-07-212-15/+0
OpenPOWER on IntegriCloud