aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* The ncv_card_intr function is only used in older versions of FreeBSD, soJohn Baldwin2001-01-231-9/+9
* Use the 'slp' local variable that was otherwise unused instead of castingJohn Baldwin2001-01-231-1/+1
* #if 0 out local variables only used in #if 0'd code and remove unusedJohn Baldwin2001-01-231-1/+4
* Add curly braces ({}) around each struct speedtab to quiet warnings.John Baldwin2001-01-232-38/+38
* Proc locking in the form of using the proc lock to protect p_ucred whileJohn Baldwin2001-01-231-6/+34
* Axe unused local variable.John Baldwin2001-01-231-1/+0
* - Mark an unused function with __unused.John Baldwin2001-01-231-1/+6
* Axe an unused static softc.John Baldwin2001-01-231-2/+0
* Move a temporary #ifdef of code (just the #ifdef part) up so that it isJohn Baldwin2001-01-231-4/+4
* Kill a warning by marking an unused function with __unused.John Baldwin2001-01-231-1/+1
* - Add necessary proc locking.John Baldwin2001-01-231-5/+15
* In answer to the comment: /* XXX is it OK to block here? */, the answerPeter Wemm2001-01-231-2/+3
* Free the kbd pointer when it isn't NULL, as opposed to when it is.David Malone2001-01-222-2/+2