summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove cxgb local definitions of socket accessor functionskmacy2008-07-213-250/+18
* While spin-waiting for the mailbox semaphore to update, do flushing reads ofscottl2008-07-201-1/+4
* new vendor PHY supportkmacy2008-07-181-0/+225
* import vendor fixes to cxgbkmacy2008-07-1813-171/+715
* Correct 1000Mbps link handling logic for JMC250. This should makeyongari2008-07-181-1/+1
* Use DELAY() instead of pause if waiting time is less than 1ms.yongari2008-07-181-2/+2
* Fix a benign typo that would give out an incorrect warning message.luoqi2008-07-171-4/+3
* Clean up mxge's use of callouts as pointed out by jhb,gallatin2008-07-171-36/+19
* Fix a multicast handling regression on VT6105M introduced inyongari2008-07-162-25/+60
* Fix VR_RXSTAT_RX_OK bit definition which lasted for more than 9yongari2008-07-162-3/+4
* Add quirk for Dell D630 laptops.delphij2008-07-151-1/+7
* A number of significant enhancements to the ciss driver:scottl2008-07-114-150/+494
OpenPOWER on IntegriCloud