aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Packed structures are defined differently in older gcc's, like the oneJosef Karthauser2002-11-062-4/+4
* Use bus_addr_t instead of u_int32_t in functions to convert betweenJohn Baldwin2002-11-061-3/+3
* Use the explicit value 0xffffffff instead of assuming that is what ~0ULJohn Baldwin2002-11-061-1/+1
* Add some band-aid casts to quiet warnings. This driver still assumesJohn Baldwin2002-11-061-1/+1
* More int != pointer stuff.John Baldwin2002-11-061-2/+3
* Repeat after me: sizeof(int) != sizeof(void *).John Baldwin2002-11-061-1/+1
* Use some long long casts to quiet warnings in debug printf's on alpha.John Baldwin2002-11-062-2/+3
* Use a bandaid to fix a warning. However, this driver is very, very farJohn Baldwin2002-11-061-1/+1
* Fix warning where sizeof(size_t) != sizeof(int).John Baldwin2002-11-061-1/+1
* Add support for DEVICE_POLLING.Hidetoshi Shimokawa2002-11-062-0/+79
* Minor clean up on cdb handling.Hidetoshi Shimokawa2002-11-061-8/+7
* There's no need for a locally defined usb_proc_t when we've gotJosef Karthauser2002-11-061-10/+3
* Whitespace, style fixes.Matthew N. Dodd2002-11-063-437/+374
* - Let the PCI code try to route interrupt in -currentHidetoshi Shimokawa2002-11-061-1/+5
* Remove undefined variable.Matthew N. Dodd2002-11-051-1/+1
* Style/whitespace changes.Matthew N. Dodd2002-11-051-82/+78
* Fix for GEOM.Matthew N. Dodd2002-11-052-56/+11
* - Convert to newbus, bus_space etc.Matthew N. Dodd2002-11-054-391/+587
* Sony CXD3222 OHCI i.LINK chips needs more DELAY before starting SCLKHidetoshi Shimokawa2002-11-051-1/+1
* Call pcm_chn_destroy() in pcm_killchan() so that channel mutexes are destroye...Olivier Houchard2002-11-041-1/+7
* Detach the pccard bus children when we eject a 16-bit card, not theWarner Losh2002-11-041-1/+1
* Add status initialization code for acpi_cmbat and acpi_acad,Mitsuru IWASAKI2002-11-032-7/+120
* MFp4:Warner Losh2002-11-024-49/+38
* Merge PC98 changes.Matthew N. Dodd2002-11-021-30/+60
* Specify the correct protocol for the Olympus C-1 camera. It appearsIan Dowse2002-11-011-1/+1
* 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