summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2008-02-17Enter wbsio(4), a driver for the Winbond LPC Super I/O chips.Mark Kettenis
2008-02-16On these platforms, REDUCEing unconditionnaly a second time is faster andMiod Vallat
2008-02-16Move panic tests under #ifdef DEBUGMiod Vallat
2008-02-16Only create phys_map on systems which need it, and test for phys_map beingMiod Vallat
2008-02-16Remove the wait instruction from cpu_idle_cycle(), as it causes problems onMiod Vallat
2008-02-16Remove unused fields of struct mips_pci_chipset.Miod Vallat
2008-02-15Reenable idle modes on powerpc. Tested by kettenis and myself.Dale Rahn
2008-02-14Some armish machines do not have very accurate clock generators,Dale Rahn
2008-02-14Make sure an interrupt handler does not get on the per-cpu list of pendingMark Kettenis
2008-02-13#undef IIOV before redefining for 1:1 mappings, to silence a warning.Miod Vallat
2008-02-13Offset the kernel message buffer down one page again, for the PROM scribblesMiod Vallat
2008-02-12add tda(4), commented out for nowRobert Nagy
2008-02-12tda(4) is a driver for Philips TDA8444 which can be found inRobert Nagy
2008-02-11Remove long dead CLKF_BASEPRI which crept in by mistake.Miod Vallat
2008-02-11g/c db_thread_fp_used()Miod Vallat
2008-02-11A couple fixes:Miod Vallat
2008-02-10Attach to "lom-console". Hopefuly this will give us a proper console onMark Kettenis
2008-02-10Add interrupt state diagnostic registers.Mark Kettenis
2008-02-05ACPI 3.0 seems to work just fine so lets enable it.Marco Peereboom
2008-02-03Map windows little-endian like the MI pcmcia code expects.Mark Kettenis
2008-02-02id like to install via a fibre gem on my 880, so add the gentbi phy that itDavid Gwynne
2008-01-30Oops. Missed one.Kenneth R Westerback
2008-01-29More read/write result checking fixes to avoid unsigned comparisons vsKenneth R Westerback
2008-01-26Unify i386 and amd64 lapic code, and calibrate lapic timer with interruptsMark Kettenis
2008-01-25Add support for some other CPU's. Thank you toTobias Weingartner
2008-01-24Finish the beep(4) driver by hooking it up to the ukbd(4) beep handlerRobert Nagy
2008-01-24"read(..., ..., sizeof Y) < sizeof Y" is a dangerous idiom because itKenneth R Westerback
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2008-01-21Fix boot time interrupt storm on mec(4) by disabling DMA when stopping theJoel Sing
2008-01-20Clean up comments.Joel Sing
2008-01-20Add temperature sensor.Mark Kettenis
2008-01-19Simplify CLKF_INTR by making it look at the saved interrupt level,Mark Kettenis
2008-01-19When I say commented out, I should comment it out before comitting.Mark Kettenis
2008-01-19Add commented out entry for environ(4).Mark Kettenis
2008-01-19Activate upgt(4) for macppc. Tested for a while on my PowerBook.Marcus Glocker
2008-01-19Make host bridges provide their own implementation of pci_conf_read() andMark Kettenis
2008-01-18Print consoleness the canonical way.Mark Kettenis
2008-01-18Add environ(4).Mark Kettenis
2008-01-18First attempt to write a driver for the environment device found onMark Kettenis
2008-01-17Print names we get from the prom within double quotes.Mark Kettenis
2008-01-16Simplify spilling register windows into the pcb by storing the stack pointerMark Kettenis
2008-01-15Work around an intel BIOS bug where it locates the ACPI tables inTobias Weingartner
2008-01-15Revert r1.15 and flush pages (if cached) in pmap_remove_pv on every invocation,Miod Vallat
2008-01-15Make sabtty(4) adopt the speed configured in OpenFirmware when it is theMark Kettenis
2008-01-15Move some definitions from mpconfig.h to mpbiosreg.h (where they are on i396).Mark Kettenis
2008-01-15Enable umbg(4).Marc Balmer
2008-01-14Remove extra whitespace after comment; makes file identical to i386 versionMark Kettenis
2008-01-14Enable umbg(4) on the Zaurus.Marc Balmer
2008-01-13Kill <machine/mp.h>.Mark Kettenis
2008-01-13Replace STABS debug info (which causes problems with truncated relocations)Mark Kettenis