aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofPoul-Henning Kamp2001-02-0313-34/+17
* quieten the esscontrol deviceCameron Grant2001-02-021-1/+6
* Allocate lock table and mutex not only for parity plexes, but also forGreg Lehey2001-02-021-3/+3
* Driver for the ESS Maestro3 and Allegro sound chips. Note that due to theScott Long2001-02-012-0/+1504
* Converted to new-bus.Bruce Evans2001-02-011-57/+85
* Remove count for NSIO. The only places it was used it were incorrect.Peter Wemm2001-01-311-1/+0
* Add some debugging.Mike Smith2001-01-311-8/+72
* Add some debugging statements.Mike Smith2001-01-313-26/+67
* Tidy up.Mike Smith2001-01-311-48/+47
* Add some debugging.Mike Smith2001-01-311-35/+17
* ACPI_NUMBER becomes ACPI_INTEGER. acpi_EvaluateNumber becomesMike Smith2001-01-318-46/+24
* Exterminate the use of PSEUDO_SET() with extreme prejudice.Peter Wemm2001-01-311-9/+21
* Added used include of <sys/mutex.h>. The SMP case was broken byBruce Evans2001-01-302-0/+2
* Newbusify the sr device and move it to its new location.John Hay2001-01-304-3795/+698
* Update include files to reflect the new location of the ar device.John Hay2001-01-302-5/+5
* Add option ATA_ENABLE_WC for enabling write caching (now off by default).Søren Schmidt2001-01-291-1/+6
* Stop counting sppp interfaces, we were just testing its presence to givePeter Wemm2001-01-294-28/+0
* Zap silly #if NPCI > 0 and the hoops that we jump through for the modulePeter Wemm2001-01-291-9/+0
* Remove unused #include "lnc.h"Peter Wemm2001-01-291-1/+0
* Remove unused #include "snp.h"Peter Wemm2001-01-291-1/+0
* Convert ata and atapi #if NATA* > 0 to options instead. Stop configPeter Wemm2001-01-292-32/+24
* Send "#if NISA > 0" to the bit-bucket and replace it with an option.Peter Wemm2001-01-291-2/+2
* Fix a braino in ccd's clone routine.Poul-Henning Kamp2001-01-291-1/+1
* Remove devstat entries in mddelete()Poul-Henning Kamp2001-01-281-0/+1
* A couple of chip errata work-arounds refined:Gerard Roudier2001-01-281-3/+3
* Update Copyright notices for new year. (should have been in last commit).Justin T. Gibbs2001-01-2713-13/+18
* Back out proc locking to protect p_ucred for obtaining additionalJohn Baldwin2001-01-272-53/+11
* - Don't pass in MTX_NORECURSE, as that is only used with spin mutexes andJohn Baldwin2001-01-261-23/+23
* Discard extra status information if -1. This has been breaking theNicolas Souchu2001-01-251-0/+5
* Consider that the chipset may be in ECP mode (from BIOS settings)Nicolas Souchu2001-01-252-36/+37
* Added necessary include for pc98.Yoshihiro Takahashi2001-01-251-0/+1
* Disable cy - it is now completely broken and needs non-trivial work.Peter Wemm2001-01-251-5/+0
* Newbusify ar(4).John Hay2001-01-244-404/+721
* - Proc locking around the vinumdaemon dinking with its flags.John Baldwin2001-01-241-1/+6
* don't grope around inside snd_dbuf structures as they will change in futureCameron Grant2001-01-241-11/+0
* fix certain cards failing to attachCameron Grant2001-01-241-4/+6
* fix blocksizing for playback, implement blocksizing for recordCameron Grant2001-01-241-1/+12
* some cosmetics, changed channel setup and revamped irq handling - ignoreCameron Grant2001-01-242-26/+57
* prevent excessively small buffer sizes resulting in hundreds of irqs perCameron Grant2001-01-241-12/+14
* Allow fxp to configure in I/O space if the user wants it and specifiesMatt Jacob2001-01-232-10/+42
* Tag unused functions with __unused.John Baldwin2001-01-231-2/+2
* Proc locking to protect p_ucred while we obtain another reference to it.John Baldwin2001-01-231-5/+19
* Use suser(9) instead of checking p->p_ucred->cr_uid directly.John Baldwin2001-01-231-1/+1
* Remove a prototype for an unused and undefined debugging function.John Baldwin2001-01-231-1/+0
* Tag unused functions with __unused.John Baldwin2001-01-233-35/+36
* - Move stg_card_intr()'s prototype and definition inside appropriateJohn Baldwin2001-01-231-8/+10
* When flipping the first entry in the qinfifo with the "next queued SCB",Justin T. Gibbs2001-01-231-1/+4
* Relocate the 'hwfuncs' functions below the inlined functions they attemptJohn Baldwin2001-01-231-85/+85
* Move nsp_card_intr()'s prototype and definition inside the appropriateJohn Baldwin2001-01-231-8/+8
* Move the definition of nsp_start_timer() earlier in the file before it isJohn Baldwin2001-01-231-12/+12