Age | Commit message (Expand) | Author |
2009-10-01 | Needs memcpy in bootxx now, forgotten in previous getenv change. | Miod Vallat |
2009-09-30 | Fix various off-by-ones in irq number validation. | Miod Vallat |
2009-09-30 | Remove unused last argument of alpha_shared_intr_disestablish(). | Miod Vallat |
2009-09-30 | Some old SRM require 8-byte alignment of the buffer passed to the prom | Miod Vallat |
2009-09-30 | Get rid of prom_open() and implement it directly as a prom_dispatch() wrapper, | Miod Vallat |
2009-09-30 | Clear sticky error status after recoverable machine check. | Miod Vallat |
2009-09-30 | Fix MDDT_NONVOLATILE value, it's 10 binary, not 10 hexadecimal. | Miod Vallat |
2009-09-30 | One missing print -> DPRINTF conversion in dec_kn300_device_register() | Miod Vallat |
2009-09-30 | Fix comments to match reality. | Tobias Weingartner |
2009-09-30 | curproc, curprocpaddr moved into cpu_info | Takuya ASADA |
2009-09-28 | Make video buffer area and BIOS areas unavailable for PCI resource allocation. | Mark Kettenis |
2009-09-27 | adjust comments; eephy isn't just for Intel GigE. From Brad. | Stuart Henderson |
2009-09-27 | In pmap_proc_iflush(), do not bother checking for pmap being curpmap on any | Miod Vallat |
2009-09-27 | Add an implementation of IRIX-compatible cacheflush() routine to mips ports, | Miod Vallat |
2009-09-27 | typos | Miod Vallat |
2009-09-27 | Print the LOM type (LOMlite/LOMlite2). | Mark Kettenis |
2009-09-27 | Add sensor status for fan sensors. | Mark Kettenis |
2009-09-27 | Implement queuing of reads and writes. This gets rid of the remaining busy | Mark Kettenis |
2009-09-25 | - enable axe/aue to make my life a bit easier | Jasper Lievisse Adriaanse |
2009-09-25 | Fix the value of one voltage sensor in ev6 environmental machine checks. | Miod Vallat |
2009-09-24 | Link alpha kernels with an ld.script to discard unwanted sections; this | Miod Vallat |
2009-09-24 | Slightly less evil busy wait loop for LOMlite. Small tweak to LOMlite state | Mark Kettenis |
2009-09-23 | Implement reading LOMlite registers using timeouts and a state machine to | Mark Kettenis |
2009-09-23 | Add some more LOMlite bits. We don't attach to LOMlite yet because it is | Mark Kettenis |
2009-09-23 | Attempt mapping as io as well as mmio; necessary to make this work on a V100. | Mark Kettenis |
2009-09-23 | Restructure watchdog support such that it will work on both LOMlite and | Mark Kettenis |
2009-09-22 | Add PSU sensor. | Mark Kettenis |
2009-09-21 | Explicitly configure the watchdog timer not to reset the machine when we | Mark Kettenis |
2009-09-21 | Add support for the built-in watchdog. In the default state the watchdog will | Mark Kettenis |
2009-09-20 | Update the hostname stored in the LOM based on the hostname set in the kernel. | Mark Kettenis |
2009-09-20 | Back out via nano temperature sensor changes. | Jonathan Gray |
2009-09-20 | Add fan sensors. | Mark Kettenis |
2009-09-20 | Use name provided by the LOM device as description for the temperature | Mark Kettenis |
2009-09-20 | Sync dummy_cpu layout with current struct cpu_info. | Miod Vallat |
2009-09-20 | add support for VIA Nano cpu core temperature sensor | Kevin Lo |
2009-09-19 | Initial stab at a driver for LOMlite2 as found on the Sun Fire V100, Sun Fire | Mark Kettenis |
2009-09-18 | ldt removal missed some. amd64_{get,set}_ldt gone. also remove | Martynas Venckus |
2009-09-18 | For some dark reason there's a bit on the VLINK device of this chipset | Mark Kettenis |
2009-09-18 | Fix conversion of symbolic IPL level to hardware PSL value in the mutex code. | Miod Vallat |
2009-09-18 | Make sure to always initialize the scsi_xfer timeout with timeout_set() early | Miod Vallat |
2009-09-17 | Fail bus_space_map() calls if the flags can't be honoured (such as | Miod Vallat |
2009-09-17 | Return a dense mapping for BUS_SPACE_MAP_PREFETCHABLE mappings; repaires | Miod Vallat |
2009-09-15 | Make sure we block clock interrupts at IPL_CLOCK and higher. | Mark Kettenis |
2009-09-15 | cpu status flag, cpuid added to cpu_info. | Takuya ASADA |
2009-09-14 | Deal with the fact that we need to control an external PHY attached to TSEC2 | Mark Kettenis |
2009-09-13 | Make sure we really have pending interrupts such that we don't do an | Mark Kettenis |
2009-09-12 | Catch up with recent changes to GENERIC. | Mark Kettenis |
2009-09-12 | Compensate for the fact the the FDT uses a different offset for the registers | Mark Kettenis |
2009-09-12 | Initialize global pointer to interrupt controller softc earlier such that we | Mark Kettenis |
2009-09-12 | Add DIOCSDINFO support to the three fd drivers. No change to existing | Kenneth R Westerback |