summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix forward variable declaration.rik2006-01-301-61/+68
* - Add a scsi_da.c and a umass.c quirk for Genesys 6-in-1 Card Reader.flz2006-01-302-0/+5
* This driver can do hardware VLAN tagging + checksum offloading.glebius2006-01-302-3/+5
* Add support for Asus A4D laptops. Currently without display switchingphilip2006-01-291-0/+12
* Add support for Asus A6VM laptops.philip2006-01-291-0/+12
* Allow non-P laptops to make use of this module.philip2006-01-291-81/+233
* Fix some potential NULL pointer dereferences.netchild2006-01-291-27/+59
* Adjust tx power based on user preferences.damien2006-01-291-0/+3
* o Fix short preamble supportdamien2006-01-293-60/+95
* o Re-enable scatter/gatherdamien2006-01-292-37/+45
* Tune format scoring so (non)stereo format will get better chanceariff2006-01-291-9/+17
* Squash another invalid use of BUS_DMA_ALLOCNOW.scottl2006-01-281-1/+1
* Have a function pointer to the routine to call for writing an mbufimp2006-01-279-100/+109
* Call NDFREE() only when vn_open() succeeded.pjd2006-01-271-1/+1
* Initial import of ce(4) driver for Cronyx Tau-PCI/32 adapters.rik2006-01-276-0/+9271
* if we are compiling with smbus support, properly depend upon the iic andjmg2006-01-271-0/+7
* Create mediachg functions for the 3c503 and hpp cards. This is usedimp2006-01-274-33/+28
* Style(9) issue: return (foo);imp2006-01-271-7/+7
* Transition from ALTPHYS to LINK2. We already document in the ed(4)imp2006-01-272-10/+14
* minor nit in comment about what kind of flags these areimp2006-01-271-1/+1
* Enable full duplex operation since it works and to solve panic issue.ariff2006-01-271-1/+1
* Hackamatic: turn off target mode on Sparc64 with KLD_MODULE- this triggersmjacob2006-01-271-0/+7
* When the RAID firmware returns a failure, don't hard error the result.ambrisko2006-01-261-9/+4
* Since the A-Z range is contained in the previous check, the else-if isnjl2006-01-261-3/+2
* - Only touch the LED bit of the (LED) AUXIO register when turning themarius2006-01-261-4/+9
* oopsmjacob2006-01-261-0/+3
* Put in at least an attempt to ID the 2422 (4Gb part)mjacob2006-01-261-0/+14
* - Add a umass quirk that should have been part of latest commit.flz2006-01-261-0/+4
* Add Product IDs :flz2006-01-262-0/+16
* Add support for the JMicron JMB360 SATAII controller.sos2006-01-253-24/+119
* Fix typos and clean up some comments.joel2006-01-253-10/+10
* The UPCI 32 rp(4) card uses BAR 2 like the UPCI 80 card.jhb2006-01-251-0/+2
* Add in the Linux IOCTL shim and create the megadev0 device soambrisko2006-01-241-0/+191
* Do not test for DMA status on legacy ATA devices. This has the unfortunatesos2006-01-241-1/+2
* channel.c:ariff2006-01-242-10/+29
* track bmiss threshold change from time to frame countsam2006-01-231-1/+1
* Use m_getcl() instead of getting mbuf, and then getting a cluster.glebius2006-01-231-9/+2
* Sort list of modules.joel2006-01-231-1/+1
* First of several commits as this driver is dusted off and maybe broughtmjacob2006-01-2313-416/+1016
* Various fixups:ariff2006-01-225-46/+227
* Fix a race condition by initializing the taskqueue before registeringmux2006-01-221-10/+10
* Convert to ANSI C function declarations.rwatson2006-01-211-83/+36
* Convert iir inlines to ANSI C function declarations.rwatson2006-01-211-10/+4
* Fix panic on boot due to not all SATA chipsets having SSTATUS registerisos2006-01-211-3/+3
* Backput the "Dell ID" part of the last commit, it was already tried innetchild2006-01-211-5/+0
* Merge rev. 1.5 and 1.6 from DFly:netchild2006-01-211-7/+12
* account tx retry-fail errors in if_oerrors.damien2006-01-211-1/+8
* Prevent dereferencing a NULL pointer if the malloc() fails.netchild2006-01-211-9/+10
* Adjust tx power based on user preferences.damien2006-01-211-0/+3
* o fix initialization sequence.damien2006-01-212-5/+28
OpenPOWER on IntegriCloud