summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2007-01-07Fix (unused) OPENPIC_IPI macro.Miod Vallat
2007-01-06Remove bogus code for flushing 32-bit tlb entries. This makes it possible toMark Kettenis
2007-01-06Use VM_MAX_KERNEL_ADDRESS instead of KERNEND in pmap_growkernel().Mark Kettenis
2007-01-06Add commented out ISA entries.Miod Vallat
2007-01-06Preliminary support for the hp300 single ISA slot found in 4xx `t' models.Miod Vallat
2007-01-06Turn bus_space_tag_t into real structures containing a bunch of functionMiod Vallat
2007-01-06Propagate bus_space_tag_t through device attachment args structures, ratherMiod Vallat
2007-01-04Remove some unreachable code.Mark Kettenis
2007-01-03shorten dmesg a bitMartin Reindl
2007-01-03Fix mbg comment: time base -> radio clocks.Marc Balmer
2007-01-03Change IF_DEQUEUE to IFQ_DEQUEUE for ALTQ, and some purely cosmeticGordon Willem Klok
2007-01-02Use bus_space_write_region_4() instead of doing the same thing bit byTom Cosgrove
2007-01-02Issue the BIOS "check for keystroke" call before "get keystroke", asTom Cosgrove
2007-01-02Fix the keyboard problem seen on Intel Macs, where only the firstTom Cosgrove
2006-12-31Cover the other case we need to unload the dmamap, in espdmaintr(),Gordon Willem Klok
2006-12-31Some spaces to tabs and cosmetic tweaking of the code,Gordon Willem Klok
2006-12-30Remove __BUS_SPACE_HAS_STREAM_METHODS, the stream methods are a netbsd-ism.Claudio Jeker
2006-12-30Save pcb in dumppcb when dumping core.Mark Kettenis
2006-12-29Change the comment for mbg(4) to "radio clocks" here, too.Marc Balmer
2006-12-29Avoid void * arithmetic, okay deraadt@, suggestions from millert@Pedro Martelletto
2006-12-29Fix another 'tripple' (not surprising, since this was copied from theTom Cosgrove
2006-12-29Change the comment for mbg(4): Use "radio clocks" instead of "time base".Marc Balmer
2006-12-29Give the UltraSPARC-III its own version of dcache_flush_page(). Fixes problemsMark Kettenis
2006-12-28Support for ST16C654 chips, however these aren't detected as such, so theMiod Vallat
2006-12-27Patch a few more D-cache flush instructions on UltraSPARC-III.Mark Kettenis
2006-12-27pnozz is initialized by the prom in 8bpp mode, so don't bring high-depthMiod Vallat
2006-12-27Add code to change video mode (resolution and color depth) on the fly forMiod Vallat
2006-12-27Switch new new syscall ABI, now passes the syscall number in r12 instead ofDale Rahn
2006-12-26There is a single 'p', not a double, in 'triple'.Tom Cosgrove
2006-12-24Define PROC_PC. Then, since profiling information is being reported inMiod Vallat
2006-12-24Check for want_resched when processing AST and nowhere else. But then, whenMiod Vallat
2006-12-24change schizo/psycho interrupts to be xname:what instead of ugly namesTheo de Raadt
2006-12-23do not mix & and || badlyTheo de Raadt
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-12-23On UltraSPARC-III, patch some crucial D-cache flush instructions, andMark Kettenis
2006-12-23Provide sparc64-specific DT_XXX constant.Mark Kettenis
2006-12-22A more complete fix for perf status MSR's (on e.g. Core 2 Duo X6800),Dimitry Andric
2006-12-21Quick fix for Core 2 Duo X6800, which reports an invalid setperf MSR,Dimitry Andric
2006-12-21'tranfer' -> 'transfer' in comments.Kenneth R Westerback
2006-12-20Decalre extern int cpuspeed in sys/arch/amd64/include/cpu.h like cpuspeedGordon Willem Klok
2006-12-20Don't bail out on a bad interrupt line if we have a valid apic interrupt pinMark Kettenis
2006-12-20"#ifdef is a tool of the weak!"Gordon Willem Klok
2006-12-20Enable recursive interrupts on armish. nudge by deraadt@Dale Rahn
2006-12-20acpi fits when we decide that it is more important than ahc(4) adaptecTheo de Raadt
2006-12-20acpi fits, when we trade it primarily for the very large rtw(4) driver.Theo de Raadt
2006-12-20acpi (disabled) fits... when we trade it for the rarely used i2o controllers,Theo de Raadt
2006-12-20acpi (disabled) just happens to fitTheo de Raadt
2006-12-20rum fitsTheo de Raadt
2006-12-18fix device names and typos in commentsMartin Reindl
2006-12-18sti@pci there too, why not.Miod Vallat