Age | Commit message (Expand) | Author |
2008-02-18 | Get correct memory information from 64 bit ARCBios, tested on Octane. | Miod Vallat |
2008-02-18 | Use better types and fix tests for pc and sp being in kernel to really | Miod Vallat |
2008-02-18 | More 64-bit ARCBios friendliness, correctly identify a 64 bit system, such | Miod Vallat |
2008-02-18 | Fix ptoa() cast. | Mark Kettenis |
2008-02-18 | Cleanup sgivol(8) and make it behave more appropriately. Remove the '-f' | Joel Sing |
2008-02-18 | remove the definition of amd7930_trap(), it is not used anywhere. | Robert Nagy |
2008-02-17 | We're not printing interrupt priority levels (ot whatever ipl stands for) but | Mark Kettenis |
2008-02-17 | Enter wbsio(4), a driver for the Winbond LPC Super I/O chips. | Mark Kettenis |
2008-02-16 | On these platforms, REDUCEing unconditionnaly a second time is faster and | Miod Vallat |
2008-02-16 | Move panic tests under #ifdef DEBUG | Miod Vallat |
2008-02-16 | Only create phys_map on systems which need it, and test for phys_map being | Miod Vallat |
2008-02-16 | Remove the wait instruction from cpu_idle_cycle(), as it causes problems on | Miod Vallat |
2008-02-16 | Remove unused fields of struct mips_pci_chipset. | Miod Vallat |
2008-02-15 | Reenable idle modes on powerpc. Tested by kettenis and myself. | Dale Rahn |
2008-02-14 | Some armish machines do not have very accurate clock generators, | Dale Rahn |
2008-02-14 | Make sure an interrupt handler does not get on the per-cpu list of pending | Mark Kettenis |
2008-02-13 | #undef IIOV before redefining for 1:1 mappings, to silence a warning. | Miod Vallat |
2008-02-13 | Offset the kernel message buffer down one page again, for the PROM scribbles | Miod Vallat |
2008-02-12 | add tda(4), commented out for now | Robert Nagy |
2008-02-12 | tda(4) is a driver for Philips TDA8444 which can be found in | Robert Nagy |
2008-02-11 | Remove long dead CLKF_BASEPRI which crept in by mistake. | Miod Vallat |
2008-02-11 | g/c db_thread_fp_used() | Miod Vallat |
2008-02-11 | A couple fixes: | Miod Vallat |
2008-02-10 | Attach to "lom-console". Hopefuly this will give us a proper console on | Mark Kettenis |
2008-02-10 | Add interrupt state diagnostic registers. | Mark Kettenis |
2008-02-05 | ACPI 3.0 seems to work just fine so lets enable it. | Marco Peereboom |
2008-02-03 | Map windows little-endian like the MI pcmcia code expects. | Mark Kettenis |
2008-02-02 | id like to install via a fibre gem on my 880, so add the gentbi phy that it | David Gwynne |
2008-01-30 | Oops. Missed one. | Kenneth R Westerback |
2008-01-29 | More read/write result checking fixes to avoid unsigned comparisons vs | Kenneth R Westerback |
2008-01-26 | Unify i386 and amd64 lapic code, and calibrate lapic timer with interrupts | Mark Kettenis |
2008-01-25 | Add support for some other CPU's. Thank you to | Tobias Weingartner |
2008-01-24 | Finish the beep(4) driver by hooking it up to the ukbd(4) beep handler | Robert Nagy |
2008-01-24 | "read(..., ..., sizeof Y) < sizeof Y" is a dangerous idiom because it | Kenneth R Westerback |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2008-01-21 | Fix boot time interrupt storm on mec(4) by disabling DMA when stopping the | Joel Sing |
2008-01-20 | Clean up comments. | Joel Sing |
2008-01-20 | Add temperature sensor. | Mark Kettenis |
2008-01-19 | Simplify CLKF_INTR by making it look at the saved interrupt level, | Mark Kettenis |
2008-01-19 | When I say commented out, I should comment it out before comitting. | Mark Kettenis |
2008-01-19 | Add commented out entry for environ(4). | Mark Kettenis |
2008-01-19 | Activate upgt(4) for macppc. Tested for a while on my PowerBook. | Marcus Glocker |
2008-01-19 | Make host bridges provide their own implementation of pci_conf_read() and | Mark Kettenis |
2008-01-18 | Print consoleness the canonical way. | Mark Kettenis |
2008-01-18 | Add environ(4). | Mark Kettenis |
2008-01-18 | First attempt to write a driver for the environment device found on | Mark Kettenis |
2008-01-17 | Print names we get from the prom within double quotes. | Mark Kettenis |
2008-01-16 | Simplify spilling register windows into the pcb by storing the stack pointer | Mark Kettenis |
2008-01-15 | Work around an intel BIOS bug where it locates the ACPI tables in | Tobias Weingartner |
2008-01-15 | Revert r1.15 and flush pages (if cached) in pmap_remove_pv on every invocation, | Miod Vallat |