summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Expand locking coverage slightly to cover if_drv_flags in a few placesjhb2006-07-201-4/+8
* Since resetting hardware takes a very long time and results in linkyongari2006-07-202-9/+30
* Protect EEPROM access with the driver lock.yongari2006-07-201-1/+2
* Honor IFF_DRV_OACTIVE in em_start_locked().yongari2006-07-201-0/+3
* Whitespace fix after s/dev_t/struct cdev */.jhb2006-07-191-2/+2
* Initialize svr4_head during MOD_LOAD rather than on demand.jhb2006-07-191-12/+1
* Convert sk(4) to use the new bus_alloc_resources() API andyongari2006-07-192-46/+43
* Remove unnecessary locking for td_dupfd (it requires no locks).jhb2006-07-181-9/+1
* Firmware loading improvements:gallatin2006-07-171-13/+95
* Fix comments.cognet2006-07-172-2/+2
* Chain the bus_dmamap_load() calls when mapping a command with a data CCBjhb2006-07-171-24/+42
* Rename some variables. This fixes some (but not all) problems on the waynetchild2006-07-174-8/+8
* Prepend temporary sysctls with an underscore.netchild2006-07-171-1/+6
* Restore the status quo before my last commit. Prior to it, sio tookimp2006-07-171-2/+2
* Some rearrangement of headers to minimize diffs with outside ofmjacob2006-07-166-64/+71
* Fix a compile time problem on amd64. I'm not sure if the fix is correctnetchild2006-07-162-4/+6
* Add sysctl information about things like WWNN/WWPN.mjacob2006-07-162-0/+40
* If we're in mpt_wait_req and the command times out,mjacob2006-07-162-4/+18
* Define out unused and incomplete raid quiesce functions.mjacob2006-07-162-8/+12
* If the card has target mode enabled, and we hangmjacob2006-07-152-40/+177
* - Connect the snd_emu10kx driver to the build. [1]netchild2006-07-151-1/+1
* Make the mixer kobj class static. This brings it inline with the channel ornetchild2006-07-151-1/+1
* Make the MIDI kobj class static. This brings it inline with the channel ornetchild2006-07-153-3/+3
* Add snd_emu10kx driver for Creative SoundBlaster Live! and Audigy seriesnetchild2006-07-154-0/+4416
* - Update ALSA emu10k1.h (it was imported as emu10k1-alsa.h) header file tonetchild2006-07-151-4/+3
* Eliminate duplicate p-states entriesbruno2006-07-151-0/+6
* Cleanup: Use if_initname to set if_dname, if_dunit, and if_xname insteadbrooks2006-07-151-3/+1
* Allow iic bridges to support a generalized transfer, rather thanimp2006-07-147-12/+117
* MFp4:imp2006-07-144-0/+277
* Unlock aac_io_lock before returning, thus eliminates a mutexdelphij2006-07-141-0/+1
* Don't attach 2422's yet. It just confuses everyone.mjacob2006-07-141-0/+2
* Add some missing braces.mjacob2006-07-141-14/+30
* Fix a few cis entries that were separated with spaces, not with commas.imp2006-07-141-3/+3
* no need to print unload anymoreimp2006-07-141-1/+0
* no need to print unload anymore.imp2006-07-141-1/+0
* Now even more style(9)ish.mr2006-07-131-1/+1
* Use the already stored VIA RNG probe informationmr2006-07-131-1/+1
* Fix ifconfig up when the HW was down. If the driver isn't runningambrisko2006-07-121-2/+7
* Simplify the pager support in DDB. Allowing different db commands tojhb2006-07-121-4/+3
* Use the already stored VIA RNG probe informationmr2006-07-121-13/+4
* Fix config page writes to not strip out the attributes when youmjacob2006-07-125-38/+147
* Move debug printfs under the proper macro.njl2006-07-121-3/+3
* Assume floppy disk is not inserted when we have exhausted retries. Thisjkim2006-07-121-0/+3
* Put in some missing target mode for 2KLOGIN f/w spots.mjacob2006-07-101-10/+24
* Clean up the ioctl to not process nonsense on SCSI isp cards.mjacob2006-07-101-40/+44
* Convert isp(4) and ispfw(4) to use firmware(9) to manage firmwaremjacob2006-07-098-131/+258
* Remove stale MAINTAINERmarkm2006-07-091-2/+0
* Enhanced floppy controllers have Data Rate Select Register (DSR) at 0x3f4.jkim2006-07-062-8/+30
* Fix a missing unlock operation in interrupt handler.yongari2006-07-061-1/+3
* Fix typo in comment.yongari2006-07-051-2/+2
OpenPOWER on IntegriCloud