summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2005-12-08Don't panic for pathological i/o sizes unless minphys() really isKenneth 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-08Avoid 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-08Do not reset the IPL of the new process context frame in cpu_fork().Miod Vallat
2005-12-08and remove a bogus free spotted after previous commitTed Unangst
2005-12-08missing free, spotted by greg osterTed 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-08This makes bge(4) only look for a PHY at id 1 as done by Broadcom'sBrad 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-08eliminate the BGE_QUIRK_FEWER_MBUFS quirk flag and assume lower mbufs onBrad Smith
all 5704's. also remove a bit of code duplication in this section of code. ok krw@
2005-12-08add BCM5903M PCI id and recognize BCM5714 and BCM5715 ASICs.Brad Smith
From Broadcom's Linux driver
2005-12-08regenBrad Smith
2005-12-08BCM5715 -> BCM5780Brad Smith
2005-12-08regenBrad Smith
2005-12-08add Broadcom BCM5903M PCI id.Brad Smith
From Broadcom's Linux driver.
2005-12-08Fixed name parsing for zero stringsJordan Hargrave
Added _HID device detection and PNP device decoding ok marco@
2005-12-07Add ACPI device IDs. ok jordan@Marco Peereboom
2005-12-07this should fix the VT6103.Brad Smith
2005-12-07Fixed name parse errorsJordan Hargrave
Added nodes for tree structure of AML ok marco@
2005-12-07do not allow setugid processes to use /dev/fd/#, unless they are aTheo 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-07o 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-07from nbsd: Handle MSP3435G the same as MSP3430G. From Scott Presnell in PR 28682Michael Shalayeff
2005-12-07Parsing fieldlist and varobjectJordan Hargrave
ok marco@
2005-12-07Parses DSDT tableJordan Hargrave
some cleanup ok marco@
2005-12-07Better use of the scheduler lock; no functional change on UP kernels.Miod Vallat
2005-12-07Sprinkle holds and releases of the kernel lock whenever necessary; no functionalMiod Vallat
change for UP kernels.
2005-12-07Add dsdt to GENERICJordan Hargrave
keep disabled 'dsdt' for now ok marco@
2005-12-07KNFMarco Peereboom
2005-12-07Added DSDT Table for AML Parser glueJordan Hargrave
DO NOT USE YET marco@
2005-12-07Add DSDT table for AML ParserJordan Hargrave
DO NOT USE YET ok marco@
2005-12-07KNFMarco Peereboom
2005-12-07KNFMarco Peereboom
2005-12-06Remove fdescfsPedro Martelletto
2005-12-06export ipip flows, too; ok hshoexerMarkus Friedl
2005-12-06regenJonathan Gray
2005-12-06Add some devices from submitted demsgs.Jonathan Gray
2005-12-06typoPedro Martelletto
2005-12-05Remove duplicate declaration.Miod Vallat
2005-12-05- Run only the necessary code to transition from one speed to another.Uwe Stuehler
- Don't clobber perflevel, instead leave it to the user requested value. precise description and ok drahn@ :)
2005-12-05trendnet TE-CF100 support; tested and ok uwe@.Federico G. Schwindt
2005-12-05regen.Federico G. Schwindt
2005-12-05TRENDnet, CompactFlash Fast Ethernet Adapter, TE-CF100; from uwe@Federico G. Schwindt
2005-12-05Add older card to quirk table. This fixes the ccb timeout as reported byMarco Peereboom
J.C. Roberts <unknown at abac dot com> on misc@.
2005-12-05Add support to tune the channel and the channel sets via radio(4).Robert Nagy
ok mickey@
2005-12-05fix func name in the commentsMichael Shalayeff
2005-12-04forgot to set P_THREAD for threaded processesTed Unangst
2005-12-04Add vn_access(), discussed with and okay uwe@Pedro Martelletto
2005-12-04Let cmmu_init() now return the cpuid of the master cpu.Miod Vallat
2005-12-04In the 188 interrupt handler, only fiddle with the PSR once in the main loop.Miod Vallat
2005-12-04Slight cmmu code cleanup; use shorter function names, remove parity_enableMiod Vallat
and the DDB and DEBUG helpers which are of questionable usefulness, some stylistic changes.
2005-12-04Simplify ptrace branch handling code.Miod Vallat
2005-12-04Oops, simplelock leftover.Miod Vallat