summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Busmaster DMA address fix in VIA 6421 case.sos2006-09-121-1/+1
* Format mask lacks one bit.sos2006-09-121-1/+1
* - Revert making bus_generic_add_child() the default for BUS_ADD_CHILD().jhb2006-09-111-0/+1
* Fix issues found by Coverity (223392, 223393) due to TSO additionspdeuskar2006-09-111-2/+4
* Minor overhaul of SMBus support:jhb2006-09-1110-96/+139
* Add support for a few more Serverworks and lookalikes chips.sos2006-09-112-9/+15
* Update to fit latest USB cleanup crusade.sos2006-09-111-2/+2
* Give the ACPI I/O rman's unique description strings to make 'devinfo -u'jhb2006-09-111-2/+2
* CF devices are ATA not ATAPI.sos2006-09-111-1/+3
* Add support for MCP61 and MCP65 adaptors.obrien2006-09-112-0/+36
* Fix style(9) issues in the TSO specific changes.pdeuskar2006-09-101-154/+152
* Yank FreeBSD specific code out from under ifdef.trhodes2006-09-101-127/+0
* Second attempt at fixing module buildpdeuskar2006-09-091-1/+1
* Fix build breakage while compiling em as a module.pdeuskar2006-09-091-0/+1
* Fix the check where we want to use the end of the supported range if thenetchild2006-09-091-1/+1
* Add support for TSO. Thanks to Andre for adding support in the stackpdeuskar2006-09-092-29/+203
* Add support to bge(4) to not break IPMI support when the driver attachesambrisko2006-09-092-12/+215
* Fix style nits. No md5 changes in .o's. ;-)jkim2006-09-082-25/+25
* Support for PCI-Express 4Gb Cards.mjacob2006-09-081-5/+14
* Make 8139C+ work again which was broken since rev 1.68.yongari2006-09-081-0/+8
* Create a 'ready' handler for each personality. The purpose of this handlermjacob2006-09-073-13/+66
* Merge from DRM upstream:anholt2006-09-0712-62/+268
* Change the class from uint8_t to int8_t so people can filter on >0ambrisko2006-09-071-1/+1
* Change the event log dump on initial boot to use get_event versusambrisko2006-09-072-68/+117
* Static -> static.mjacob2006-09-071-3/+3
* Catch up with USB changes, device_ptr_t was removed, we need device_t here.trhodes2006-09-071-3/+3
* Catch up to USB changes.scottl2006-09-071-149/+149
* Remove old debugging code from the interrupt handler.scottl2006-09-071-11/+4
* More removing compatibility macros.imp2006-09-0746-620/+573
* Only include FreeBSD defines. This file is slated to go to the happyimp2006-09-061-294/+0
* s/Static/static/gimp2006-09-0647-1432/+1440
* More antideclarification.imp2006-09-061-31/+27
* Remove the portibility layer goo.imp2006-09-061-158/+71
* jhb points out that these mallocs don't need to be checked becauseimp2006-09-061-16/+0
* MFp4: check the return value of malloc and report an error when invalid.imp2006-09-061-0/+16
* The poison pill of death: adding a target mode reply handler and targetmjacob2006-09-051-5/+5
* Coverity: initialize some variables before potential use.mjacob2006-09-051-0/+2
* Add SIIG 4 port serial card based on the Oxford OX16PCI954.marcel2006-09-041-0/+6
* Add locking to vge_ifmedia_upd().mr2006-09-041-0/+2
* Avoid an infinite loop in empty_both_buffers() by adding a timeout.dwhite2006-09-041-0/+11
* Support Celsius (nn.nC), Fahrenheit (nn.nF) and Kelvin (nnnn) toume2006-09-031-1/+0
* Restore multi-version cleanliness.mjacob2006-09-031-3/+11
* add a newbus method for obtaining the bus's bus_dma_tag_t... This isjmg2006-09-0310-22/+24
* Add support for VIA 8237A.sos2006-09-022-0/+3
* /tmp/cvsleYf6ydavidch2006-09-012-9/+11
* Fix spelling in a status message.marius2006-09-011-1/+1
* Fix spelling and wording in a comment.marius2006-09-011-2/+2
* Comment tweaks.jhb2006-09-011-2/+2
* - Use pci_enable_busmaster() and pci_enable_io() to update the commandjhb2006-09-011-11/+5
* Add locking to the ifmedia callouts.jhb2006-09-011-2/+8
OpenPOWER on IntegriCloud