summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-10-16Fix some "is is"s. ok otto@.Tom Cosgrove
2006-10-16regenPedro Martelletto
2006-10-16Use daddr64_t for logical blocks, okay krw@ thib@ mickey@Pedro Martelletto
2006-10-16added amltypes.h stack modJordan Hargrave
2006-10-15Place bus_dmamap_sync() around malo_send_cmd this should help porting toClaudio Jeker
2006-10-15fix parent driver match in brgphy_reset(), simplify code a bit as well, don'tBrad Smith
2006-10-15attach to the Broadcom BCM5787 PHY.Brad Smith
2006-10-15More serious firmware load error messages.Marcus Glocker
2006-10-15Add $OpenBSD$ tagClaudio Jeker
2006-10-15Add $OpenBSD$ tagClaudio Jeker
2006-10-15First stubs for a new driver for the Marvell Libertas chips.Claudio Jeker
2006-10-15Yet another example of a non-OK'd diff by brad breaking someone's machine.Theo de Raadt
2006-10-15Fix last commit.Mark Kettenis
2006-10-15fix broken scope bracesJordan Hargrave
2006-10-15Fixed buggy if-else end scopeJordan Hargrave
2006-10-15Removed old GPE handler code remnantsJordan Hargrave
2006-10-15Fix indentation.Mark Kettenis
2006-10-15Get MAC address from VPD, just like we already do for hme(4).Mark Kettenis
2006-10-15regenJonathan Gray
2006-10-15Add some Intel 965 devices.Jonathan Gray
2006-10-15Remove extra increment of bitmask. ok jordan@Can Erkin Acar
2006-10-15recognize the BCM5787 A2 chipset.Brad Smith
2006-10-15regenBrad Smith
2006-10-15add another OUI id for Broadcom and the BCM5787 PHY id.Brad Smith
2006-10-15regenBrad Smith
2006-10-15use the correct PCI id for the Broadcom BCM5756 chipset.Brad Smith
2006-10-15regenBrad Smith
2006-10-15add a few Intel 82Q963 (Q963) chipset ids.Brad Smith
2006-10-15Enable bce.Marco Peereboom
2006-10-14Apply some formatting.Marc Balmer
2006-10-14- Simplify the arguments to bnx_tx_encap.Brad Smith
2006-10-14Fix the checks broken during conversion to new code. The EmbeddedCan Erkin Acar
2006-10-14ps uses KERNBASE so define it to the correct value (pointed out by miod)Dale Rahn
2006-10-14fix the slightly different reset procedure of single chip variants.Reyk Floeter
2006-10-13Fix kernel page fault when the device gets detached after the firmwareMarcus Glocker
2006-10-13Get rid of another potentially unsafe pattern of foo[strlen(foo) - 1] = ...Chad Loder
2006-10-13'no BSD partition' -> 'no OpenBSD partition' for error message.Kenneth R Westerback
2006-10-12Added exportable aml_getpciaddrJordan Hargrave
2006-10-12Fix typo. Found by: Janek Richter <janek at openbug dot org>Marco Peereboom
2006-10-12Remove debug print. Found by Peter Hessler.Marco Peereboom
2006-10-12fix rcsidMarco Peereboom
2006-10-12Massive ACPI changesJordan Hargrave
2006-10-12Add a symbolic name parameter to cardbus_intr_establish().Alexander Yurchenko
2006-10-12Bump versions to note behaviour change of no longer tryingKenneth R Westerback
2006-10-12Don't try to boot from a NetBSD MBR partition when no OpenBSD MBRKenneth R Westerback
2006-10-12regenBrad Smith
2006-10-12add another ServerWorks HT-2100 PCIe bridge.Brad Smith
2006-10-12Since we no longer look in FreeBSD or NetBSD partitions for theKenneth R Westerback
2006-10-11revert rev 1.54. This causes breakage with the PHY on a 5704 A3 chipset;Brad Smith
2006-10-11flush the cache before jumping into the just loaded kernel.Dale Rahn