summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-12-10another go at cleaning up bus_dma usage.David Gwynne
2005-12-10{en,re}trys -> {en,re}tries; eyeballed by jmc@Miod Vallat
2005-12-10regenJonathan Gray
2005-12-10Add a few more NVIDIA Ethernet ids.Jonathan Gray
2005-12-10ANSI functions.Brad Smith
2005-12-10remove a bit of unused code.Brad Smith
2005-12-10, after end of last enum entry is bogusTheo de Raadt
2005-12-10Lint doesn't like trailing commas in enums.Kenneth R Westerback
2005-12-10Kill MCA related includes.Kenneth R Westerback
2005-12-10in ansi c, bitfields must be done against int, unsigned int, or _Bool.Theo de Raadt
2005-12-10in ansi c, bitfields must be done against int, unsigned int, or _Bool.Theo de Raadt
2005-12-09Add support for cpu voltage slewing.Mark Kettenis
2005-12-09Add hook for voltage slewing the G5.Mark Kettenis
2005-12-09remove unused function bge_shutdown().Brad Smith
2005-12-09some cleaning and fixing of comments.Brad Smith
2005-12-09Drop clause 3/4 as per i386 version.Jonathan Gray
2005-12-09ansi and deregister. No binary change.Jonathan Gray
2005-12-09back out 1.97. it was causing a freeze on boot with an older card. problemDavid Gwynne
2005-12-09Don't disestablish a NULL interrupt handle after an incomplete attachment.Uwe Stuehler
2005-12-09Add support for Linksys HU200-TS, id found in Linux RT2570 driver.Jonathan Gray
2005-12-09regenJonathan Gray
2005-12-09Linksys HU200-TS.Jonathan Gray
2005-12-09Mention which chipset devices use on attach.Jonathan Gray
2005-12-09/* fall thru... */ -> /* FALLTHROUGH */Jonathan Gray
2005-12-09Remove surplus semicolon.Jonathan Gray
2005-12-09Added aml_values for nodesJordan Hargrave
2005-12-09Added aml_value and aml_node types for treeJordan Hargrave
2005-12-09disable ipmi in GENERIC until such times as it works everywhereBob Beck
2005-12-08Remove unused pcbb define.Miod Vallat
2005-12-08- remove unnecessary return at end of void functionBrad Smith
2005-12-08Don't panic for pathological i/o sizes unless minphys() really isKenneth R Westerback
2005-12-08Avoid sign extend by casting to u_char *; from NetBSD via Guy Harris.Otto Moerbeek
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
2005-12-08This makes bge(4) only look for a PHY at id 1 as done by Broadcom'sBrad Smith
2005-12-08eliminate the BGE_QUIRK_FEWER_MBUFS quirk flag and assume lower mbufs onBrad Smith
2005-12-08add BCM5903M PCI id and recognize BCM5714 and BCM5715 ASICs.Brad Smith
2005-12-08regenBrad Smith
2005-12-08BCM5715 -> BCM5780Brad Smith
2005-12-08regenBrad Smith
2005-12-08add Broadcom BCM5903M PCI id.Brad Smith
2005-12-08Fixed name parsing for zero stringsJordan Hargrave
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
2005-12-07do not allow setugid processes to use /dev/fd/#, unless they are aTheo de Raadt
2005-12-07o do not break after first iteration but when we found a match.Federico G. Schwindt
2005-12-07from nbsd: Handle MSP3435G the same as MSP3430G. From Scott Presnell in PR 28682Michael Shalayeff