aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Dont try to play tracks outside whats on the media.Søren Schmidt2001-05-301-1/+2
* Update to support the NEC NR-7500A burners.Søren Schmidt2001-05-301-2/+16
* What I get for "fixing" at the last minute. Correct a mis-merge of takawata'sMike Smith2001-05-302-1/+1
* Per jlemon: add code to nge_rxeof() to allow verification of TCP andBill Paul2001-05-291-0/+8
* Fix mind-o in nge_rxeof(): I used CSUM_IP_CHECKED twice instead ofBill Paul2001-05-291-1/+1
* - Updates for new constant naming in the ACPI CA 20010518 update.Mike Smith2001-05-2918-140/+157
* Remove MFS compat bits.Poul-Henning Kamp2001-05-291-11/+0
* Fix bug in debug codeSøren Schmidt2001-05-291-2/+2
* Fix for the fixate problem on the Yamaha burners.Søren Schmidt2001-05-292-4/+2
* Spring MegaChange #1.Matt Jacob2001-05-289-255/+565
* Make the beep duration independent of HZ.Poul-Henning Kamp2001-05-282-2/+3
* finally fix intr routing on alphas such as the as500 after months ofAndrew Gallatin2001-05-271-1/+5
* beginnings of virtual playback channel supportCameron Grant2001-05-2710-209/+924
* add a new method for retrieving feeder parametersCameron Grant2001-05-273-4/+39
* don't erase info in sndbuf_setup()Cameron Grant2001-05-272-6/+24
* In the VIRTUAL_TTY macro, add a check to make sure that the result ofDima Dorfman2001-05-271-1/+2
* Add a CONS_CLRHIST ioctl which instructs syscons to clear the historyDima Dorfman2001-05-271-0/+6
* Acquire vm_mtx before calling vm_pager_deallocate.Dima Dorfman2001-05-271-1/+7
* add Dualmode Zoom/FaxModem 56K (internal) Model 2919MIHIRA Sanpei Yoshiro2001-05-261-0/+1
* Dang, I lost the sign in that brucification. DTRT with PCATCH.Poul-Henning Kamp2001-05-261-17/+17
* Currently, each wireless networking driver has it's own control programPoul-Henning Kamp2001-05-269-6/+1068
* Separate out pci cardbus bridge definitions to a common file for useWarner Losh2001-05-252-37/+66
* Fix DMA on machines with more than 128MB.Scott Long2001-05-251-1/+1
* Don't lie to diskerr() now that it listens to us.Poul-Henning Kamp2001-05-251-5/+0
* Change #if VINUMDEBUG to #ifdef VINUMDEBUG. This is a flag, not a variable.Greg Lehey2001-05-238-31/+27
* RegenerateBill Paul2001-05-231-1/+6
* Tweak the xmphy driver a little bit based on something I learned aboutBill Paul2001-05-233-8/+23
* Vlan tags are 12 bits, mask off anything above since the chip doesn'tPoul-Henning Kamp2001-05-231-2/+2
* Use '+' not '|' to add PCATCH to tsleep.Poul-Henning Kamp2001-05-231-2/+2
* Remove the empty uscannerioctl() and use noioctl() instead.Poul-Henning Kamp2001-05-231-8/+1
* Move objflags from vinumvar.h to vinumobj.h in preparation forGreg Lehey2001-05-231-45/+1
* Move objflags from vinumvar.h to vinumobj.h in preparation forGreg Lehey2001-05-231-2/+37
* Move external declaration to vinumhdr.h.Greg Lehey2001-05-231-1/+2
* Set flag VF_HASDEBUG in vinum_conf to indicate that the module wasGreg Lehey2001-05-231-10/+6
* New header file.Greg Lehey2001-05-221-0/+54
* Convert this driver to (ab?)use line disciplines to get the input itDima Dorfman2001-05-221-17/+84
* MALLOC -> malloc, FREE -> freeBrian Somers2001-05-221-5/+5
* Remove Malloc definitions (now in vinumext.h)Greg Lehey2001-05-221-21/+2
* Add a field 'version' to vinum_conf. This field is a constant whichGreg Lehey2001-05-221-191/+30
* vinumstart: If a write request is for a RAID-[45] plex or a volumeGreg Lehey2001-05-221-13/+23
* tokenize: Take third parameter specifying the maximum number ofGreg Lehey2001-05-221-6/+8
* Cosmetics: wrap long lines to be < 80 characters.Greg Lehey2001-05-221-2/+4
* Add a new debug flag, DEBUG_LOCKREQS, which logs only lock requests.Greg Lehey2001-05-221-12/+25
* Change ioctls to use the expurgated userland version of the VinumGreg Lehey2001-05-223-20/+22
* format_config: Replace long format lines.Greg Lehey2001-05-221-18/+28
* complete_rqe:Greg Lehey2001-05-221-7/+41
* Remove unnecessary declarations of userland functions.Greg Lehey2001-05-221-13/+25
* config_sd: Add code to recognize "retryerrors" keyword.Greg Lehey2001-05-221-29/+48
* free_vinum: Change some explicit struct member references to the SD,Greg Lehey2001-05-221-13/+23
* Add xferinfo flag bit for copied buffers.Greg Lehey2001-05-221-2/+16