Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-10 | Kill MCA related includes. | Kenneth R Westerback | |
ok deraadt@ | |||
2005-12-10 | in ansi c, bitfields must be done against int, unsigned int, or _Bool. | Theo de Raadt | |
so we must start to use u_int; ok cloder | |||
2005-12-10 | in ansi c, bitfields must be done against int, unsigned int, or _Bool. | Theo de Raadt | |
so we must start to use u_int; ok cloder | |||
2005-12-09 | Add support for cpu voltage slewing. | Mark Kettenis | |
2005-12-09 | Add hook for voltage slewing the G5. | Mark Kettenis | |
"figure you should just commit" drahn@ | |||
2005-12-09 | remove unused function bge_shutdown(). | Brad Smith | |
2005-12-09 | some cleaning and fixing of comments. | Brad Smith | |
2005-12-09 | Drop clause 3/4 as per i386 version. | Jonathan Gray | |
ok aaron@ (Copyright holder). | |||
2005-12-09 | ansi and deregister. No binary change. | Jonathan Gray | |
2005-12-09 | back out 1.97. it was causing a freeze on boot with an older card. problem | David Gwynne | |
found and cause narrowed down by jrrs. it looks like we're trying to submit a command during attach to be completed by polling. however it must be generating an interrupt for the command, which completes out of the interrupt handler behind the scenes of our polling. we just seem to sit there forever as a consequence. this is a bandaid over a real fix, but it'll do until i can talk marco into fixing it properly. | |||
2005-12-09 | Don't disestablish a NULL interrupt handle after an incomplete attachment. | Uwe Stuehler | |
ok fgsch@ brad@ | |||
2005-12-09 | Add support for Linksys HU200-TS, id found in Linux RT2570 driver. | Jonathan Gray | |
2005-12-09 | regen | Jonathan Gray | |
2005-12-09 | Linksys HU200-TS. | Jonathan Gray | |
2005-12-09 | Mention which chipset devices use on attach. | Jonathan Gray | |
2005-12-09 | /* fall thru... */ -> /* FALLTHROUGH */ | Jonathan Gray | |
2005-12-09 | Remove surplus semicolon. | Jonathan Gray | |
2005-12-09 | Added aml_values for nodes | Jordan Hargrave | |
Started adding code for aml interpreter | |||
2005-12-09 | Added aml_value and aml_node types for tree | Jordan Hargrave | |
Added flag macros for methods/fields ok marco@ | |||
2005-12-09 | disable ipmi in GENERIC until such times as it works everywhere | Bob Beck | |
2005-12-08 | Remove unused pcbb define. | Miod Vallat | |
2005-12-08 | - remove unnecessary return at end of void function | Brad Smith | |
- remove unnecessary cast to void for splx From Andrey Matveev <evol at online dot ptt dot ru> | |||
2005-12-08 | Don't panic for pathological i/o sizes unless minphys() really is | Kenneth R Westerback | |
broken. Eliminate an unneeded variable and potential conversion issues in SCIOCCOMMAND code before calling physio. Similar to what NetBSD does. Fixes cdda2wav vs "Billie Holiday - Songs for Distingue Lovers" problem noted by Alexandre Ratchov. Tested by Alexandre. ok marco@ pedro@ deraadt@ mickey@ | |||
2005-12-08 | Avoid sign extend by casting to u_char *; from NetBSD via Guy Harris. | Otto Moerbeek | |
Also change another cast, for the sake of consistency, as prompted by djm@ ok deraadt@ djm@ canacar@ | |||
2005-12-08 | Do not reset the IPL of the new process context frame in cpu_fork(). | Miod Vallat | |
2005-12-08 | and remove a bogus free spotted after previous commit | Ted Unangst | |
2005-12-08 | missing free, spotted by greg oster | Ted Unangst | |
2005-12-08 | - Enable the buffer manager on 5705 and newer ASICs. | Brad Smith | |
- Enable the memory arbiter on 5705 and newer ASICs with 5714 family specific trick from Broadcom's Linux driver. Tested by Chuck McCollum and Ray Kohler on 575x ASICs. | |||
2005-12-08 | This makes bge(4) only look for a PHY at id 1 as done by Broadcom's | Brad Smith | |
Linux driver and FreeBSD. This reverts a change I made based on NetBSD's bge(4) driver when adding the quirk table flags. Eliminate the BGE_QUIRK_ONLY_PHY_1 quirk flag. ok dlg@ krw@ | |||
2005-12-08 | eliminate the BGE_QUIRK_FEWER_MBUFS quirk flag and assume lower mbufs on | Brad Smith | |
all 5704's. also remove a bit of code duplication in this section of code. ok krw@ | |||
2005-12-08 | add BCM5903M PCI id and recognize BCM5714 and BCM5715 ASICs. | Brad Smith | |
From Broadcom's Linux driver | |||
2005-12-08 | regen | Brad Smith | |
2005-12-08 | BCM5715 -> BCM5780 | Brad Smith | |
2005-12-08 | regen | Brad Smith | |
2005-12-08 | add Broadcom BCM5903M PCI id. | Brad Smith | |
From Broadcom's Linux driver. | |||
2005-12-08 | Fixed name parsing for zero strings | Jordan Hargrave | |
Added _HID device detection and PNP device decoding ok marco@ | |||
2005-12-07 | Add ACPI device IDs. ok jordan@ | Marco Peereboom | |
2005-12-07 | this should fix the VT6103. | Brad Smith | |
2005-12-07 | Fixed name parse errors | Jordan Hargrave | |
Added nodes for tree structure of AML ok marco@ | |||
2005-12-07 | do not allow setugid processes to use /dev/fd/#, unless they are a | Theo de Raadt | |
setuid-script and are attempting to dup is the specific setuid-script fd via such a pathname; ok tedu pedro millert | |||
2005-12-07 | o do not break after first iteration but when we found a match. | Federico G. Schwindt | |
o try to read the whole cis (but not more than len bytes) instead of the first 256 bytes. first one spotted by lint. mickey@, krw@ and deraadt@ ok. | |||
2005-12-07 | from nbsd: Handle MSP3435G the same as MSP3430G. From Scott Presnell in PR 28682 | Michael Shalayeff | |
2005-12-07 | Parsing fieldlist and varobject | Jordan Hargrave | |
ok marco@ | |||
2005-12-07 | Parses DSDT table | Jordan Hargrave | |
some cleanup ok marco@ | |||
2005-12-07 | Better use of the scheduler lock; no functional change on UP kernels. | Miod Vallat | |
2005-12-07 | Sprinkle holds and releases of the kernel lock whenever necessary; no functional | Miod Vallat | |
change for UP kernels. | |||
2005-12-07 | Add dsdt to GENERIC | Jordan Hargrave | |
keep disabled 'dsdt' for now ok marco@ | |||
2005-12-07 | KNF | Marco Peereboom | |
2005-12-07 | Added DSDT Table for AML Parser glue | Jordan Hargrave | |
DO NOT USE YET marco@ | |||
2005-12-07 | Add DSDT table for AML Parser | Jordan Hargrave | |
DO NOT USE YET ok marco@ |