summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Discard extra status information if -1. This has been breaking thensouch2001-01-251-0/+5
* Consider that the chipset may be in ECP mode (from BIOS settings)nsouch2001-01-252-36/+37
* Added necessary include for pc98.nyan2001-01-251-0/+1
* Disable cy - it is now completely broken and needs non-trivial work.peter2001-01-251-5/+0
* Newbusify ar(4).jhay2001-01-244-408/+725
* - Proc locking around the vinumdaemon dinking with its flags.jhb2001-01-241-1/+6
* don't grope around inside snd_dbuf structures as they will change in futurecg2001-01-241-11/+0
* fix certain cards failing to attachcg2001-01-241-4/+6
* fix blocksizing for playback, implement blocksizing for recordcg2001-01-241-1/+12
* some cosmetics, changed channel setup and revamped irq handling - ignorecg2001-01-242-26/+57
* prevent excessively small buffer sizes resulting in hundreds of irqs percg2001-01-241-13/+15
* Allow fxp to configure in I/O space if the user wants it and specifiesmjacob2001-01-232-10/+42
* Tag unused functions with __unused.jhb2001-01-231-2/+2
* Proc locking to protect p_ucred while we obtain another reference to it.jhb2001-01-231-5/+19
* Use suser(9) instead of checking p->p_ucred->cr_uid directly.jhb2001-01-231-1/+1
* Remove a prototype for an unused and undefined debugging function.jhb2001-01-231-1/+0
* Tag unused functions with __unused.jhb2001-01-233-35/+36
* - Move stg_card_intr()'s prototype and definition inside appropriatejhb2001-01-231-8/+10
* When flipping the first entry in the qinfifo with the "next queued SCB",gibbs2001-01-231-1/+4
* Relocate the 'hwfuncs' functions below the inlined functions they attemptjhb2001-01-231-85/+85
* Move nsp_card_intr()'s prototype and definition inside the appropriatejhb2001-01-231-8/+8
* Move the definition of nsp_start_timer() earlier in the file before it isjhb2001-01-231-12/+12
* The ncv_card_intr function is only used in older versions of FreeBSD, sojhb2001-01-231-9/+9
* Use the 'slp' local variable that was otherwise unused instead of castingjhb2001-01-231-1/+1
* #if 0 out local variables only used in #if 0'd code and remove unusedjhb2001-01-231-1/+4
* Add curly braces ({}) around each struct speedtab to quiet warnings.jhb2001-01-232-38/+38
* Proc locking in the form of using the proc lock to protect p_ucred whilejhb2001-01-231-6/+34
* Axe unused local variable.jhb2001-01-231-1/+0
* - Mark an unused function with __unused.jhb2001-01-231-1/+6
* Axe an unused static softc.jhb2001-01-231-2/+0
* Move a temporary #ifdef of code (just the #ifdef part) up so that it isjhb2001-01-231-4/+4
* Kill a warning by marking an unused function with __unused.jhb2001-01-231-1/+1
* - Add necessary proc locking.jhb2001-01-231-5/+15
* In answer to the comment: /* XXX is it OK to block here? */, the answerpeter2001-01-231-2/+3
* Free the kbd pointer when it isn't NULL, as opposed to when it is.dwmalone2001-01-222-2/+2
* ahc_eisa.c:gibbs2001-01-2211-173/+270
* Added PC-98 apm support.nyan2001-01-221-0/+4
* Plug a memory leak in AcpiOsDeleteSemaphore where the mutex is not properlymsmith2001-01-221-0/+2
* General cleanup.phk2001-01-211-53/+33
* Update these netgraph drivers in current so that these changes can bephk2001-01-211-24/+67
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-215-5/+5
* wi has been converted to NEWCARD, so included it when pccard isimp2001-01-211-2/+2
* Correct botchup in last commit that made older VIA chips fail...sos2001-01-211-2/+2
* Add a bunch of entries from NetBSD's if_ne_pcmcia.c v1.67. We stillimp2001-01-211-5/+371
* Use PCCARD_CIS_xxx #defines for the table of oem ids. These usuallyimp2001-01-213-16/+22
* Convert the vendor/product cis strings to an array of CIS entries. Thisimp2001-01-212-6/+6
* Break the isa attachment of the Crystal Semiconductor 89x0 into twoimp2001-01-214-144/+344
* remove duplicate entry that snuck in during the merge.imp2001-01-212-8/+0
* Correct check for partition c. Previously the check was for drive 2,grog2001-01-201-1/+1
* Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.wollman2001-01-202-1/+6
OpenPOWER on IntegriCloud