aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Sometimes the vty switching has to be delayed; the vtyRuslan Ermilov2006-11-061-1/+1
* Add missing includes of priv.h.Robert Watson2006-11-061-0/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-0629-135/+227
* Added PCI ID's for:Rink Springer2006-11-061-0/+2
* Prevent freeing wild pointer when bailing out.Takanori Watanabe2006-11-061-1/+2
* Doh! Actually commit checking against NULL for res.Warner Losh2006-11-041-5/+5
* Add PCI Id for ServeRAID 8k.Scott Long2006-11-031-0/+2
* Fix some negotiation issues (like not being able to negotiate async)Matt Jacob2006-11-021-6/+36
* add some missing MPT<>CAM and CAM<>MPT bogolocksMatt Jacob2006-11-021-0/+3
* Use 2K Login f/w.Matt Jacob2006-11-021-6120/+6344
* Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.Matt Jacob2006-11-0214-3346/+7601
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-0229-1789/+0
* Remove <sys/types.h>; including both <sys/param.h> and <sys/types.h>Marius Strobl2006-11-021-1/+0
* - In sunkbd_probe_keyboard() don't bother to determine the keyboard layoutMarius Strobl2006-11-022-85/+382
* Style nits.Pawel Jakub Dawidek2006-11-011-2/+2
* Fix md(4) panic which occurs when I/O request different thanPawel Jakub Dawidek2006-11-011-10/+53
* Fix compile botch in the last panic botch fix. :(John Baldwin2006-11-011-1/+0
* Fix botch in last commit (I tested on 6.x which doesn't have TSO):John Baldwin2006-11-011-5/+2
* Document the cdp for controlling CD power.Kevin Lo2006-11-011-2/+2
* Implement BIO_FLUSH handling for da(4), amr(4), ata(4) and ataraid(4).Pawel Jakub Dawidek2006-10-314-11/+104
* Allocate receive and transmit data structures during attach() and free themJohn Baldwin2006-10-311-47/+82
* - Use callout_init_mtx() to close various callout-related races.John Baldwin2006-10-311-18/+13
* Rework the transmit register handling. In em_encap() store index ofGleb Smirnoff2006-10-312-33/+79
* Remove unused softc pointer variable from the probe routine.John Baldwin2006-10-311-3/+0
* Merge new vendor release - 6.2.9.Gleb Smirnoff2006-10-315-736/+755
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-3123-87/+1390
* Fix a typo in the device ID table that prevented 5708S chips from beingScott Long2006-10-311-2/+2
* Add support for Option GT 3G/3G quad datacard in ubsa.Kevin Lo2006-10-312-5/+11
* Assign start to the value we were able to allocate and use that toWarner Losh2006-10-301-10/+11
* More fully support 64-bit bars. Prior to this commit, we supportedWarner Losh2006-10-303-58/+69
* Driver for some ASUS desktop motherboard extras.Takanori Watanabe2006-10-301-0/+340
* - Wrap code optimized for architectures without alignment constraintsMarius Strobl2006-10-291-16/+22
* MFP4:Alexander Leidinger2006-10-281-2/+2
* Backout bogus checkin to HEADJack F Vogel2006-10-285-1504/+1708
* This is the merge of the Intel 6.2.9 driver. It provides all new shared code,Jack F Vogel2006-10-285-1708/+1504
* Fix LEDs not working when atkbd is an active keyboard and the physicalRuslan Ermilov2006-10-251-16/+16
* Fix non-working CAPS LED under X by applying fix from atkbd.c,v 1.27:Ruslan Ermilov2006-10-251-1/+2
* Switch to using STAILQ_REMOVE_HEAD() instead of STAILQ_REMOVE_HEAD_UNTIL().Ruslan Ermilov2006-10-241-11/+11
* Refine the checksum hack a little. It appears that the chip can handle UDPScott Long2006-10-241-3/+7
* net80211 seems to give us more rates than specified via ic_sup_rates underMax Laier2006-10-232-1/+7
* The page queues lock is no longer required by vm_page_busy() orAlan Cox2006-10-221-4/+0
* There seems to be a problem with txcsum and UDP. Turn it off until it isScott Long2006-10-211-0/+5
* Be more like the BGE driver. Ensure that at least 16 TX descriptors areScott Long2006-10-211-8/+11
* fix tab indentation for CP and RV...John-Mark Gurney2006-10-201-7/+51
* MFp4: when passing the transfer up the foodchain, make sure we go upWarner Losh2006-10-201-2/+4
* Preliminary MMC stack. This stack supports SD 1.0 cards only, butWarner Losh2006-10-208-0/+1694
* style(9)David E. O'Brien2006-10-191-153/+153
* style(9) cleanup.David E. O'Brien2006-10-191-243/+332
* There is no reason to have a PAGE_SIZE alignment enforced on all DMA by theScott Long2006-10-191-1/+1
* I can't find any reason why an 8 byte alignment should be enforced on rxScott Long2006-10-191-3/+3