summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remember to actually program the MAC address into the unicast filterwpaul2001-03-071-0/+7
* Bring our local hack for wakeup back fromiwasaki2001-03-071-0/+88
* Add GVC1601 - Rockwell V.34 Plug & Play Modemsanpei2001-03-071-0/+1
* Add IOD0081 - I-O DATA DEVICE,INC. IFML-560sanpei2001-03-071-0/+1
* Set si_iosize_max to 64K, even though the adapter seems to be able to do more.scottl2001-03-071-11/+4
* - Lock the process while sending it a signal.jhb2001-03-071-2/+13
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-074-2/+15
* Split out the ata probes in seperate files for each bus type.sos2001-03-066-824/+922
* Indent the comment about the Alpha palette evilness correctly.jhb2001-03-061-5/+5
* Cosmetic change to the probe printf'ssos2001-03-063-3/+3
* #if 0 out a variable only used in #if 0'd code to quiet a warning.jhb2001-03-061-0/+4
* Fix longstanding mouse cursor bug: blinking and eating all CPU while near textache2001-03-061-0/+1
* The SRM console gets the red and blue attributes backwards in the VGAjhb2001-03-051-0/+12
* increase timeouts for ad_wait_init()cg2001-03-051-5/+5
* MFS: don't ignore the result of mixer_init()cg2001-03-051-56/+57
* only mess with the power state on 5.xcg2001-03-051-1/+2
* MFS: add kobj.h to reduce diffs from -stablecg2001-03-051-0/+1
* MFS: don't pagefault in sndbuf_clearcg2001-03-051-19/+9
* MFS: #ifdef dynamic sysctl stuff to reduce diffs from -stablecg2001-03-051-0/+2
* MFS: add '# KOBJ' as the first line of each .m file to reduce diffs fromcg2001-03-054-0/+4
* enable per-device sysctls unconditionallycg2001-03-051-1/+1
* nuke the splstack stuff, snd_mtx* will now be no-ops on 4.xcg2001-03-051-29/+1
* Add an AUE device ID: USB_PRODUCT_MELCO_LUATX5peter2001-03-051-0/+1
* pkh's TAILQ changes to if_mutliaddrs missed a counting loop.dmlb2001-03-041-1/+2
* more 32 to 16 bit handle conversionsmjacob2001-03-041-2/+2
* More 32 to 16 bit handle stuff. Roll core minor version.mjacob2001-03-041-2/+2
* Remove a superfluous newline in a string (isp_prt adds this).mjacob2001-03-041-2/+2
* 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
OpenPOWER on IntegriCloud