summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* #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
* Forced commit to note that the previous CVS comment ismjacob2007-03-121-1/+1
* Add back in MODULE_DEPEND() lines that were lost in the rev 13 update.scottl2007-03-121-0/+2
* Fix compilation issues found in RELENG_4 port and merge themjacob2007-03-124-11/+27
* allow net80211 to fillin rate setssam2007-03-115-87/+3
* change ic_modecaps to a bit vector and use setbit, et. al.sam2007-03-112-24/+19
* Fix analog CD connectivity. HP decided to screw pinconfig settings inariff2007-03-111-0/+6
* my(4) doesn't need miibus(4).brueffer2007-03-111-5/+0
* feedback from RELENG_5 portmjacob2007-03-112-0/+8
* Fix some stupid copyright mistakes that have been there for quite some time.mjacob2007-03-1013-255/+255
* Add support for the Silicon Image SiI 3124 and SiI 3132.sos2007-03-092-17/+353
* More SATA phy/reset cleanup and simplification.sos2007-03-091-194/+78
* Fix long standing multi playback/recording issues, caused byariff2007-03-091-42/+134
* Add more chipset revision IDs.jkim2007-03-092-0/+5
* Refine ahci_status to be more simple.sos2007-03-081-43/+29
* Update mxge's firmware from a fairly old version (1.4.6) to the mostgallatin2007-03-082-1721/+1959
* Cleanup the channel/phy reset code.sos2007-03-082-129/+144
* Use correct bits to stop firmware when ASF mode is enabled.jkim2007-03-081-2/+2
* Fix more style(9) bugs.jkim2007-03-081-76/+62
* Rototill the sparc64 nexus(4) (actually this brings in the code themarius2007-03-071-29/+13
* Use M_NOWAIT instead of M_WAITOK to cause malloc() to return NULL.kevlo2007-03-073-3/+3
* Remove zs(4). Its functionality has been superseded by uart(4) formarcel2007-03-074-1719/+0
* Fix style(9) and consistency.jkim2007-03-061-87/+105
* Pollute bge(4) with #if's and #ifdef's to make MFC easier.jkim2007-03-061-27/+77
* Remove a useless cast from void * to struct ppb_device *.piso2007-03-061-1/+1
* o Wrap ppc_setup_intr() at 80.piso2007-03-061-3/+6
* Enable tone / 3D controls for YAMAHA YMF743, 753 and 752 (partially).ariff2007-03-061-0/+17
* Better fix for the errors under high load. Returning CAM_SCSI_BUSY is almostscottl2007-03-062-2/+10
OpenPOWER on IntegriCloud