summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for 64bit addressing to AHCI and Marvell controllers.sos2007-04-065-15/+28
* Use strcasecmp() from libkern.pjd2007-04-061-4/+4
* If we've encountered unrecognized chipset don't access hardwareyongari2007-04-061-2/+2
* Add PCI IDs for the HP RMP3 serial port. This is often used asmarcel2007-04-051-0/+1
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-041-2/+2
* Make DMA tags per-queue to facilate parallel mappingskmacy2007-04-042-61/+110
* - Fix a bug in the TSO transmit routine where frames which hadgallatin2007-04-031-1/+3
* Since the driver uses mutexes, remove splusb() and splx().kevlo2007-04-031-5/+0
* Don't use a time-limiting loop that's defined in terms of the baudratemarcel2007-04-031-13/+7
* Don't expose the uart_ops structure directly, but instead havemarcel2007-04-0215-63/+165
* Enable MSI support on RELENG_6.jkim2007-04-021-3/+3
* Revert busy refcount back to int. As a side note, multiple openariff2007-04-021-1/+1
* Disable seq_modevent(). The implementation is incomplete, and causingariff2007-04-021-0/+4
* Use our own timer for watchdog instead of if_watchdog/if_timeryongari2007-04-022-8/+24
* No need to track every closing instance, and put busy counter to restariff2007-04-021-4/+4
* Freeze the simq, not the devq, if we run out of command slots. This fixesscottl2007-04-021-5/+4
* Provide hint / tunable for possible asynchronous USB execution. Asyncariff2007-04-021-3/+32
* - Don't wakeup() unnecessarily, so the behavior of dead interrupt orariff2007-04-021-8/+15
* Temporarily desupport simultaneous target and initiator mode.mjacob2007-04-026-18/+38
* Handle errors from bus_setup_intr().netchild2007-04-011-2/+4
* Tell a statistic checker that not checking the return value of the probingnetchild2007-04-011-1/+1
* Make it obvious that we don't care about the return value ofnetchild2007-04-011-1/+1
* Optimize sx locks to use simple atomic operations for the common cases ofjhb2007-03-314-0/+4
* Add constants for the fields in a BAR. Also, add two new macrosjhb2007-03-313-39/+45
* Fix compilation problem (add a const) for pre-7.0 compiles.mjacob2007-03-311-1/+1
* - Add missing constants for subclasses.jhb2007-03-314-11/+37
* Tell interested readers of the source that the return value is notnetchild2007-03-311-1/+5
* Teardown interrupt only when sc->ih is not NULL.simokawa2007-03-301-11/+10
* Free tlabel in fw_xfer_done().simokawa2007-03-301-2/+1
* - Don't call fw_busreset() in firewire_attach().simokawa2007-03-301-1/+0
* some minor error message cleanupsmjacob2007-03-291-4/+4
* o Revert last. The chip is already supported by puc(4).maxim2007-03-291-1/+0
* Re-enable the HPET timer after a resume.njl2007-03-281-0/+13
* o Add MosChip 9835 PCI Dual UART PCI id.maxim2007-03-281-0/+1
* For embedded UARTs compatible with the ns8250 family it is possiblemarcel2007-03-281-1/+3
* When we match UARTs found during bus-enumeration with UARTs used formarcel2007-03-281-1/+1
* Add support for the 82562GX chip within if_fxp.remko2007-03-281-0/+1
* Add support for the RTL8110SC driver.remko2007-03-281-0/+2
* Add method enabled() to the SCC interface. This method can be usedmarcel2007-03-283-0/+22
* Don't derference a pointer before setting it.mjacob2007-03-281-2/+2
* Allow the range of a SCC class to be 0. This gives all childmarcel2007-03-281-5/+7
* Revisit the watchdogs: Resetting the error to EINVAL after failing to set then_hibma2007-03-274-8/+6
* Don't assume the run bit is still set after a suspend.julian2007-03-271-0/+1
* Fix a bug which could lead to receive side lockup when WC is disabled.gallatin2007-03-271-0/+1
* - Use '*h' instead of 'struct acpi_spinlock' for sizeof[1].jkim2007-03-261-2/+2
* Correct ACPI semaphore function parameters.jkim2007-03-261-4/+4
* Free the handle, not the lock. Pointy hat to me.jkim2007-03-261-1/+1
* Correct ACPI spinlock function parameters and use known ACPI spinlock names.jkim2007-03-261-20/+25
* Change the VPD code to read the VPD data on-demand when a driver asks forjhb2007-03-262-30/+14
* Use a unique name for each mutex now that acpi-ca is creating more thannjl2007-03-261-2/+11
OpenPOWER on IntegriCloud