summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure that the first mbuf in the chain passed to atm_intrharti2004-02-211-4/+8
* The token for atm_intr is actually a void *, not an int. Clarifyharti2004-02-211-2/+4
* Fix a major brain-o. If the command needs to be put on the deferred queue,scottl2004-02-211-0/+1
* Do not test if pDCB is not NULL, we dereference it before anyway, and itcognet2004-02-201-3/+2
* Fix a glitch in my last commit and revert to using selwakeupprimatk2004-02-201-1/+1
* Make uscanner recognise EPSON Perfection 3200. Tested with xsane.wilko2004-02-191-0/+1
* Add EPSON Perfection 3200 scanner.wilko2004-02-192-2/+9
* Add EPSON Perfection 3200 scannerwilko2004-02-191-0/+1
* Use ACPI_NEXT_RESOURCE instead of defining our own copy. The one providednjl2004-02-192-5/+3
* Do not remove the fixed handlers. Several systems (e.g., ASUS) onlynjl2004-02-191-11/+5
* Fix problem caused by previous commit where some users' buttonsnjl2004-02-192-11/+2
* Fix a long-standing bug where select on vchans doesn't workmatk2004-02-191-3/+13
* Change the disk(9) API in order to make device removal more robust.phk2004-02-1821-171/+206
* Dont use the bio_taskqueue if we are in timeout.sos2004-02-171-2/+2
* Remove some more 'makedev' related macros.le2004-02-161-10/+0
* We aren't D_TAPE. We aren't anything. The reasons why this was ever setmjacob2004-02-161-1/+0
* - Clean up global data.simokawa2004-02-163-38/+58
* Workaround some ACPI BIOSen which break the IO port into multiplenjl2004-02-151-1/+35
* This is not a D_TTY driver.phk2004-02-151-1/+0
* Remove the static major assignment for iir(4).scottl2004-02-142-6/+1
* Remove the static major assignment for ips(4).scottl2004-02-141-2/+0
* Fixing copyright and adding vendor cvs id.rik2004-02-141-1/+2
OpenPOWER on IntegriCloud