summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2009-07-22via nano cpus are amd64, and so we need machdep.xcryptTheo de Raadt
2009-07-22Overhaul resource handling and mapping in macepcibr(4):Miod Vallat
2009-07-22libsa printf doesn't support sizes in %s specifiers; fix format stringsMiod Vallat
2009-07-22Make sure the irq numbers for the O2 event counters match the interrupt linesMiod Vallat
2009-07-22Define BUS_SPACE_MAP_CACHEABLE.Miod Vallat
2009-07-21Make pmap_enter respect the PMAP_CANFAIL flag. With and essentialMark Kettenis
2009-07-21PCI-Cardbus bridge support for both O2 (macepcibr) and Octane/Origin (xbridge)Miod Vallat
2009-07-21Change the rbus md_space_{map,unmap} signature to take a rbus_tag_t insteadMiod Vallat
2009-07-20Pass a pci_chipset_tag_t to pci_intr_line(), to eventually allow theMiod Vallat
2009-07-19Simplify code that sanitizes pci resources on the O2's mace PCI bridge.Mark Kettenis
2009-07-18Reconfigure all onboard devices, ignoring the existing mappings set up byMiod Vallat
2009-07-17Proper bus_space_{read,write}_raw_[248] functions for xbridge, makes wi@pciMiod Vallat
2009-07-17Update bus_dma to the better codebase found on almost all other platforms,Miod Vallat
2009-07-17Revert a not-thoroughly tested change part of a larger work in progress diff,Miod Vallat
2009-07-16Program PPB_REG_PREFLIM_HI32, not PPB_REG_PREFBASE_HI32 a second time. Oops.Miod Vallat
2009-07-16KNFMichael Knudsen
2009-07-16Clean up after X.Mark Kettenis
2009-07-16Make the PCI-PCI bridge initialization code bus-independent, relying on aMiod Vallat
2009-07-16Cheat in pci_conf_read() and force the REXTVALID bit in the O2 onboard ahc(4)Miod Vallat
2009-07-16- Add missing tick handler calling mii_tick().Stuart Henderson
2009-07-15missing va_end in bios_printf & dioopen. ok miod@Martynas Venckus
2009-07-15Sync PCI scsi controllers; from Brad.Miod Vallat
2009-07-14Display driver for GTA01, (not freerunner).Dale Rahn
2009-07-14Unbreak moko, SOFTSERIAL->SOFTTTY, a pmap change, and a missing file.Dale Rahn
2009-07-13Extend xbridge to support shared interrupt handlers, and perform PCI-PCIMiod Vallat
2009-07-13Add the neccessary glue to attach gem(4) to sbus(4) and enable gem(4) inMark Kettenis
2009-07-13Add a somewhat minimal bus_dma(9) implementation. Only fully implemented forMark Kettenis
2009-07-12Add protection against multiple inclusion.Mark Kettenis
2009-07-12Enable gem@sbus.Mark Kettenis
2009-07-11When rebooting, pass a request to the PROM for it to skip diagnostics andMiod Vallat
2009-07-10Switch away from using -traditional-cpp to iso/ansi cpp for asm files.Jonathan Gray
2009-07-06Almost rewrite xbridge PCI resource allocation:Miod Vallat
2009-07-05Make sure the OpenBSD bounds exclude the first cylinder, which is usedMiod Vallat
2009-07-05radeonfb(4), an accelerated framebuffer for Sun XVR-100 boards (which have anMark Kettenis
2009-07-03Try to be smarter when allocating pci resources, and use unused devio slotsMiod Vallat
2009-07-01The widget mapping code has been written back when I was only working onMiod Vallat
2009-07-01Crank bootblocks version for identification purposes.Miod Vallat
2009-06-30Link the second stage bootblocks (and boot.net) 256KB higher to accomodateMiod Vallat
2009-06-29enable isp(4)Theo de Raadt
2009-06-28Attempt to map memory resources of unconfigured devices, if they do not haveMiod Vallat
2009-06-28Add colormap support for 8bpp mode.Mark Kettenis
2009-06-28Make this work in 8bpp mode too. Color support is still missing; probablyMark Kettenis
2009-06-27Stricter checks when deciding which acceleration code to use. Instead ofMiod Vallat
2009-06-27Preliminary cleanup work in order to help the PCI resource management code.Miod Vallat
2009-06-27In the bus_space_*_raw_* functions, move the invariant computations out ofMiod Vallat
2009-06-27If a device which has not been initialized by ARCS has a non-zero BAR, ignoreMiod Vallat
2009-06-27Add an explicit widget locator to xbow children; allows a given widget toMiod Vallat
2009-06-27Revert the last change to this file which was made with armv7 support came in.Dale Rahn
2009-06-26Prefer fdcache() to pdcache() in cpu_fork(), as the MI uvm code has touchedMiod Vallat
2009-06-25re-enable inteldrm since new X driver is about to fix the issueTheo de Raadt