summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2009-09-24Link alpha kernels with an ld.script to discard unwanted sections; thisMiod Vallat
2009-09-24Slightly less evil busy wait loop for LOMlite. Small tweak to LOMlite stateMark Kettenis
2009-09-23Implement reading LOMlite registers using timeouts and a state machine toMark Kettenis
2009-09-23Add some more LOMlite bits. We don't attach to LOMlite yet because it isMark Kettenis
2009-09-23Attempt mapping as io as well as mmio; necessary to make this work on a V100.Mark Kettenis
2009-09-23Restructure watchdog support such that it will work on both LOMlite andMark Kettenis
2009-09-22Add PSU sensor.Mark Kettenis
2009-09-21Explicitly configure the watchdog timer not to reset the machine when weMark Kettenis
2009-09-21Add support for the built-in watchdog. In the default state the watchdog willMark Kettenis
2009-09-20Update the hostname stored in the LOM based on the hostname set in the kernel.Mark Kettenis
2009-09-20Back out via nano temperature sensor changes.Jonathan Gray
2009-09-20Add fan sensors.Mark Kettenis
2009-09-20Use name provided by the LOM device as description for the temperatureMark Kettenis
2009-09-20Sync dummy_cpu layout with current struct cpu_info.Miod Vallat
2009-09-20add support for VIA Nano cpu core temperature sensorKevin Lo
2009-09-19Initial stab at a driver for LOMlite2 as found on the Sun Fire V100, Sun FireMark Kettenis
2009-09-18ldt removal missed some. amd64_{get,set}_ldt gone. also removeMartynas Venckus
2009-09-18For some dark reason there's a bit on the VLINK device of this chipsetMark Kettenis
2009-09-18Fix conversion of symbolic IPL level to hardware PSL value in the mutex code.Miod Vallat
2009-09-18Make sure to always initialize the scsi_xfer timeout with timeout_set() earlyMiod Vallat
2009-09-17Fail bus_space_map() calls if the flags can't be honoured (such asMiod Vallat
2009-09-17Return a dense mapping for BUS_SPACE_MAP_PREFETCHABLE mappings; repairesMiod Vallat
2009-09-15Make sure we block clock interrupts at IPL_CLOCK and higher.Mark Kettenis
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