| Commit message (Expand) | Author | Age | Files | Lines |
* | Add safety belts. A control endpoint doesn't have an endpoint descriptor. | n_hibma | 2001-08-30 | 1 | -33/+10 |
* | Take CAM_REQUEUE_REQ out of the class of things we were trying to honor | mjacob | 2001-08-30 | 1 | -1/+0 |
* | Fix kernel crash when VLANs are combined with ng_ether(4), by attaching | archie | 2001-08-30 | 1 | -1/+2 |
* | Remove the MPSAFE keyword from the parser for syscalls.master. | dillon | 2001-08-30 | 10 | -95/+114 |
* | Remove old acpica module | msmith | 2001-08-30 | 1 | -49/+0 |
* | ACPI no longer has an ISA attachment. | msmith | 2001-08-30 | 1 | -1/+0 |
* | Clear SA_FLAG_ERR_PENDING for MTREW, MTERASE and MTRETENS ioctl cases. | mjacob | 2001-08-30 | 1 | -85/+112 |
* | Recognise VIA Apollo KT133A bridge. | dfr | 2001-08-30 | 2 | -0/+4 |
* | Doh! Fix a comma that disappeared along the way. | scottl | 2001-08-30 | 1 | -1/+1 |
* | Fixed some typos, verboseness and misformatting in comments. | bde | 2001-08-30 | 1 | -10/+8 |
* | Add support for sending ATAPI commands via ioctl. | sos | 2001-08-30 | 2 | -45/+101 |
* | Add ACPI attachments. | msmith | 2001-08-30 | 27 | -3/+30 |
* | Correct usage of ISA_PNP_PROBE | msmith | 2001-08-30 | 3 | -8/+5 |
* | Safety-check against empty PnP ID lists. | msmith | 2001-08-30 | 1 | -1/+1 |
* | Minor improvements to arc4random(): | silby | 2001-08-30 | 1 | -4/+29 |
* | Mention that the ACPI module load can be disabled by unsetting $acpi_load | msmith | 2001-08-30 | 1 | -0/+14 |
* | Note that compiling ACPI into the kernel is deprecated for normal use. | msmith | 2001-08-30 | 2 | -0/+6 |
* | Build the ACPI module by default. | msmith | 2001-08-30 | 1 | -0/+1 |
* | Update for slightly changed ACPI OSD module. Make debugging code conditional | msmith | 2001-08-30 | 1 | -13/+22 |
* | Add support for attaching PnP-aware ISA drivers to ACPI. | msmith | 2001-08-30 | 1 | -1/+74 |
* | Retarget the resource parser slightly. We only fetch current resources | msmith | 2001-08-30 | 1 | -36/+287 |
* | Note that now that some ISA devices will attach to ACPI, we need to | msmith | 2001-08-30 | 1 | -1/+6 |
* | Don't parse our resources ourself, the ACPI core code must do it. | msmith | 2001-08-30 | 1 | -6/+0 |
* | Nuke the (fairly bogus) attachment of *all* ACPI devices to ISA. | msmith | 2001-08-30 | 1 | -479/+0 |
* | Add missing acpi_disabled() call so that this driver can be disabled. | msmith | 2001-08-30 | 1 | -1/+2 |
* | Teach the loader how to find the system ACPI information, and autoload | msmith | 2001-08-30 | 5 | -1/+144 |
* | o Remove some GCCisms in src/powerpc/include/endian.h. | mike | 2001-08-30 | 12 | -56/+91 |
* | when newreno is turned on, if dupacks = 1 or dupacks = 2 and | jayanth | 2001-08-29 | 2 | -0/+4 |
* | Mega update to the aac driver. | scottl | 2001-08-29 | 8 | -115/+715 |
* | First, The Ricoh 5C47x chips don't have the disable the 3e0 bits. | imp | 2001-08-29 | 1 | -5/+11 |
* | Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails), | gallatin | 2001-08-29 | 5 | -30/+470 |
* | smbfs_advlock: simplify overflow checks (copy from kern_lockf.c) | ache | 2001-08-29 | 1 | -7/+10 |
* | advlock: simplify overflow checks | ache | 2001-08-29 | 2 | -6/+5 |
* | lseek: simplify overflow checks | ache | 2001-08-29 | 2 | -8/+8 |
* | o Introduce support for _CAPABILITY_NEEDMACROS, reducing namespace | rwatson | 2001-08-29 | 1 | -7/+32 |
* | o Reduce gratuitous whitespace difference from Darwin. | rwatson | 2001-08-29 | 1 | -1/+0 |
* | Note the status of the card, so we don't print inserted lines twice on | imp | 2001-08-29 | 1 | -0/+3 |
* | Fix the ogetkerninfo() syscall handling of sizes for | peter | 2001-08-29 | 1 | -10/+12 |
* | tweaks to reduce latency/pauses in output | cg | 2001-08-29 | 2 | -8/+11 |
* | Add support for the Acer Labs M5451 chip. | greid | 2001-08-29 | 1 | -0/+8 |
* | Add some seat belts. If we set the error rc, then return it and don't | imp | 2001-08-29 | 1 | -1/+3 |
* | add some extra diagnostic info to sndstat output. | cg | 2001-08-29 | 3 | -18/+41 |
* | * change buffering method a bit | cg | 2001-08-29 | 1 | -40/+30 |
* | OR M_WAITOK with M_ZERO in malloc()s args for clarity. | brian | 2001-08-28 | 1 | -1/+1 |
* | o Remove P_CAN_* constants, as they are no longer being used. | rwatson | 2001-08-28 | 1 | -4/+0 |
* | o Improve the style of a number of routines and comments in kern_prot.c, | rwatson | 2001-08-28 | 1 | -66/+62 |
* | It turns out that while Toshiba laptops don't want to route interrupts | imp | 2001-08-28 | 3 | -51/+30 |
* | Update the Promise TX2 code to DTRT and not what I guessed earlier. | sos | 2001-08-28 | 3 | -10/+16 |
* | Add support for yet another VIA '686 combination. | sos | 2001-08-28 | 2 | -5/+7 |
* | wi driver now includes pci.h, so we need to generate it to generate it. | imp | 2001-08-28 | 1 | -1/+4 |