summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Rise knowledge about curthread->td_intr_frame by one step. Make timermav2010-07-131-4/+2
* Disable multi-sector PIO transfers if ATA_SET_MULTI command failed.mav2010-07-131-0/+2
* Fix comment.takawata2010-07-131-1/+1
* One more Prolific serial device ID.takawata2010-07-132-0/+3
* Fix white spaces.jkim2010-07-131-18/+18
* According to ACPICA User Guide and Programmer Reference, the read data mustjkim2010-07-131-6/+3
* Correct inverted parent DMA tag parameters.marius2010-07-121-2/+2
* - Make the maxsize parameter of the data buffer DMA tag match maxio, whichmarius2010-07-122-4/+5
* Fix for a panic when TX checksum offload is done andjfv2010-07-122-19/+35
* Revert and remake r209883:mav2010-07-121-9/+15
* Use more compact deviceid table.thompsa2010-07-111-194/+196
* Update for style(9).thompsa2010-07-111-140/+140
* Convert Freescale PowerPC platforms to FDT convention.raj2010-07-119-239/+108
* Provide more defines for PCI-Express device ctrl.raj2010-07-111-0/+3
* Introduce PowerPC-specific helper routines for FDT.raj2010-07-111-0/+168
* Save fdtbus trigger / polarity data at their correct index.raj2010-07-111-2/+2
* Let simplebus(4) diagnostics be a bit more descriptive.raj2010-07-111-4/+7
* Fixes a page fault in bwi_pci_probe() because the array isn't terminatedweongyo2010-07-101-1/+2
* Fixes a bug for LP PHY that some frames have 2 padding bytes at theweongyo2010-07-101-10/+11
* If ata_sata_phy_reset() failed and ata_generic_reset() is not called, markmav2010-07-107-1/+24
* On attach, grab channel lock before setting up interrupt. This fixes crashmav2010-07-101-3/+5
* Make hw.ata.ata_dma_check_80pin tunable affect not only device side, butmav2010-07-1011-15/+22
* Some revision of Yukon controller generates corrupted frame when TXyongari2010-07-091-8/+21
* Don't use pack() for structures that is used purely for software state.delphij2010-07-092-3/+3
* Fix of a VLAN problem by jhb, the checksum capabilityjfv2010-07-091-1/+1
* Improve cxgb(4)'s behaviour when faced with temporarily "bouncy" links:np2010-07-095-40/+55
* Eliminate ext_intr_task. The "slow" interrupt handler is alreadynp2010-07-095-58/+14
* Fix bufsize calculation so that cxgbtool can display information for thenp2010-07-091-1/+0
* Remove enabling RX checksum offloading in RX filter setup. RXyongari2010-07-082-6/+5
* Missed a file in r209803: this header contains a definition ofnwhitehorn2010-07-081-0/+1
* Change the argument type to OF_call_method to take an array of cell_tnwhitehorn2010-07-083-8/+7
* Fix iicbus_get_addr() on 64-bit big-endian systems. The bus accessornwhitehorn2010-07-081-1/+1
* Extend the ath debugging a little to log the interface name.adrian2010-07-081-1/+1
* Do not mention VM_ALLOC_RETRY in comment, and normalize the terminologykib2010-07-081-2/+2
* Fix mis-merges in the previous commit.jkim2010-07-061-2/+2
* Merge ACPICA 20100702.jkim2010-07-064-9/+12
* Calculate nshift only once.kib2010-07-061-4/+6
* Zero entire status block and add missing bus_dmamap_sync(9).yongari2010-07-061-4/+8
* Plug a possible memory leak.jkim2010-07-061-1/+1
* Fix a possible null pointer dereference. A patch for -STABLE wasjkim2010-07-061-0/+2
* It seems read DMA mode register requires both IPv4 TSO and IPv6 TSOyongari2010-07-061-1/+5
* Add a safety-belt. If the identified disk has 0 blocks, don't attachimp2010-07-041-3/+8
* Minor formatting nits.imp2010-07-041-2/+2
* Add ata(4) ability to limit initial ATA mode for devices via device hints.mav2010-07-032-2/+56
* Fix buildkevlo2010-07-011-1/+0
* OK, I was a bit sleep this morning and checked injfv2010-06-3011-76/+1940
* SR-IOV support added to igbjfv2010-06-302-171/+296
* Left out header change in last delta - new memberjfv2010-06-301-0/+1
* Fix build.glebius2010-06-301-0/+1
* BAH, I apologize, the wrong version of the code gotjfv2010-06-301-40/+45
OpenPOWER on IntegriCloud