summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Plug a mem leak in vinum_scandisk().le2004-04-241-0/+1
* Push down the responsibility for zeroing a physical page from thealc2004-04-242-4/+0
* Try the simplify determining what is ata0 and ata1.sos2004-04-241-17/+1
* Disable interrupts while testing the timer. Not doing this unnecessarilynjl2004-04-241-6/+7
* Change setup for SiS device to allow PCI native mode.sos2004-04-241-4/+4
* Add IC Book Labs Gunboat x2 and x4 series of serial adapters.sobomax2004-04-241-0/+45
* Clean up two printf()s that were on a line by themselves unintendedlytmm2004-04-231-2/+2
* Enable the led-toggling magic. Compiling files which are in the kernel intophilip2004-04-231-12/+0
* Correct KASSERT()s that check for initialization of mutexes in ndis_detach(),wpaul2004-04-231-2/+6
* Add a stopgap for the EBus breakage on sparc64 since the PCI code doesmarius2004-04-231-0/+8
* Start programming the bus numbers for the pci<->cardbus. When theimp2004-04-231-1/+30
* Set the INTR_MPSAFE flag.wpaul2004-04-221-1/+1
* Add the ACPI Asus extras driver. Provides support for cool ACPI-controledphilip2004-04-222-0/+630
* Ok, _really_ fix the Intel 2100B Centrino deadlock problems this time.wpaul2004-04-221-29/+3
* define some new fields in the physical drive structure and pad theps2004-04-221-0/+3
* Fix the build. opt_asr.h is gone.njl2004-04-221-1/+0
* Fix stepping in ddb by not checking for a maximum interval. The ACPI-safenjl2004-04-221-31/+32
* Remove more sead code.scottl2004-04-211-91/+2
* Don't indent preprocessor tokens.scottl2004-04-211-70/+70
* ata devices in legacy are special, and we must treat them as such.imp2004-04-211-45/+99
* Remove ASR_MEASURE_PERFORMANCE. It hasn't been able to compile in severalscottl2004-04-211-354/+0
* Use offsetof() instead of hand-rolling something equivalent.scottl2004-04-211-1/+1
* Make the test for ATA PCI legacy addressing mode more robust.sos2004-04-213-15/+44
* Add comments, including restoring the PIIX4 errata comment, to indicatenjl2004-04-211-45/+76
* This driver certainly works fine turning INTR_MPSAFE back on. For thosegreen2004-04-211-1/+1
* Remove all of the old __FreeBSD_version code that provided FreeBSD 2.2.x andscottl2004-04-211-236/+0
* Begin the slow, painful process of cleaning up asr. This eliminates many of thescottl2004-04-211-91/+68
* Fix the problems people have been having with the Intel 2100B Centrinowpaul2004-04-211-107/+19
* Fix several bugs where 32-bit timers and wraparound were not properlynjl2004-04-211-110/+26
* Remove extran parens.njl2004-04-211-1/+1
* Move the timer difference convenience function from acpi_cpu.c to make itnjl2004-04-213-14/+17
* Do not pre-allocate resources for BAR's on ATA MASTERDEV's thats onsos2004-04-202-3/+12
* Style fixes.njl2004-04-201-16/+3
* Delete an unused file which no longer compiles anyway.njl2004-04-201-599/+0
* Allow the AC adapter device to be disabled with debug.acpi.disable="acad".njl2004-04-201-2/+1
* Use BSD spelling, no SysV.obrien2004-04-191-1/+1
* Move a verbose printf before the first exit so we get a chancesos2004-04-191-4/+4
* Add a temporary workaround for acpi_AppendBufferResource() returning withnjl2004-04-191-0/+5
* There's no need to call ciss_report_request in the passthru ioctlps2004-04-191-3/+1
* Report only new new events when initially attaching to the controller.ps2004-04-191-1/+4
* Moved the function pointer in struct puc_device_description to the endbde2004-04-183-93/+2
* Miscellaneous style fixes, including yet another attempt to get thebde2004-04-181-21/+23
* Fixed some style bugs in rev.1.1 (only 2 entries were misformatted).bde2004-04-181-11/+11
* Fixed some style bugs (perfect tab lossage on every line) in rev.1.4.bde2004-04-181-11/+11
* Fixed some style bugs (misformatting) in rev.1.9.bde2004-04-181-2/+2
* Oops, fixed some more style bugs (tab lossage) in rev.1.28. Fixed thebde2004-04-181-12/+12
* Fixed some style bugs in rev.1.24. Almost every line was misformatted,bde2004-04-181-7/+7
* Fixed some style bugs (formatting errors) in rev.1.25.bde2004-04-181-5/+5
* Fixed some style bugs (tab lossage) in rev.1.26.bde2004-04-181-2/+2
* Fixed some style bugs in rev.1.28. Almost every line was misindented.bde2004-04-181-9/+9
OpenPOWER on IntegriCloud