summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2009-09-15cpu status flag, cpuid added to cpu_info.Takuya ASADA
2009-09-14Deal with the fact that we need to control an external PHY attached to TSEC2Mark Kettenis
2009-09-13Make sure we really have pending interrupts such that we don't do anMark Kettenis
2009-09-12Catch up with recent changes to GENERIC.Mark Kettenis
2009-09-12Compensate for the fact the the FDT uses a different offset for the registersMark Kettenis
2009-09-12Initialize global pointer to interrupt controller softc earlier such that weMark Kettenis
2009-09-12Add DIOCSDINFO support to the three fd drivers. No change to existingKenneth R Westerback
2009-09-11bump versionDariusz Swiderski
2009-09-11add 'machine fdt' command that dumps device tree if presentDariusz Swiderski
2009-09-10Remove zssoftpending; it isn't of any use anymore.Mark Kettenis
2009-09-09Use information from the FDT to set up bus tags and extents.Mark Kettenis
2009-09-09Add simple PXA27x matrix keypad controller driverMarek Vasut
2009-09-09Palm: Add support for PXA255 Palm Tungsten|CMarek Vasut
2009-09-09Palm: Add proper license textsMarek Vasut
2009-09-07The bright folks who designed the rb600 seem to have left out an RTC. SoMark Kettenis
2009-09-07Bring support for booting RB600.Dariusz Swiderski
2009-09-07Sync mplock code with the current paradigm used in all other MP platforms.Miod Vallat
2009-09-06Attach devices to obio(4) based on information from the flattened deviceMark Kettenis
2009-09-06Implement OF_getproplen().Mark Kettenis
2009-09-06Palm: cleanup kernel configuration filesMarek Vasut
2009-09-05fix typosTheo de Raadt
2009-09-05Change the wsdisplay_emulops return types from void to int; emulops will nowMiod Vallat
2009-09-05Palm: add missing GPIO setup into palm_udc.cMarek Vasut
2009-09-05Palm: initial commit of sys/arch/palmMarek Vasut
2009-09-05Make DIOCSDINFO code consistant everywhere.Kenneth R Westerback
2009-09-03pxa2x0_mmc.c: allow passing detect GPIO from platformMarek Vasut
2009-09-03Rearrange the interrupt handler so that it handlers "error status bits"Theo de Raadt
2009-09-03pxa2x0_mmc.c: Dont read MMC_STAT in intr_done if not neededMarek Vasut
2009-09-03Missing header.Joel Sing
2009-09-03The sparc64 boot block currently compares a memory address to the ELF magicJoel Sing
2009-09-02Attach devices to mainbus(4) based on information from the flattened deviceMark Kettenis
2009-09-02Add a minimal set of OpenFirmware compatibility interfaces.Mark Kettenis
2009-09-02pxa2x0_mmc.c: optimize the speed of the interrupt handlerMarek Vasut
2009-09-01Fix: alpha DEBUG kernel failed to compileAriane van der Steldt
2009-09-01Enable SBus ti(4) here as well.Mark Kettenis
2009-09-01Enable SBus ti(4) here as well.Mark Kettenis
2009-08-30Add support for ISP2200 SBus FC cards.Mark Kettenis
2009-08-30When the `machine' commands part of the hppa bootloader were written, weMiod Vallat
2009-08-30Link in the flattened device tree for the Thecus N1200 and register it withMark Kettenis
2009-08-30Flattened device tree blob for the Thecus N1200. The source from which theMark Kettenis
2009-08-30Use UVM_FLAG_FIXED for fixed allocations make with uvm_map() during earlyMiod Vallat
2009-08-29Glue for the SBus version of the Sun Vector Gigabit Ethernet card.Mark Kettenis
2009-08-29The intention is to map the dvma map at a fixed address, so specifyMark Kettenis
2009-08-29Remove unused getdevunit(), only sparc and sparc64 have a need for it.Miod Vallat
2009-08-29typos in commentsMiod Vallat
2009-08-28OpenBSD/sparc64 can now be compiled without -traditional-cpp.Joel Sing
2009-08-28ofwboot can be compiled without -traditional-cpp.Joel Sing
2009-08-28Use fixed labels rather than generating them using defines. This allowsJoel Sing
2009-08-27Harmless sizeof ptr bug in ppc_check_procid(); ok drahn@ kettenis@Miod Vallat
2009-08-27malloc() last two args were swapped, amazing things did not break; ok kettenis@Miod Vallat