aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check both PORTEN and MEMEN for enabled HW.Søren Schmidt2004-02-211-1/+1
* Only register interrupt as seen if it was a real HW interrupt.Søren Schmidt2004-02-211-1/+3
* Make sure that the first mbuf in the chain passed to atm_intrHartmut Brandt2004-02-211-4/+8
* The token for atm_intr is actually a void *, not an int. ClarifyHartmut Brandt2004-02-211-2/+4
* Fix a major brain-o. If the command needs to be put on the deferred queue,Scott Long2004-02-211-0/+1
* Do not test if pDCB is not NULL, we dereference it before anyway, and itOlivier Houchard2004-02-201-3/+2
* Fix a glitch in my last commit and revert to using selwakeuppriMathew Kanner2004-02-201-1/+1
* Make uscanner recognise EPSON Perfection 3200. Tested with xsane.Wilko Bulte2004-02-191-0/+1
* Add EPSON Perfection 3200 scanner.Wilko Bulte2004-02-192-2/+9
* Add EPSON Perfection 3200 scannerWilko Bulte2004-02-191-0/+1