summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* play it safe for now and go back to kicking off tx cleaning from the tx pathkmacy2007-03-141-2/+10
* #define memory barrier macros for the non-i386 && non-amd64 casekmacy2007-03-141-1/+5
* remove unused code for recycling descriptorskmacy2007-03-141-87/+8
* add cxgb_config.h to define values that are defined in the Makefile when comp...kmacy2007-03-142-0/+60
* move taskqueue_enqueue of tx clean operation out of the start pathkmacy2007-03-141-8/+2
* make desc_reclaimable macro safe to arbitrary argumentskmacy2007-03-141-1/+1
* Don't call isp_intr from isp_start- this seems to, in rare cases,mjacob2007-03-141-7/+1
* Add firmware for cxgbkmacy2007-03-141-0/+478
* First of several commits for driver support for the Chelsio T3B 10 Gigabitkmacy2007-03-1419-0/+21628
* Make it compilekevlo2007-03-141-1/+1
* (atapi_action): Improve error reporting by removing ATA_R_QUIET flagthomas2007-03-131-33/+49
* (reinit_bus): When the ATAPI bus is reset, do not schedule an automatedthomas2007-03-131-2/+10
* (ata_completed): When REQUEST SENSE is automatically issued after a failedthomas2007-03-131-1/+1
* In one of the previous commits I accidentally removed the enabling of then_hibma2007-03-131-1/+4
* Add AC97 inverted external amplifier quirk for ASUS A6R laptop.ariff2007-03-131-0/+1
* Move bus_space_tag and bus_space_handle register accessmjacob2007-03-133-86/+79
* Restore optr if you trash it for 24XX target mode.mjacob2007-03-131-0/+1
* Fix some OID names and minor style as per feedback from various people.scottl2007-03-131-16/+11
* Fix writes on siiprb type chips.sos2007-03-121-2/+6
* Add MAC, RX, and TX stats reporting via sysctl.scottl2007-03-121-10/+147
* Fix support for the VIA8237A SATA part.sos2007-03-121-1/+1
OpenPOWER on IntegriCloud