summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Added PCI ID's for:rink2006-11-061-0/+2
* Prevent freeing wild pointer when bailing out.takawata2006-11-061-1/+2
* Doh! Actually commit checking against NULL for res.imp2006-11-041-5/+5
* Add PCI Id for ServeRAID 8k.scottl2006-11-031-0/+2
* Fix some negotiation issues (like not being able to negotiate async)mjacob2006-11-021-6/+36
* add some missing MPT<>CAM and CAM<>MPT bogolocksmjacob2006-11-021-0/+3
* Use 2K Login f/w.mjacob2006-11-021-6120/+6344
* Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.mjacob2006-11-0214-3346/+7601
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-0229-1789/+0
* Remove <sys/types.h>; including both <sys/param.h> and <sys/types.h>marius2006-11-021-1/+0
* - In sunkbd_probe_keyboard() don't bother to determine the keyboard layoutmarius2006-11-022-85/+382
* Style nits.pjd2006-11-011-2/+2
* Fix md(4) panic which occurs when I/O request different thanpjd2006-11-011-10/+53
* Fix compile botch in the last panic botch fix. :(jhb2006-11-011-1/+0
* Fix botch in last commit (I tested on 6.x which doesn't have TSO):jhb2006-11-011-5/+2
* Document the cdp for controlling CD power.kevlo2006-11-011-2/+2
* 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
OpenPOWER on IntegriCloud