aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use ACPI_NEXT_RESOURCE instead of defining our own copy. The one providedNate Lawson2004-02-192-5/+3
* Do not remove the fixed handlers. Several systems (e.g., ASUS) onlyNate Lawson2004-02-191-11/+5
* Fix problem caused by previous commit where some users' buttonsNate Lawson2004-02-192-11/+2
* Fix a long-standing bug where select on vchans doesn't workMathew Kanner2004-02-191-3/+13
* Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp2004-02-1821-171/+206
* Dont use the bio_taskqueue if we are in timeout.Søren Schmidt2004-02-171-2/+2
* Remove some more 'makedev' related macros.Lukas Ertl2004-02-161-10/+0
* We aren't D_TAPE. We aren't anything. The reasons why this was ever setMatt Jacob2004-02-161-1/+0
* - Clean up global data.Hidetoshi Shimokawa2004-02-163-38/+58
* Workaround some ACPI BIOSen which break the IO port into multipleNate Lawson2004-02-151-1/+35
* This is not a D_TTY driver.Poul-Henning Kamp2004-02-151-1/+0
* Remove the static major assignment for iir(4).Scott Long2004-02-142-6/+1
* Remove the static major assignment for ips(4).Scott Long2004-02-141-2/+0
* Fixing copyright and adding vendor cvs id.Roman Kurakin2004-02-141-1/+2
* Fixing memory deallocationRoman Kurakin2004-02-141-13/+25
* Use standard style for cdevsw initialization.Poul-Henning Kamp2004-02-141-2/+2
* Use standard style for cdevsw initializtionPoul-Henning Kamp2004-02-141-9/+9
* Use same style for cdevsw as the rest of our drivers.Poul-Henning Kamp2004-02-141-5/+5
* This is not a D_TTY driver.Poul-Henning Kamp2004-02-141-1/+1
* Try again to get rid of makedev().Poul-Henning Kamp2004-02-141-5/+9
* Test the return value of UART_PARAM(). Invalid line parameters did notMarcel Moolenaar2004-02-141-1/+2
* Fix hw.acpi.os_name by renaming it to hw.acpi.osname. The "_name" suffixNate Lawson2004-02-141-7/+5
* Back out my last commit to syscons, things seem to be far more evilPoul-Henning Kamp2004-02-131-9/+5
* Don't use makedev() to hack up dev_t's early in boot, do it rightPoul-Henning Kamp2004-02-121-5/+9
* Use the PCIR_BAR() macro rather than a magic number to specify the BARJohn Baldwin2004-02-121-1/+1
* Correct the cleanup of the alias dev_t for /dev/urandom: being anPoul-Henning Kamp2004-02-121-3/+1
* Fix a whitespace nit.John Baldwin2004-02-121-1/+1
* Add yet more bulletproofing. This is to guard against the case thatBill Paul2004-02-111-2/+3
* (atapi_cb): Reenable automatic retrieve of sense data on error, makingThomas Quinot2004-02-111-14/+21
* Prefer buttons defined in the AML over the ones in the FADT. SomeNate Lawson2004-02-113-24/+42
* Only reset the phy when it is absolutely required.Prafulla Deuskar2004-02-103-59/+113
* Fall back to INTR_MPSAFE if INTR_FAST registration fails.Scott Long2004-02-091-2/+8
* Remove condition variables and status associated with target modeMatt Jacob2004-02-081-246/+169
* Remove condition variables and status associated with target modeMatt Jacob2004-02-081-6/+2
* Allow amr(4) to get a dynamic major number instead of a static one.Scott Long2004-02-081-3/+0
* Don't free ressources that haven't been allocated. This should fixLukas Ertl2004-02-081-2/+9
* Don't hold NDIS_LOCK() around call to ndis_getstate_80211() since itBill Paul2004-02-071-0/+2
* Remove the use of AACQ_COMPLETE here since there is no longer a completionScott Long2004-02-071-3/+0