summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Ensure that file flags such as schg, sappnd (and others) are honoredcsjp2005-08-171-8/+8
* Fixup locking in if_my(4) and mark it MPSAFE:jhb2005-08-162-104/+96
* - Change the code that determines whether to use a serial console andmarius2005-08-151-21/+21
* Some preliminary support for Megahertz XJEM and CCEM (same cards really)imp2005-08-151-28/+159
* Diff reduction to my tree: commit the trivial part of efforts to addimp2005-08-152-2/+8
* * Solve "No PHY found" problem for more Yukon Lite variants.bz2005-08-131-25/+61
* fix handling of the current channel (missed in previous commit)sam2005-08-131-4/+5
* fix media_status so devd recognizes the device as an 802.11 interfacesam2005-08-131-1/+6
* correct CTS duration calculation; SIFS+ACK should use the xmit rate notsam2005-08-121-2/+2
* Add support for the Promise PDC4071[89] chips used on fx the Fasttrak TX4300.sos2005-08-123-1/+7
* Modify the fix in rev 1.16 slightly. Instead of setting the cap to zero,njl2005-08-111-3/+2
* Use device_printf() and if_printf() and remove dc_unit from softc.jhb2005-08-102-36/+31
* Use if_printf() and device_printf() and axe sf_unit from the softc as ajhb2005-08-102-21/+16
* - Remove pre-new-bus code under #if 0 and some other rotted code underjhb2005-08-101-55/+2
* - Use if_printf() and device_printf() instead of outputting my%d:jhb2005-08-102-68/+47
* - Use callout_init_mtx() to close races between hme_stop() and hme_tick().jhb2005-08-101-57/+22
* Clarify/fix handling of the current channel:sam2005-08-105-23/+23
* Remove public declarations of variables that were forgotten when they wereobrien2005-08-103-5/+0
* Fix FBSDid style nit.obrien2005-08-101-1/+0
* Add proper copyright attribution.obrien2005-08-101-0/+1
* Call tulip_start() rather than tulip_ifstart() from the interrupt handlerjhb2005-08-091-1/+1
* There's no reason to check the valence. This allows ciss to workps2005-08-092-8/+0
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-0986-760/+881
* - Use callout_init_mtx() to close a small race between callout_stop() andjhb2005-08-082-71/+25
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-087-9/+16
* Add support for HP branded 2610SAps2005-08-081-0/+2
* Split crypto tx+rx key indices and add a key index -> node mapping table:sam2005-08-082-81/+44
* Retire the last of the FreeBSD 4.x compat code from the mly driver.scottl2005-08-082-15/+1
* Retire the FreeBSD 4.x compat code and __FreeBSD_version checks from the aacscottl2005-08-082-65/+0
* Complete the removal of __FreeBSD_version checks from the amr driver. Thescottl2005-08-085-114/+6
* Cleanup beacon/listen interval handling:sam2005-08-083-3/+3
* Remove a stale __FreeBSD_version check.scottl2005-08-071-5/+3
* The presence of a on __FreeBSD_version flagged some code that hasn't been inscottl2005-08-071-23/+4
* Other changes to this driver preclude its use on 4.x, so remove 4.x compatimp2005-08-071-4/+0
* Recognize the SAB82532 in USIII machines.marius2005-08-073-4/+5
* When summing capacities, skip info from batteries that weren't present.njl2005-08-051-0/+4
* Add support for the ITE IT8211F controller.sos2005-08-052-6/+15
* Recognize D-Link DGE-528(T) Gigabit as an re(4) device.tobez2005-08-051-0/+2
* When the MAC address is reported all zeros, then error is necessarilyimp2005-08-051-1/+3
* Don't lock when holding led_mtx, instead use AcpiOsQueueForExecution to defermarkus2005-08-041-2/+29
* Dont limit all transfers to DEV_BSIZE (stale dbug code)sos2005-08-041-3/+4
* don't do mutex locking around kthread_create() call.ume2005-08-041-4/+16
* Fix two bugs that interacted to cause page faults in softclock()iedowse2005-08-041-1/+2
* Minor style nits.imp2005-08-031-6/+4
* Correct attribution in clause three to address the correct copyrightgibbs2005-08-037-21/+21
* Back out change accidentally committed as Makefile:1.21 -- a localrwatson2005-08-031-1/+0
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-0344-4/+106
* Do not lock an to check gone flag. Only need to hold the lock to setemax2005-08-021-2/+1
* - add missing ether_poll_deregisterbrueffer2005-08-021-2/+13
* Add missing ether_poll_deregister(). This is still not enough toru2005-08-021-0/+3
OpenPOWER on IntegriCloud