aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* For embedded UARTs compatible with the ns8250 family it is possibleMarcel Moolenaar2007-03-281-1/+3
* When we match UARTs found during bus-enumeration with UARTs used forMarcel Moolenaar2007-03-281-1/+1
* Add support for the 82562GX chip within if_fxp.Remko Lodder2007-03-281-0/+1
* Add support for the RTL8110SC driver.Remko Lodder2007-03-281-0/+2
* Add method enabled() to the SCC interface. This method can be usedMarcel Moolenaar2007-03-283-0/+22
* Don't derference a pointer before setting it.Matt Jacob2007-03-281-2/+2
* Allow the range of a SCC class to be 0. This gives all childMarcel Moolenaar2007-03-281-5/+7
* Revisit the watchdogs: Resetting the error to EINVAL after failing to set theNick Hibma2007-03-274-8/+6
* Don't assume the run bit is still set after a suspend.Julian Elischer2007-03-271-0/+1
* Fix a bug which could lead to receive side lockup when WC is disabled.Andrew Gallatin2007-03-271-0/+1
* - Use '*h' instead of 'struct acpi_spinlock' for sizeof[1].Jung-uk Kim2007-03-261-2/+2
* Correct ACPI semaphore function parameters.Jung-uk Kim2007-03-261-4/+4
* Free the handle, not the lock. Pointy hat to me.Jung-uk Kim2007-03-261-1/+1
* Correct ACPI spinlock function parameters and use known ACPI spinlock names.Jung-uk Kim2007-03-261-20/+25
* Change the VPD code to read the VPD data on-demand when a driver asks forJohn Baldwin2007-03-262-30/+14
* Use a unique name for each mutex now that acpi-ca is creating more thanNate Lawson2007-03-261-2/+11
* Remove ancient preprocessor code. Fix module compilation.Roman Kurakin2007-03-251-9/+1
* Drop the ipw softc lock before calling back into net80211, fixing aLukas Ertl2007-03-241-0/+2
* o A quirk for Sagem USB-Serial controller.Maxim Konovalov2007-03-242-0/+3
* o Add several CDMA-2000 terminals.Maxim Konovalov2007-03-242-2/+24
* bus_size_t is a bad cross-architectural type with respect to printf, use uint...Kip Macy2007-03-242-2/+2
* New device: icee. Generic i2c eeprom driver.Warner Losh2007-03-231-0/+291
* MFp4: Make the iicbus fully hinted. We no longer automatically addWarner Losh2007-03-232-51/+123
* MFp4: Make iicbus_trasnfer_gen suitable for bridge drivers. Use it in theWarner Losh2007-03-232-5/+11
* MFp4: Create an ivar for each iic device on the iicbus. This ivarWarner Losh2007-03-231-1/+24
* Switch to ANSI function declarations.Craig Rodrigues2007-03-231-54/+16
* - Increase coalesce_nsecsKip Macy2007-03-232-17/+31
* commit missed changeKip Macy2007-03-231-0/+1
* Check PCI-e link width to avoid foot shooting with 4x linksKip Macy2007-03-231-1/+17
* - Fix exca_(io|mem)_map() to return proper errno values.John Baldwin2007-03-231-20/+21
* Pass the RID from the bus frontends to the core probe function.Marcel Moolenaar2007-03-225-7/+7
* MFP4: a) Some constification from NetBSD (gcc 4.1.2)Matt Jacob2007-03-225-125/+142
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-2223-242/+233
* Fix an off-by-one error in iwi_init_fw_dma(). It didn't reuse the existingJohn Baldwin2007-03-211-1/+1
* Memory leak killing spree, mostly bus_dma(9) related.Ariff Abdullah2007-03-216-43/+65
* move call to t3_prep_adapter earlier in attach before msi-x setup occursKip Macy2007-03-211-5/+6
* Change acpi's handling of suballocating system resources to be a littleJohn Baldwin2007-03-211-55/+39
* allocate 9 messages in all casesKip Macy2007-03-211-1/+1
* make MSI-X the default and allocate up to mp_ncpus queues per portKip Macy2007-03-214-59/+86
* Overhaul driver/subsystem api's:Sam Leffler2007-03-215-139/+275
* Don't call bus_deactivate_resource() explicitly before callingYoshihiro Takahashi2007-03-2113-68/+0
* Synchronize with version 1.0.071 of Chelsio's common codeKip Macy2007-03-2010-57/+363
* Tweak the probe/attach order of devices on the x86 nexus devices.John Baldwin2007-03-201-1/+1
* Put a temporary bandaid to set/reset uncacheable DMA region (affectedAriff Abdullah2007-03-202-17/+46
* cxgb_stop is only called from cxgb_ioctl so:Kip Macy2007-03-201-6/+7
* If we got an OBE/IBF event, we failed to re-enable the GPE. This wouldNate Lawson2007-03-201-5/+14
* Revert couple of changes from 1.51 and 1.52. Reading link status with BMSRJung-uk Kim2007-03-191-14/+12
* Destroy channel DMA tag during resource cleanup.Ariff Abdullah2007-03-191-1/+4
* Poll only while interrupt is disabled.Hidetoshi Shimokawa2007-03-191-4/+6
* Wait SCLK to be stable after LPS enabled.Hidetoshi Shimokawa2007-03-191-0/+2