aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Mention that the ACPI module load can be disabled by unsetting $acpi_loadMike Smith2001-08-301-0/+14
* Note that compiling ACPI into the kernel is deprecated for normal use.Mike Smith2001-08-302-0/+6
* Build the ACPI module by default.Mike Smith2001-08-301-0/+1
* Update for slightly changed ACPI OSD module. Make debugging code conditionalMike Smith2001-08-301-13/+22
* Add support for attaching PnP-aware ISA drivers to ACPI.Mike Smith2001-08-301-1/+74
* Retarget the resource parser slightly. We only fetch current resourcesMike Smith2001-08-301-36/+287
* Note that now that some ISA devices will attach to ACPI, we need toMike Smith2001-08-301-1/+6
* Don't parse our resources ourself, the ACPI core code must do it.Mike Smith2001-08-301-6/+0
* Nuke the (fairly bogus) attachment of *all* ACPI devices to ISA.Mike Smith2001-08-301-479/+0
* Add missing acpi_disabled() call so that this driver can be disabled.Mike Smith2001-08-301-1/+2
* Teach the loader how to find the system ACPI information, and autoloadMike Smith2001-08-305-1/+144
* o Remove some GCCisms in src/powerpc/include/endian.h.Mike Barcroft2001-08-3012-56/+91
* when newreno is turned on, if dupacks = 1 or dupacks = 2 andJayanth Vijayaraghavan2001-08-292-0/+4
* Mega update to the aac driver.Scott Long2001-08-298-115/+715
* First, The Ricoh 5C47x chips don't have the disable the 3e0 bits.Warner Losh2001-08-291-5/+11
* Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails),Andrew Gallatin2001-08-295-30/+470
* smbfs_advlock: simplify overflow checks (copy from kern_lockf.c)Andrey A. Chernov2001-08-291-7/+10
* advlock: simplify overflow checksAndrey A. Chernov2001-08-292-6/+5
* lseek: simplify overflow checksAndrey A. Chernov2001-08-292-8/+8
* o Introduce support for _CAPABILITY_NEEDMACROS, reducing namespaceRobert Watson2001-08-291-7/+32
* o Reduce gratuitous whitespace difference from Darwin.Robert Watson2001-08-291-1/+0
* Note the status of the card, so we don't print inserted lines twice onWarner Losh2001-08-291-0/+3
* Fix the ogetkerninfo() syscall handling of sizes forPeter Wemm2001-08-291-10/+12
* tweaks to reduce latency/pauses in outputCameron Grant2001-08-292-8/+11
* Add support for the Acer Labs M5451 chip.George C A Reid2001-08-291-0/+8
* Add some seat belts. If we set the error rc, then return it and don'tWarner Losh2001-08-291-1/+3
* add some extra diagnostic info to sndstat output.Cameron Grant2001-08-293-18/+41
* * change buffering method a bitCameron Grant2001-08-291-40/+30
* OR M_WAITOK with M_ZERO in malloc()s args for clarity.Brian Somers2001-08-281-1/+1
* o Remove P_CAN_* constants, as they are no longer being used.Robert Watson2001-08-281-4/+0
* o Improve the style of a number of routines and comments in kern_prot.c,Robert Watson2001-08-281-66/+62
* It turns out that while Toshiba laptops don't want to route interruptsWarner Losh2001-08-283-51/+30
* Update the Promise TX2 code to DTRT and not what I guessed earlier.Søren Schmidt2001-08-283-10/+16
* Add support for yet another VIA '686 combination.Søren Schmidt2001-08-282-5/+7
* wi driver now includes pci.h, so we need to generate it to generate it.Warner Losh2001-08-281-1/+4
* Make this compile when there is no pci bus in your kernel.Warner Losh2001-08-281-5/+20
* Fix typos in recent comments.Robert Watson2001-08-281-2/+2
* Add support for the 3c656B cardbus adapter. This is one half of aBill Paul2001-08-282-6/+23
* When net.inet.tcp.icmp_may_rst is enabled, report ECONNREFUSED not ENETRESETJesper Skriver2001-08-271-1/+1
* MFS: IRQ ordering, PRVERB and more whining in pcibios_get_version on failure.Warner Losh2001-08-273-90/+180
* Ugggg. I thought I'd already committed this to -current:Warner Losh2001-08-271-1/+1
* OOPS, remove local change that somehow slipped into a commit (I swear thatMaxim Sobolev2001-08-271-1/+0
* Back out prev. change. According to bde:Andrey A. Chernov2001-08-271-4/+1
* EOVERFLOW is POSIXed, so move it out #ifndef _POSIX_SOURCE sectionAndrey A. Chernov2001-08-271-1/+4
* Systems based on the ICH2/ICH2-M chip from Intel have a defect whereJonathan Lemon2001-08-272-24/+132
* Generally improve documentation of kern_prot.c:Robert Watson2001-08-271-10/+65
* Fix typo in my last commitWarner Losh2001-08-271-1/+1
* - On module unload try to detach all configured disks and let unload proceedMaxim Sobolev2001-08-271-57/+69
* Make pccard_product_lookup non-static again...Jonathan Chen2001-08-271-4/+1
* Fix the hack that allocates memory when the bios haven't already done so.Jonathan Chen2001-08-271-1/+1