summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed some style bugs (useless forward declarations of structs andbde2004-04-241-6/+3
* Fix build for non-COMPAT_FREEBSD4 configurations. Make the FreeBSD 4marcel2004-04-241-0/+10
* In cases where a file was resident in memory mmap(..., PROT_NONE, ...)alc2004-04-242-5/+6
* - Catch up with recent ATA changes.grehan2004-04-232-6/+9
* Wrap two long lines in the previous commit.silby2004-04-231-2/+4
* Correct an edge case in tcp_mss() where the cached path MTUandre2004-04-232-4/+4
* Make sure RFCOMM multiplexor channel does not hang in DISCONNECTINGemax2004-04-231-3/+6
* Make sure Bluetooth stuff can be statically compiled into kernelemax2004-04-234-0/+50
* 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-233-27/+2
* Correct KASSERT()s that check for initialization of mutexes in ndis_detach(),wpaul2004-04-231-2/+6
* Add the comment of the previous commit to the source file directly.andre2004-04-231-1/+5
* Call ip_output() with IP_FORWARD flag to prevent it from overwriting theandre2004-04-231-2/+2
* Add a stopgap for the EBus breakage on sparc64 since the PCI code doesmarius2004-04-231-0/+8
* Add files required for the NETSMBCRYPTO option.tjr2004-04-231-0/+3
* Add the option versrcreach to verify that a valid route to theandre2004-04-232-7/+32
* Fix a potential race when purging expired hostcache entries.andre2004-04-231-3/+3
* Hook up acpi_asus and its manual page in two more places I managed to overlookphilip2004-04-231-1/+1
* Push down Giant into vm_pager_get_pages(). The only get pages methods thatalc2004-04-232-0/+5
* Start programming the bus numbers for the pci<->cardbus. When theimp2004-04-231-1/+30
* Utilize sf_buf_alloc() rather than pmap_qenter() (and sometimesalc2004-04-233-21/+15
* 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
OpenPOWER on IntegriCloud