aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 1. Fix compilation and panic while system boot problem after makedev wasRoman Kurakin2004-03-021-4/+22
* 1. Renames NCT constant to NCTAU. This will help while MFC to 4 branch.Roman Kurakin2004-03-021-25/+40
* If being verbose in the autosense code, print the original error.Søren Schmidt2004-03-021-4/+2
* Report the original command on failures that causes auto sense.Søren Schmidt2004-03-022-4/+7
* Fix getting progress data for some device in yet another way.Søren Schmidt2004-03-021-22/+36
* When we get a packet error, move on, don't go into an infinite loopJulian Elischer2004-03-021-0/+2
* Whitespace changes to match rest of file..Julian Elischer2004-03-021-65/+102
* Change another pointer name that was missed in the previous commit.Scott Long2004-03-011-1/+1
* Check and free the actual pointer the was used in a malloc instead ofScott Long2004-03-011-2/+2
* Remember to mtx_destroy mutexes.Søren Schmidt2004-03-015-3/+10
* Add the ACPI standard video extensions driver. I've done some style cleanupNate Lawson2004-03-011-0/+946
* add driver for BWCT console management serialsBernd Walter2004-03-012-0/+1098
* Use DEV_BSIZE byte sectors instead of PAGE_SIZE byte sectors forColin Percival2004-02-291-19/+49
* Remove unused FDNUMTOUNIT() macroPoul-Henning Kamp2004-02-291-2/+0
* Rearrange sense_key and sense_data to get alignment right.Søren Schmidt2004-02-291-1/+1
* All three of these drivers abused cv_waitq_empty in the same way by spinningScott Long2004-02-293-15/+4
* Call _INI on Thermal Zones as well as devices.Nate Lawson2004-02-281-0/+6
* Add a generic watchdog facility which through a single device entryPoul-Henning Kamp2004-02-281-0/+89
* Create a new mutex type for virtual channels. This allows us to getDon Lewis2004-02-284-29/+24
* Lock channels only as necessary in dsp_ioctl(), and only lock oneDon Lewis2004-02-281-65/+173
* Switch from using mutexes to using semaphores to protect against earlyScott Long2004-02-285-52/+65
* Issue a request sense command automagically when ATAPI commands failSøren Schmidt2004-02-282-58/+86
* Sync to 1.163 of usbdevsMIHIRA Sanpei Yoshiro2004-02-282-2/+9
* add support DM9601(DAVICOM USB to Ethernet MAC Controller with Integrated 10/...MIHIRA Sanpei Yoshiro2004-02-283-0/+2276
* Make mode setting with fdcontrol(8) stick.Poul-Henning Kamp2004-02-251-182/+61
* Fix style bug in last commit,Johan Karlsson2004-02-251-5/+5
* Add support for the sii3512 SATA chip.Søren Schmidt2004-02-252-0/+3
* Revert the last commit. I don't know what I was thinking, but this changeScott Long2004-02-251-1/+0
* style.Makefile(5):Johan Karlsson2004-02-241-4/+2
* Don't set d_flags twice. The second setting clobbered D_NOGIANT.Bruce Evans2004-02-241-2/+1
* Add support for Cronyx-Tau. For now I added only Tau-ISA files, system filesRoman Kurakin2004-02-2314-0/+13023
* Fix a problem with the USB keyboard driver not properly handling keyJohn Baldwin2004-02-231-5/+5
* Fix vinums cdevsw{} to initialize d_version.Poul-Henning Kamp2004-02-232-13/+10
* Limit the amount of memory userspace processes can cause the kernel toRobert Watson2004-02-231-0/+17
* Unbreak after the change to use vm_paddr_t. Since vm_paddr_t isMaxime Henrion2004-02-224-8/+8
* Check that amrd_sc is non-NULL before dereferencing it, not after.Colin Percival2004-02-221-2/+2
* Check that twed_sc is non-NULL before dereferencing it, not after.Colin Percival2004-02-221-2/+2
* Don't free k_cfg until we're finished using it -- reverse the order ofColin Percival2004-02-221-1/+1
* Don't free meo until we're finished using it.Colin Percival2004-02-221-1/+1
* Check that xfer != NULL before dereferencing it, not after.Colin Percival2004-02-221-2/+2
* If we're going to assert that logData != NULL, do it before weColin Percival2004-02-221-1/+1
* We want to allocate and zero sizeof(struct foo) bytes, notColin Percival2004-02-221-2/+2
* Fix off-by-one error: sc->twe_drive is an array of TWE_MAX_UNITS elements.Colin Percival2004-02-221-1/+1
* Device megapatch 5/6:Poul-Henning Kamp2004-02-214-5/+5
* Device megapatch 4/6:Poul-Henning Kamp2004-02-2179-37/+161
* Device megapatch 3/6:Poul-Henning Kamp2004-02-2117-46/+2
* Device megapatch 2/6:Poul-Henning Kamp2004-02-212-102/+97
* Device megapatch 1/6:Poul-Henning Kamp2004-02-2152-104/+2
* Use the more appropriate vm_paddr_t in places where a physicalHartmut Brandt2004-02-218-61/+74
* Dont alloc size 0 buffers.Søren Schmidt2004-02-211-3/+5