summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* If being verbose in the autosense code, print the original error.sos2004-03-021-4/+2
* Report the original command on failures that causes auto sense.sos2004-03-022-4/+7
* Fix getting progress data for some device in yet another way.sos2004-03-021-22/+36
* When we get a packet error, move on, don't go into an infinite loopjulian2004-03-021-0/+2
* Whitespace changes to match rest of file..julian2004-03-021-65/+102
* Change another pointer name that was missed in the previous commit.scottl2004-03-011-1/+1
* Check and free the actual pointer the was used in a malloc instead ofscottl2004-03-011-2/+2
* Remember to mtx_destroy mutexes.sos2004-03-015-3/+10
* Add the ACPI standard video extensions driver. I've done some style cleanupnjl2004-03-011-0/+946
* add driver for BWCT console management serialsticso2004-03-012-0/+1098
* Use DEV_BSIZE byte sectors instead of PAGE_SIZE byte sectors forcperciva2004-02-291-19/+49
* Remove unused FDNUMTOUNIT() macrophk2004-02-291-2/+0
* Rearrange sense_key and sense_data to get alignment right.sos2004-02-291-1/+1
* All three of these drivers abused cv_waitq_empty in the same way by spinningscottl2004-02-293-15/+4
* Call _INI on Thermal Zones as well as devices.njl2004-02-281-0/+6
* Add a generic watchdog facility which through a single device entryphk2004-02-281-0/+89
* Create a new mutex type for virtual channels. This allows us to gettruckman2004-02-284-29/+24
* Lock channels only as necessary in dsp_ioctl(), and only lock onetruckman2004-02-281-65/+173
* Switch from using mutexes to using semaphores to protect against earlyscottl2004-02-285-52/+65
* Issue a request sense command automagically when ATAPI commands failsos2004-02-282-58/+86
* Sync to 1.163 of usbdevssanpei2004-02-282-2/+9
* add support DM9601(DAVICOM USB to Ethernet MAC Controller with Integrated 10/...sanpei2004-02-283-0/+2276
* Make mode setting with fdcontrol(8) stick.phk2004-02-251-182/+61
* Fix style bug in last commit,johan2004-02-251-5/+5
* Add support for the sii3512 SATA chip.sos2004-02-252-0/+3
* Revert the last commit. I don't know what I was thinking, but this changescottl2004-02-251-1/+0
* style.Makefile(5):johan2004-02-241-4/+2
* Don't set d_flags twice. The second setting clobbered D_NOGIANT.bde2004-02-241-2/+1
* Add support for Cronyx-Tau. For now I added only Tau-ISA files, system filesrik2004-02-2314-0/+13023
* Fix a problem with the USB keyboard driver not properly handling keyjhb2004-02-231-5/+5
* Fix vinums cdevsw{} to initialize d_version.phk2004-02-232-13/+10
* Limit the amount of memory userspace processes can cause the kernel torwatson2004-02-231-0/+17
* Unbreak after the change to use vm_paddr_t. Since vm_paddr_t ismux2004-02-224-8/+8
* Check that amrd_sc is non-NULL before dereferencing it, not after.cperciva2004-02-221-2/+2
* Check that twed_sc is non-NULL before dereferencing it, not after.cperciva2004-02-221-2/+2
* Don't free k_cfg until we're finished using it -- reverse the order ofcperciva2004-02-221-1/+1
* Don't free meo until we're finished using it.cperciva2004-02-221-1/+1
* Check that xfer != NULL before dereferencing it, not after.cperciva2004-02-221-2/+2
* If we're going to assert that logData != NULL, do it before wecperciva2004-02-221-1/+1
* We want to allocate and zero sizeof(struct foo) bytes, notcperciva2004-02-221-2/+2
* Fix off-by-one error: sc->twe_drive is an array of TWE_MAX_UNITS elements.cperciva2004-02-221-1/+1
* Device megapatch 5/6:phk2004-02-214-5/+5
* Device megapatch 4/6:phk2004-02-2179-37/+161
* Device megapatch 3/6:phk2004-02-2117-46/+2
* Device megapatch 2/6:phk2004-02-212-102/+97
* Device megapatch 1/6:phk2004-02-2152-104/+2
* Use the more appropriate vm_paddr_t in places where a physicalharti2004-02-218-61/+74
* Dont alloc size 0 buffers.sos2004-02-211-3/+5
* Check both PORTEN and MEMEN for enabled HW.sos2004-02-211-1/+1
* Only register interrupt as seen if it was a real HW interrupt.sos2004-02-211-1/+3
OpenPOWER on IntegriCloud