summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* [stage: 7/9]ariff2007-03-161-1/+1
* [stage: 6/9]ariff2007-03-161-115/+147
* [stage: 5/9]ariff2007-03-163-1252/+1225
* [stage: 4/9]ariff2007-03-164-32/+64
* [stage: 3.2/9]ariff2007-03-161-91/+76
* [stage: 3.1/9]ariff2007-03-161-106/+67
* [stage: 2/9]ariff2007-03-161-2/+2
* [stage: 1/9]ariff2007-03-161-34/+46
* Replace xfer->act.hand with xfer->hand.simokawa2007-03-168-36/+34
* Remove retry_count.simokawa2007-03-162-3/+0
* * Remove xfer->retry_req.simokawa2007-03-168-45/+4
* Less verbose debug messages.simokawa2007-03-161-3/+3
* Detect cycle lost.simokawa2007-03-162-0/+19
* Print warning for large DFLTPHYS.simokawa2007-03-161-0/+5
* Fix support for ASUS A7T ALC882 laptop (gpio0 quirk).ariff2007-03-161-0/+3
* Support MAXPHYS up to 512KBsimokawa2007-03-161-2/+3
* Spring cleanup on irrelevant NULL checking over M_WAITOK allocations.ariff2007-03-156-47/+3
* - Put some sanity break statement in few missing places.ariff2007-03-151-6/+4
* NOOP (for now) for hdac_dma_nocache(). It is a wrong way to enforceariff2007-03-151-1/+3
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountariff2007-03-1520-34/+25
* Remove NULL allocation checking since malloc() is allow to wait.ariff2007-03-151-2/+0
* NULL instead of 0 in mtx_init() .ariff2007-03-152-5/+5
* Don't mess with PCIM_CMD_SERRESPEN and PCIM_CMD_PERRESPEN.simokawa2007-03-151-3/+1
* Only enter the debugger on a Fatal op if this is a debug build of thenjl2007-03-141-1/+3
* #define L1_CACHE_BYTES for non-x86kmacy2007-03-141-0/+1
* define prefetch as a no-op macro for non-x86 archeskmacy2007-03-141-6/+3
OpenPOWER on IntegriCloud