summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove ancient preprocessor code. Fix module compilation.rik2007-03-251-9/+1
* Drop the ipw softc lock before calling back into net80211, fixing ale2007-03-241-0/+2
* o A quirk for Sagem USB-Serial controller.maxim2007-03-242-0/+3
* o Add several CDMA-2000 terminals.maxim2007-03-242-2/+24
* bus_size_t is a bad cross-architectural type with respect to printf, use uint...kmacy2007-03-242-2/+2
* New device: icee. Generic i2c eeprom driver.imp2007-03-231-0/+291
* MFp4: Make the iicbus fully hinted. We no longer automatically addimp2007-03-232-51/+123
* MFp4: Make iicbus_trasnfer_gen suitable for bridge drivers. Use it in theimp2007-03-232-6/+12
* MFp4: Create an ivar for each iic device on the iicbus. This ivarimp2007-03-231-1/+24
* Switch to ANSI function declarations.rodrigc2007-03-231-54/+16
* - Increase coalesce_nsecskmacy2007-03-232-17/+31
* commit missed changekmacy2007-03-231-0/+1
* Check PCI-e link width to avoid foot shooting with 4x linkskmacy2007-03-231-1/+17
* - Fix exca_(io|mem)_map() to return proper errno values.jhb2007-03-231-20/+21
* Pass the RID from the bus frontends to the core probe function.marcel2007-03-225-7/+7
* MFP4: a) Some constification from NetBSD (gcc 4.1.2)mjacob2007-03-225-125/+142
* Catch up with ACPI-CA 20070320 import.jkim2007-03-2223-242/+233
* Fix an off-by-one error in iwi_init_fw_dma(). It didn't reuse the existingjhb2007-03-211-1/+1
* Memory leak killing spree, mostly bus_dma(9) related.ariff2007-03-216-43/+65
* move call to t3_prep_adapter earlier in attach before msi-x setup occurskmacy2007-03-211-5/+6
* Change acpi's handling of suballocating system resources to be a littlejhb2007-03-211-55/+39
* allocate 9 messages in all caseskmacy2007-03-211-1/+1
* make MSI-X the default and allocate up to mp_ncpus queues per portkmacy2007-03-214-59/+86
* Overhaul driver/subsystem api's:sam2007-03-215-140/+276
* Don't call bus_deactivate_resource() explicitly before callingnyan2007-03-2113-68/+0
* Synchronize with version 1.0.071 of Chelsio's common codekmacy2007-03-2010-57/+363
* Tweak the probe/attach order of devices on the x86 nexus devices.jhb2007-03-201-1/+1
* Put a temporary bandaid to set/reset uncacheable DMA region (affectedariff2007-03-202-17/+46
* cxgb_stop is only called from cxgb_ioctl so:kmacy2007-03-201-6/+7
* If we got an OBE/IBF event, we failed to re-enable the GPE. This wouldnjl2007-03-201-5/+14
* Revert couple of changes from 1.51 and 1.52. Reading link status with BMSRjkim2007-03-191-14/+12
* Destroy channel DMA tag during resource cleanup.ariff2007-03-191-1/+4
* Poll only while interrupt is disabled.simokawa2007-03-191-4/+6
* Wait SCLK to be stable after LPS enabled.simokawa2007-03-191-0/+2
* Enforce sample size alignment on first direct-copy channel.ariff2007-03-181-5/+9
* Disable burst mode by default. Testing has shown that while it works onnjl2007-03-181-2/+2
* Fix (another, more to come) ivar memory leak during driver detach.ariff2007-03-171-9/+17
* Fix long delay closing/syncing issues on mmaped buffer.ariff2007-03-172-4/+8
* move inline function above use so that -O workskmacy2007-03-171-20/+18
* [stage: 9/9]ariff2007-03-163-14/+160
* [stage: 8/9]ariff2007-03-164-69/+213
OpenPOWER on IntegriCloud