aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Don't examine ACPI_STA_ENABLE bit of device's_STA object on initialMitsuru IWASAKI2002-10-311-5/+4
* Interpret new loader tunable "hw.acpi.verbose" to turnMitsuru IWASAKI2002-10-311-2/+6
* Invoke 3 ACPI task threads as default if option ACPI_MAX_THREADS isMitsuru IWASAKI2002-10-313-6/+9
* Incorrect typecast.Eric Moore2002-10-311-1/+1
* Add tunable "hw.eisa_slots" to allow overriding the default numberPeter Wemm2002-10-311-0/+1
* amr.c,Eric Moore2002-10-309-72/+473
* Save and restore the interrupt Edge/Level Control Registers (ELCR)Ian Dowse2002-10-301-5/+88
* Revision 1.136 introduced two features that may cause undefinedIan Dowse2002-10-301-1/+14
* Check for errors and zero-length transfers in the ulpt_input() inputIan Dowse2002-10-301-0/+6
* Add a missing newline to the end of a device_printf().John Baldwin2002-10-291-1/+1
* Remove unnecessary <sys/malloc.h> include.Semen Ustimenko2002-10-298-8/+0
* Reduce namespace pollution to userland.Scott Long2002-10-281-0/+2
* Handle hints for the atspeaker device.Matthew N. Dodd2002-10-281-1/+25
* Fix a bunch of warnings on 64 bit platforms in theMaxime Henrion2002-10-272-4/+5
* Fix a warning when CISS_DEBUG is defined.Maxime Henrion2002-10-271-1/+1
* Add a missing destroy_dev().Maxime Henrion2002-10-261-0/+2
* Call bpf_mtap() on outgoing packets.Thomas Moestl2002-10-261-3/+6
* o m_adj rx buffer so IP header is 32-bit alignedSam Leffler2002-10-252-18/+21
* Cast si_drv2 to intptr_t instead of int to quiet warnings.John Baldwin2002-10-251-1/+1
* Add new loader tunable hw.acpi.ec.event_driven so that we controlMitsuru IWASAKI2002-10-241-1/+4
* - New-bussify the rc(4) device driver.John Baldwin2002-10-232-472/+601
* - Dequeue OCBs more safely in sbp_abort_all_ocbs().Hidetoshi Shimokawa2002-10-231-15/+24
* Very minor whitespace/style nit.Mark Murray2002-10-231-2/+1
* Fill in missing parts of the ATAPI/CAM XPT: implement XPT_RESET_BUSThomas Quinot2002-10-223-26/+52
* Remove the OpenBSD comatibility stuff. Many changes to be more style(9)Semen Ustimenko2002-10-223-616/+350
* We want /dev/md0 for ramdisk roots, not /dev/md0c.Poul-Henning Kamp2002-10-211-1/+1
* - Abort all OCBs for timeout.Hidetoshi Shimokawa2002-10-211-5/+14
* fix prototype of asyreqq().Hidetoshi Shimokawa2002-10-211-2/+3
* These (userland) files shouldn't be here.Hidetoshi Shimokawa2002-10-212-675/+0
* Do not try to work around ``poor (un)sign extension code''Robert Drehmel2002-10-201-11/+1
* Use ENOSPC error return, not ENOMEM.Poul-Henning Kamp2002-10-201-3/+5
* '&' is not needed to pointerize functions.Poul-Henning Kamp2002-10-201-2/+2
* Fix data corruption caused by last byte in oddly sized transfers being readTor Egge2002-10-201-2/+3
* Fix mis-indentation.Poul-Henning Kamp2002-10-201-15/+15
* Fix mis-indentation.Poul-Henning Kamp2002-10-201-1/+1
* After much delay and anticipation, welcome RAIDFrame into the FreeBSDScott Long2002-10-20134-0/+42340
* Whitespace fixes per style(9)Alexander Kabaev2002-10-191-11/+10
* * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.Nate Lawson2002-10-181-2/+2
* (1) added LSI Logic copyright, and legal line 3 in license, and stringEric Moore2002-10-189-71/+214
* Add a pseudo device which allows to access the OpenFirmware device treeThomas Moestl2002-10-182-0/+389
* Add an #ifdef _KERNEL to make it possible to include this file fromThomas Moestl2002-10-181-5/+7
* typo.Yoshihiro Takahashi2002-10-181-4/+4
* Make kqueue(2) work for virtual terminals.Kelly Yancey2002-10-171-1/+2
* Suppress the uninitialized variable warning on ia64 introduced byMarcel Moolenaar2002-10-171-0/+4
* Whitespace.John Baldwin2002-10-161-2/+2
* Catch up to changes in acpivar.h to add support for using ACPI onJohn Baldwin2002-10-168-12/+23
* struct timecounter is defined in sys/time.h on 4-stable.John Baldwin2002-10-161-0/+4
* - Include lock headers on current in this header instead of puttingJohn Baldwin2002-10-161-3/+18
* - In AcpiOsGetThreadId(), allow for curproc to be NULL on 4-stable systems.John Baldwin2002-10-161-4/+14
* Implement the internal locks of an ACPI semaphore with splhigh() onJohn Baldwin2002-10-161-8/+31