summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* beginnings of virtual playback channel supportcg2001-05-2710-212/+927
* add a new method for retrieving feeder parameterscg2001-05-273-4/+39
* don't erase info in sndbuf_setup()cg2001-05-272-6/+24
* In the VIRTUAL_TTY macro, add a check to make sure that the result ofdd2001-05-271-1/+2
* Add a CONS_CLRHIST ioctl which instructs syscons to clear the historydd2001-05-271-0/+6
* Acquire vm_mtx before calling vm_pager_deallocate.dd2001-05-271-1/+7
* add Dualmode Zoom/FaxModem 56K (internal) Model 2919sanpei2001-05-261-0/+1
* Dang, I lost the sign in that brucification. DTRT with PCATCH.phk2001-05-261-17/+17
* Currently, each wireless networking driver has it's own control programphk2001-05-269-6/+1068
* Separate out pci cardbus bridge definitions to a common file for useimp2001-05-252-37/+66
* Fix DMA on machines with more than 128MB.scottl2001-05-251-1/+1
* Don't lie to diskerr() now that it listens to us.phk2001-05-251-5/+0
* Change #if VINUMDEBUG to #ifdef VINUMDEBUG. This is a flag, not a variable.grog2001-05-238-31/+27
* Regeneratewpaul2001-05-231-1/+6
* Tweak the xmphy driver a little bit based on something I learned aboutwpaul2001-05-233-8/+23
* Vlan tags are 12 bits, mask off anything above since the chip doesn'tphk2001-05-231-2/+2
* Use '+' not '|' to add PCATCH to tsleep.phk2001-05-231-2/+2
* Remove the empty uscannerioctl() and use noioctl() instead.phk2001-05-231-8/+1
* Move objflags from vinumvar.h to vinumobj.h in preparation forgrog2001-05-231-45/+1
* Move objflags from vinumvar.h to vinumobj.h in preparation forgrog2001-05-231-2/+37
* Move external declaration to vinumhdr.h.grog2001-05-231-1/+2
* Set flag VF_HASDEBUG in vinum_conf to indicate that the module wasgrog2001-05-231-10/+6
* New header file.grog2001-05-221-0/+54
* Convert this driver to (ab?)use line disciplines to get the input itdd2001-05-221-17/+84
* MALLOC -> malloc, FREE -> freebrian2001-05-221-5/+5
* Remove Malloc definitions (now in vinumext.h)grog2001-05-221-21/+2
* Add a field 'version' to vinum_conf. This field is a constant whichgrog2001-05-221-191/+30
* vinumstart: If a write request is for a RAID-[45] plex or a volumegrog2001-05-221-13/+23
* tokenize: Take third parameter specifying the maximum number ofgrog2001-05-221-6/+8
* Cosmetics: wrap long lines to be < 80 characters.grog2001-05-221-2/+4
* Add a new debug flag, DEBUG_LOCKREQS, which logs only lock requests.grog2001-05-221-12/+25
* Change ioctls to use the expurgated userland version of the Vinumgrog2001-05-223-20/+22
* format_config: Replace long format lines.grog2001-05-221-18/+28
* complete_rqe:grog2001-05-221-7/+41
* Remove unnecessary declarations of userland functions.grog2001-05-221-13/+25
* config_sd: Add code to recognize "retryerrors" keyword.grog2001-05-221-29/+48
* free_vinum: Change some explicit struct member references to the SD,grog2001-05-221-13/+23
* Add xferinfo flag bit for copied buffers.grog2001-05-221-2/+16
* New file containing definitions for separate views of objects forgrog2001-05-221-0/+275
* Sort includes.jhb2001-05-211-1/+1
* Add description for 82801BA controller.kuriyama2001-05-211-0/+16
* Add SmartLink 5634PCV SurfRidersanpei2001-05-201-0/+1
* #include <digi/*.h> -> #include <dev/digi/*.h>brian2001-05-193-9/+9
* Fairwell digiio.h (moved to src/sys/sys)brian2001-05-191-61/+0
* digiio.h has moved to /usr/include/sysbrian2001-05-193-7/+7
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-198-0/+8
* Add a new ioctl to syscons, CONS_SCRSHOT. Given a userland buffer, itnik2001-05-181-0/+18
* Add workaround for embedded NICs, in particular, the 815E boards.jlemon2001-05-172-17/+44
* Primary purpose of this commit is to enable support for the Aviatordmlb2001-05-174-300/+715
* Disable the wi driver locking for now. The driver tries to tsleep with thejhb2001-05-171-2/+2
OpenPOWER on IntegriCloud