summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Harvest interrupt entropy off the floppy disk controller.markm2001-03-031-1/+2
* Take down a comment that is no longer true.markm2001-03-031-4/+0
* Add support for Dlink DL10022 to the ed driver. This is a mii partimp2001-03-035-0/+277
* Switch to using 16 bit handles instead of 32 bit handles.mjacob2001-03-026-87/+150
* Fix isp_print_qentry to print all four lines- it's been broken for months.mjacob2001-03-021-2/+3
* There were a few changes missed when this file was converted toiedowse2001-03-021-3/+9
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-0130-36/+42
* Eliminate the use of the getenv_int stuff we'd been using (with a bitmapmjacob2001-03-011-88/+110
* Go to a default port and default node wwn model. Eliminate isp_namemjacob2001-03-011-8/+8
* Finally eliminate as many of the printf calls as possible (still leavingmjacob2001-03-011-30/+42
* Slightly reimplement some recently added helper functions as methods, sopeter2001-02-273-35/+113
* A better mousetrap: use device hints, as in:mjacob2001-02-271-7/+6
* Don't re-init the mixer on resume. This keeps the channel volumes fromscottl2001-02-271-2/+0
* Remove warnings.. seems to compile as a module now too.julian2001-02-271-4/+3
* Catch up with rwatsons ucred changes.julian2001-02-271-1/+1
* Do it right this time. Give it a better name and placejulian2001-02-271-0/+644
* Add speaker volume adjusting supportcg2001-02-271-2/+6
* Added another wd33c93 based SCSI card driver which replaces the bs driver.nyan2001-02-276-0/+2417
* add functions for sound drivers to use for locking and setting up interruptcg2001-02-272-0/+107
* MFS: 4.x/5.x compatibility #ifdefscg2001-02-272-2/+22
* MFS: 4.x/5.x compatibility #definescg2001-02-271-0/+6
* Disable the mutex locking calls. These do not work in their present formpeter2001-02-273-0/+15
* Fix at2_entry_t to reflect what the firmware actually writes (insteadmjacob2001-02-272-10/+6
* Add crashdump support.jlemon2001-02-265-25/+106
* Properly protect the parameters to the EC_{GET,SET}_{DATA,CSR} macros withjhb2001-02-261-4/+10
* - Use a loop to read consecutive bytes from the embedded controller tojhb2001-02-261-10/+19
* When ensuring the destination buffer is truncated for a string obtainedjhb2001-02-261-1/+1
* Typo fix; use & to test for bits set in the status register.msmith2001-02-261-1/+1
* Fix clock selection for X.21 interfaces.jhay2001-02-261-13/+5
* o Check the size of I/O window handed by parent bus.non2001-02-262-3/+29
* - Mutexify midi(4). The driver runs under the giant lock by default.tanimura2001-02-2614-1123/+1710
* Major update and bugfix for the 'mly' driver.msmith2001-02-255-354/+599
* o Check the size of I/O window handed by parent bus.non2001-02-251-2/+7
* o Check the size of I/O window handed by parent bus.non2001-02-251-8/+13
* Make "md" and "mdctl" macroized parameters.phk2001-02-251-4/+28
* o Support AUTO SENSE correctly.non2001-02-256-363/+165
* Make md/mdconfig do kld.phk2001-02-241-4/+35
* Additional enhancments to allow IBM Etherjet cards to be probed,imp2001-02-234-111/+137
* Fix a longstanding bug- we had the sense of what bit 14mjacob2001-02-233-12/+27
* Sigh, nobody ever got back to me about this. So, here it is..peter2001-02-231-8/+35
* Apply patch to allow TX underrun handling without issuing a completewpaul2001-02-222-26/+64
* Big round of minor updates:wpaul2001-02-215-81/+64
* aic7xxx.c:gibbs2001-02-216-122/+194
* Fixed warnings.nyan2001-02-213-14/+14
* Fix vinum for both devfs and non-devfs systems.alfred2001-02-202-4/+11
* forced commit to note that the last delta also reordered some code inalfred2001-02-201-1/+1
* Take a shot at making vinum devfs aware.alfred2001-02-204-19/+57
* Typo fixes: prefered -> preferredkris2001-02-201-1/+1
* Take luigi's suggestion and move the check for nothing to do to before theimp2001-02-201-5/+4
* Add DC_UNLOCK before first return. This caused returns when dc was onimp2001-02-201-1/+3
OpenPOWER on IntegriCloud