summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix a buffer aging problem in new r300 code that could lead to hangs with someanholt2005-08-011-3/+1
* Fixing compilation error by:avatar2005-08-012-2/+2
* Make the eisa probe messages just like all the others in the system.imp2005-08-011-66/+18
* AT_MAKE_TAGID needs an instance as the 2nd arg- not just a 0.mjacob2005-07-311-1/+1
* Style fix.netchild2005-07-311-1/+1
* Whats New:netchild2005-07-318-740/+1496
* * Slightly new method to detect mixer capabilities and resolution.netchild2005-07-311-9/+41
* - Fixup the locking.netchild2005-07-311-3/+17
* - Fixup the locking.netchild2005-07-313-4/+26
* Add another ID.netchild2005-07-311-0/+1
* * Add locking / MPSAFEnetchild2005-07-311-82/+206
* Fix a LOR introduced with the last commit (some hours ago), I had thenetchild2005-07-311-14/+2
* Fix a LOR introduced in the last commit (some hours ago), I had the wrongnetchild2005-07-311-25/+4
* * Register programming error during device initializationnetchild2005-07-312-127/+278
* This driver is already MPSAFE, remove busdma_lock_mutex and Giant fromnetchild2005-07-311-2/+2
* * Add locking / MPSAFE.netchild2005-07-311-11/+33
* * als4000 can't do 48k properly (perhaps it really can't at all!).netchild2005-07-311-9/+70
* * Fix panic during driver unload on second attempt after failure onnetchild2005-07-312-11/+18
* The isa attachment calls ep_free after it has already been called onceimp2005-07-311-1/+3
* Add newer commandsimp2005-07-311-2/+7
* Add missing parenthesis around error handling code upon attachingcsjp2005-07-301-1/+2
* Fail the module loading process if the currently executing kerneljkoshy2005-07-301-0/+12
* Add a new PCI id for fxp(4) cards found on ICH7-based systems.mux2005-07-291-0/+1
* Remove stale struct ata_channel declaration.sos2005-07-291-1/+0
* Print the actual disk device we failed to complete i/o on.ps2005-07-291-2/+2
* Don't allow ioctl commands to be interrupted by the user.ps2005-07-291-6/+4
* Make ichsmb unloadable.brian2005-07-292-8/+3
* Add descriptions for the sysctls.njl2005-07-281-6/+10
* Zero the _BST, _BIF, and battinfo allocations. This is needed since wenjl2005-07-281-3/+3
* Reorganize an_detach() a bit. Make sure ether_ifdetach() and if_free()emax2005-07-271-3/+4
* Correct the order of some if tests so that we don't complain about beingjhb2005-07-271-2/+2
* - Use callout_*() rather than timeout() to periodically poll the media.jhb2005-07-272-40/+156
OpenPOWER on IntegriCloud