summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Implement BIO_FLUSH handling for da(4), amr(4), ata(4) and ataraid(4).pjd2006-10-314-11/+104
* Allocate receive and transmit data structures during attach() and free themjhb2006-10-311-47/+82
* - Use callout_init_mtx() to close various callout-related races.jhb2006-10-311-18/+13
* Rework the transmit register handling. In em_encap() store index ofglebius2006-10-312-33/+79
* Remove unused softc pointer variable from the probe routine.jhb2006-10-311-3/+0
* Merge new vendor release - 6.2.9.glebius2006-10-315-736/+755
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-3123-87/+1390
* Fix a typo in the device ID table that prevented 5708S chips from beingscottl2006-10-311-2/+2
* Add support for Option GT 3G/3G quad datacard in ubsa.kevlo2006-10-312-5/+11
* Assign start to the value we were able to allocate and use that toimp2006-10-301-10/+11
* More fully support 64-bit bars. Prior to this commit, we supportedimp2006-10-303-58/+69
* Driver for some ASUS desktop motherboard extras.takawata2006-10-301-0/+340
* - Wrap code optimized for architectures without alignment constraintsmarius2006-10-291-16/+22
* MFP4:netchild2006-10-281-2/+2
* Backout bogus checkin to HEADjfv2006-10-285-1504/+1708
* This is the merge of the Intel 6.2.9 driver. It provides all new shared code,jfv2006-10-285-1708/+1504
* Fix LEDs not working when atkbd is an active keyboard and the physicalru2006-10-251-16/+16
* Fix non-working CAPS LED under X by applying fix from atkbd.c,v 1.27:ru2006-10-251-1/+2
* Switch to using STAILQ_REMOVE_HEAD() instead of STAILQ_REMOVE_HEAD_UNTIL().ru2006-10-241-11/+11
* Refine the checksum hack a little. It appears that the chip can handle UDPscottl2006-10-241-3/+7
* net80211 seems to give us more rates than specified via ic_sup_rates undermlaier2006-10-232-1/+7
* The page queues lock is no longer required by vm_page_busy() oralc2006-10-221-4/+0
* There seems to be a problem with txcsum and UDP. Turn it off until it isscottl2006-10-211-0/+5
* Be more like the BGE driver. Ensure that at least 16 TX descriptors arescottl2006-10-211-8/+11
* fix tab indentation for CP and RV...jmg2006-10-201-7/+51
* MFp4: when passing the transfer up the foodchain, make sure we go upimp2006-10-201-2/+4
* Preliminary MMC stack. This stack supports SD 1.0 cards only, butimp2006-10-208-0/+1694
* style(9)obrien2006-10-191-153/+153
* style(9) cleanup.obrien2006-10-191-243/+332
* There is no reason to have a PAGE_SIZE alignment enforced on all DMA by thescottl2006-10-191-1/+1
* I can't find any reason why an 8 byte alignment should be enforced on rxscottl2006-10-191-3/+3
* Remove some spurious debugging, and use more complete error handling forscottl2006-10-191-10/+20
* tweak comments about OLDCARD workaroundsimp2006-10-191-2/+1
* tweak commentimp2006-10-191-1/+2
* Use a different task queue for host controller and peripheral driveriedowse2006-10-198-39/+74
* Fix a driver bug which could result in frames MHLEN or (MHLEN - 1) bytesgallatin2006-10-171-2/+2
* Correct the WOL magic value.obrien2006-10-161-1/+1
* Try to be more precise in identifying the various nForce networking adapters.obrien2006-10-161-14/+14
* - Inverted EAPD quirk for ASUS A8Jc.ariff2006-10-161-17/+17
* Remove some debugging code that accidentally crept in.scottl2006-10-161-3/+1
* - Add a command validator for use in debugging.scottl2006-10-165-53/+425
* Overhaul the transmit and dma paths:scottl2006-10-152-219/+121
* Wrap debug printfs into SEQ_DEBUG() to avoid kernel messages clutterariff2006-10-151-19/+19
* Fix the wraparound of memsize >=2GB.tanimura2006-10-151-2/+3
* Simplify the arguments to bce_tx_encap.scottl2006-10-141-17/+14
* More small whitespace cleanupsscottl2006-10-141-4/+4
* Don't copy the bd_chain head pointers into temporary objects, they arescottl2006-10-142-7/+3
* Fix some whitespacescottl2006-10-131-95/+95
* ipmi_polled_enqueue_request() is already called with the lock held, justjhb2006-10-121-2/+2
* - Fix support for ASUS U5F laptop. This laptop (and possibly others)ariff2006-10-121-3/+23
OpenPOWER on IntegriCloud