summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* fix hanging on invalid data... (This doesn't fix hanging due to brokenjmg2006-11-091-3/+4
* Don't try to print a NULL string during boot. If a device doesn't have ajhb2006-11-091-9/+15
* Reformat the bootverbose messages that dump out the status of pci_linkjhb2006-11-091-16/+16
* Instead of using the legacy if_timer/if_watchdog interface createglebius2006-11-092-26/+30
* Remove unused structures.kevlo2006-11-091-25/+0
* Fix some edge cases in detach (including attach failures):jhb2006-11-071-3/+2
* Various whitespace cleanups.jhb2006-11-073-25/+27
* Sometimes the vty switching has to be delayed; the vtyru2006-11-061-1/+1
* Add missing includes of priv.h.rwatson2006-11-061-0/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-0629-135/+227
* 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
OpenPOWER on IntegriCloud