summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2008-01-13Don't reserve space for msgbuf and bootargs in pmap_bootstrap(), since weMark Kettenis
2008-01-13Add a machdep.cputype sysctl, which returns the processor type (0 for 88100,Miod Vallat
2008-01-13Remove unused cpumod variable.Miod Vallat
2008-01-13Fix build with DEBUG defined.Mike Belopuhov
2008-01-12Don't steal a register window in ipi_save_fpstate; it could have badMark Kettenis
2008-01-10instead of showing { love }, fix the macro do use the do { ... } while (0) co...Theo de Raadt
2008-01-10Fix {}Marco Peereboom
2008-01-10Fix spelloMarco Peereboom
2008-01-09add urlphy for RAMDISK, move tested devices up.Stuart Henderson
2008-01-09uark -> uark*, allow multiple devices to attachJonathan Gray
2008-01-09Make dec_xxx_intr_map() fail silently; caller will print a message ifMark Kettenis
2008-01-09Move a couple of tested USB devices out of the 'untested' block,Stuart Henderson
2008-01-08Be uniform with console message from other devicesTheo de Raadt
2008-01-08the rsc-console on the v880 operates at 115200, not the 9600 we think weDavid Gwynne
2008-01-06Nuke avail_start and avail_end, they are not used by ps(1) since ten years,Miod Vallat
2008-01-06Sync console devices with GENERIC.Miod Vallat
2008-01-06Enclose some SUN4-specific code within preprocessor directives, this lets SUN4CMiod Vallat
2008-01-06Add lebuffer.Miod Vallat
2008-01-06Add STICK_INT.Mark Kettenis
2008-01-06Enable raw keyboard for wscons - prompted by matthieu@. Whilst we're hereJoel Sing
2008-01-05handle 64-bit blkno in format stringOtto Moerbeek
2008-01-05For each channel, tell if it is single-ended or differential if we can knowMiod Vallat
2008-01-04Compute physmem as the real physical memory size, not the physical memoryMiod Vallat
2008-01-04Do not leave a page unused after the kernel message buffer on m68k platforms.Miod Vallat
2008-01-04- remove two entries that'll never be usedJasper Lievisse Adriaanse
2008-01-04Prevent sign-extension when setting ASI in %tstate.Mark Kettenis
2008-01-04Clean up Intel host bridge PCI IDs.Mark Kettenis
2008-01-03Fix debug code.Mark Kettenis
2008-01-03Add an explicit clobber to prevent gcc from reordering instructions aroundMiod Vallat
2008-01-03Enable wide transfers in the IOPB on wide busses, and get the IOPB passthroughMiod Vallat
2008-01-03Remove redundant extenr declaration.Mark Kettenis