aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add support for the Promise PDC4071[89] chips used on fx the Fasttrak TX4300.Søren Schmidt2005-08-123-1/+7
* Modify the fix in rev 1.16 slightly. Instead of setting the cap to zero,Nate Lawson2005-08-111-3/+2
* Use device_printf() and if_printf() and remove dc_unit from softc.John Baldwin2005-08-102-36/+31
* Use if_printf() and device_printf() and axe sf_unit from the softc as aJohn Baldwin2005-08-102-21/+16
* - Remove pre-new-bus code under #if 0 and some other rotted code underJohn Baldwin2005-08-101-55/+2
* - Use if_printf() and device_printf() instead of outputting my%d:John Baldwin2005-08-102-68/+47
* - Use callout_init_mtx() to close races between hme_stop() and hme_tick().John Baldwin2005-08-101-57/+22
* Clarify/fix handling of the current channel:Sam Leffler2005-08-105-23/+23
* Remove public declarations of variables that were forgotten when they wereDavid E. O'Brien2005-08-103-5/+0
* Fix FBSDid style nit.David E. O'Brien2005-08-101-1/+0
* Add proper copyright attribution.David E. O'Brien2005-08-101-0/+1
* Call tulip_start() rather than tulip_ifstart() from the interrupt handlerJohn Baldwin2005-08-091-1/+1
* There's no reason to check the valence. This allows ciss to workPaul Saab2005-08-092-8/+0
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-0986-760/+881
* - Use callout_init_mtx() to close a small race between callout_stop() andJohn Baldwin2005-08-082-71/+25
* Merge the dev_clone and dev_clone_cred event handlers into a singleRobert Watson2005-08-087-9/+16
* Add support for HP branded 2610SAPaul Saab2005-08-081-0/+2
* Split crypto tx+rx key indices and add a key index -> node mapping table:Sam Leffler2005-08-082-81/+44
* Retire the last of the FreeBSD 4.x compat code from the mly driver.Scott Long2005-08-082-15/+1
* Retire the FreeBSD 4.x compat code and __FreeBSD_version checks from the aacScott Long2005-08-082-65/+0
* Complete the removal of __FreeBSD_version checks from the amr driver. TheScott Long2005-08-085-114/+6
* Cleanup beacon/listen interval handling:Sam Leffler2005-08-083-3/+3
* Remove a stale __FreeBSD_version check.Scott Long2005-08-071-5/+3
* The presence of a on __FreeBSD_version flagged some code that hasn't been inScott Long2005-08-071-23/+4
* Other changes to this driver preclude its use on 4.x, so remove 4.x compatWarner Losh2005-08-071-4/+0
* Recognize the SAB82532 in USIII machines.Marius Strobl2005-08-073-4/+5
* When summing capacities, skip info from batteries that weren't present.Nate Lawson2005-08-051-0/+4
* Add support for the ITE IT8211F controller.Søren Schmidt2005-08-052-6/+15
* Recognize D-Link DGE-528(T) Gigabit as an re(4) device.Anton Berezin2005-08-051-0/+2
* When the MAC address is reported all zeros, then error is necessarilyWarner Losh2005-08-051-1/+3
* Don't lock when holding led_mtx, instead use AcpiOsQueueForExecution to deferMarkus Brueffer2005-08-041-2/+29
* Dont limit all transfers to DEV_BSIZE (stale dbug code)Søren Schmidt2005-08-041-3/+4
* don't do mutex locking around kthread_create() call.Hajimu UMEMOTO2005-08-041-4/+16
* Fix two bugs that interacted to cause page faults in softclock()Ian Dowse2005-08-041-1/+2
* Minor style nits.Warner Losh2005-08-031-6/+4
* Correct attribution in clause three to address the correct copyrightJustin T. Gibbs2005-08-037-21/+21
* Back out change accidentally committed as Makefile:1.21 -- a localRobert Watson2005-08-031-1/+0
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-0344-4/+106
* Do not lock an to check gone flag. Only need to hold the lock to setMaksim Yevmenkin2005-08-021-2/+1
* - add missing ether_poll_deregisterChristian Brueffer2005-08-021-2/+13
* Add missing ether_poll_deregister(). This is still not enough toRuslan Ermilov2005-08-021-0/+3
* Fix a buffer aging problem in new r300 code that could lead to hangs with someEric Anholt2005-08-011-3/+1
* Fixing compilation error by:Tai-hwa Liang2005-08-012-2/+2
* Make the eisa probe messages just like all the others in the system.Warner Losh2005-08-011-66/+18
* AT_MAKE_TAGID needs an instance as the 2nd arg- not just a 0.Matt Jacob2005-07-311-1/+1
* Style fix.Alexander Leidinger2005-07-311-1/+1
* Whats New:Alexander Leidinger2005-07-318-730/+1486
* * Slightly new method to detect mixer capabilities and resolution.Alexander Leidinger2005-07-311-9/+41
* - Fixup the locking.Alexander Leidinger2005-07-311-3/+17
* - Fixup the locking.Alexander Leidinger2005-07-313-4/+26