summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Set the INTR_MPSAFE flag.wpaul2004-04-221-1/+1
* There was a thread on "unusually high load averages" when running underobrien2004-04-221-2/+2
* Missed this out in my last commit. Makefile for the acpi_asus driver.philip2004-04-221-0/+10
* Add the ACPI Asus extras driver. Provides support for cool ACPI-controledphilip2004-04-225-0/+1263
* Look out! vn_start_write() is able to return 0 and NULL 'mp'.pjd2004-04-222-0/+4
* Remove npx(4) reference for isa. While true, it is useless (sinceimp2004-04-221-1/+2
* Take out an unneeded variable I forgot to remove in the last commit,silby2004-04-221-2/+3
* Simplify random port allocation, and add net.inet.ip.portrange.randomized,silby2004-04-221-27/+13
* Ok, _really_ fix the Intel 2100B Centrino deadlock problems this time.wpaul2004-04-222-41/+30
* 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-222-2/+1
* Fix stepping in ddb by not checking for a maximum interval. The ACPI-safenjl2004-04-221-31/+32
* Include <machine/pte.h> since it has been removed from <machine/param.h>.grehan2004-04-211-0/+1
* <machine/pte.h> has no business being here. Finally exposed by F77 buildgrehan2004-04-211-2/+0
* 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
* garbage collect ASR_MEASURE_PERFORMANCEscottl2004-04-212-5/+0
* 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
* Readability fixes:luigi2004-04-211-12/+76
* Clearly comment the assumptions that allow us to cast aluigi2004-04-211-17/+27
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instesd of dependingbde2004-04-211-5/+8
* Deverbosified and uniformized references to man pages from wordingbde2004-04-211-16/+13
* 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
* Divide the drivers into essential (pci, thermal) and mobile (lid,njl2004-04-211-5/+10
* Don't check for NULL, device_get_softc() always succeeds.njl2004-04-213-8/+4
* 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
* Fix a typo in a comment.bms2004-04-201-1/+1
* Style fixes.njl2004-04-201-16/+3
* - Don't check if 'gp' is non-NULL, it always is and GEOM wants topjd2004-04-201-10/+10
* 1. Remove callout_stop binary compatibility.cperciva2004-04-202-12/+1
* Remove an extra line that crept in.njl2004-04-201-1/+0
* Remove the commented out line for fore_load.c now that it's been removed.njl2004-04-201-1/+1
* Delete an unused file which no longer compiles anyway.njl2004-04-201-599/+0
* Fix a debugging printf snafu.bms2004-04-201-1/+1
* IPv6 is on by default in GENERIC so enable IPv6 in IPFilter too by default.darrenr2004-04-201-0/+2
* Add support for the AMD 8111.obrien2004-04-201-2/+4
* Fix a last second typo in 'vi' that caused a problem.obrien2004-04-202-4/+4
* Allow the AC adapter device to be disabled with debug.acpi.disable="acad".njl2004-04-201-2/+1
* Braino. Point out that TCP_SIGNATURE requires FAST_IPSEC et al.bms2004-04-201-0/+2
* Add TCP_SIGNATURE (TCP-MD5) to NOTES for -CURRENT.bms2004-04-201-0/+6
OpenPOWER on IntegriCloud