summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add status initialization code for acpi_cmbat and acpi_acad,iwasaki2002-11-032-7/+120
* MFp4:imp2002-11-024-49/+38
* Merge PC98 changes.mdodd2002-11-021-30/+60
* Specify the correct protocol for the Olympus C-1 camera. It appearsiedowse2002-11-011-1/+1
* Don't examine ACPI_STA_ENABLE bit of device's_STA object on initialiwasaki2002-10-311-5/+4
* Interpret new loader tunable "hw.acpi.verbose" to turniwasaki2002-10-311-2/+6
* Invoke 3 ACPI task threads as default if option ACPI_MAX_THREADS isiwasaki2002-10-313-6/+9
* Incorrect typecast.emoore2002-10-311-1/+1
* Add tunable "hw.eisa_slots" to allow overriding the default numberpeter2002-10-311-0/+1
* amr.c,emoore2002-10-309-72/+473
* Save and restore the interrupt Edge/Level Control Registers (ELCR)iedowse2002-10-301-5/+88
* Revision 1.136 introduced two features that may cause undefinediedowse2002-10-301-1/+14
* Check for errors and zero-length transfers in the ulpt_input() inputiedowse2002-10-301-0/+6
* Add a missing newline to the end of a device_printf().jhb2002-10-291-1/+1
* Remove unnecessary <sys/malloc.h> include.semenu2002-10-298-8/+0
* Reduce namespace pollution to userland.scottl2002-10-281-0/+2
* Handle hints for the atspeaker device.mdodd2002-10-281-1/+25
* Fix a bunch of warnings on 64 bit platforms in themux2002-10-272-4/+5
* Fix a warning when CISS_DEBUG is defined.mux2002-10-271-1/+1
* Add a missing destroy_dev().mux2002-10-261-0/+2
* Call bpf_mtap() on outgoing packets.tmm2002-10-261-3/+6
* o m_adj rx buffer so IP header is 32-bit alignedsam2002-10-252-18/+21
* Cast si_drv2 to intptr_t instead of int to quiet warnings.jhb2002-10-251-1/+1
* Add new loader tunable hw.acpi.ec.event_driven so that we controliwasaki2002-10-241-1/+4
* - New-bussify the rc(4) device driver.jhb2002-10-232-481/+610
* - Dequeue OCBs more safely in sbp_abort_all_ocbs().simokawa2002-10-231-15/+24
* Very minor whitespace/style nit.markm2002-10-231-2/+1
* Fill in missing parts of the ATAPI/CAM XPT: implement XPT_RESET_BUSthomas2002-10-223-26/+52
* Remove the OpenBSD comatibility stuff. Many changes to be more style(9)semenu2002-10-223-621/+355
* We want /dev/md0 for ramdisk roots, not /dev/md0c.phk2002-10-211-1/+1
* - Abort all OCBs for timeout.simokawa2002-10-211-5/+14
* fix prototype of asyreqq().simokawa2002-10-211-2/+3
* These (userland) files shouldn't be here.simokawa2002-10-212-675/+0
* Do not try to work around ``poor (un)sign extension code''robert2002-10-201-11/+1
* Use ENOSPC error return, not ENOMEM.phk2002-10-201-3/+5
* '&' is not needed to pointerize functions.phk2002-10-201-2/+2
* Fix data corruption caused by last byte in oddly sized transfers being readtegge2002-10-201-2/+3
* Fix mis-indentation.phk2002-10-201-15/+15
* Fix mis-indentation.phk2002-10-201-1/+1
* After much delay and anticipation, welcome RAIDFrame into the FreeBSDscottl2002-10-20134-0/+42340
* Whitespace fixes per style(9)kan2002-10-191-11/+10
* * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.njl2002-10-181-2/+2
* (1) added LSI Logic copyright, and legal line 3 in license, and stringemoore2002-10-189-71/+214
* Add a pseudo device which allows to access the OpenFirmware device treetmm2002-10-182-0/+389
* Add an #ifdef _KERNEL to make it possible to include this file fromtmm2002-10-181-5/+7
* typo.nyan2002-10-181-4/+4
* Make kqueue(2) work for virtual terminals.kbyanc2002-10-171-1/+2
* Suppress the uninitialized variable warning on ia64 introduced bymarcel2002-10-171-0/+4
* Whitespace.jhb2002-10-161-2/+2
* Catch up to changes in acpivar.h to add support for using ACPI onjhb2002-10-168-12/+23
OpenPOWER on IntegriCloud