summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2007-02-07enable bio(4)David Gwynne
2007-02-07bus_space_{read,write}_raw_region_[24] take the length of the buffer theyreDavid Gwynne
2007-02-06Define trap #0x81 for cache range flush, will be necessary soon for gccMiod Vallat
2007-02-06Get memory size from SH-IPL+g whenever possible, before relying upon theMiod Vallat
2007-02-06Use uvm_grow() instead of rolling our own inline version.Miod Vallat
2007-02-06define the bio(4) cdev stuff in conf.h, rather than having a per machineDavid Gwynne
2007-02-06fix some dodgy displays;Jason McIntyre
2007-02-06Add machine/atomic.h to all architectures and define two operationsArtur Grabowski
2007-02-05Map the pci space registers, so that the MEMORY enable gets turned on,Dale Rahn
2007-02-05Oops, forgot to commit these files when adding md mutex code; spotted by nick@Miod Vallat
2007-02-04Add zyd to cd ramdisksJonathan Gray
2007-02-03Simple single-processor mutex implementation, simpler than the MI code byMiod Vallat
2007-02-03Don't spoof an msdosfs partition if it claims to start after the endKenneth R Westerback
2007-02-03There is no good reason to disable half of the 7751 cache, so don't.Miod Vallat
2007-02-03Remove unused functionality from lockmgr():Miod Vallat
2007-02-01When doing signotify, check if we're notifying a process on anotherArtur Grabowski
2007-02-01Rename the MICROSET IPI we inherited from NetBSD to simply NOP sinceArtur Grabowski
2007-01-31Introduce acpi_hasprocfvs thats "ACPI Has Processor Frequency and VoltageGordon Willem Klok
2007-01-29LCD device driver support for luna88k, first step.Kenji Aoyama
2007-01-28optimize m68k writeback():Miod Vallat
2007-01-27Only allow a single instance of acpimadt(4).Mark Kettenis
2007-01-27Only allow a single instance of acpimadt(4).Mark Kettenis
2007-01-26Deal with zero wraparound in DVMA range checks;Marc Aurele La France
2007-01-24Actually establish interrupt handler in !ioapic_cold case.Mark Kettenis
2007-01-24Check nioapics to see whether we're using I/O APICs.Mark Kettenis
2007-01-23Handle not-all-lapics intterupts.Mark Kettenis
2007-01-22Add acpidock here too.Michael Knudsen
2007-01-22Add commented out acpidock(4) entry.Michael Knudsen
2007-01-22Allow pmap_zeropage and pmap_copypage to work with cache enabled onMiod Vallat
2007-01-22use the MI DP8390 driver instead of rolling our own functionsMartin Reindl
2007-01-21Use addic. %r31,%r31,1 instead of addic. %r31,%r31,%r1.Mark Kettenis
2007-01-20Do not panic on non-fatal iommu errors.Mark Kettenis
2007-01-19Update comment (on how long we wait for operation to complete) reflectTom Cosgrove
2007-01-18No longer print the 'bios id' field in the dmesg, its of dubious diagnosticGordon Willem Klok
2007-01-17Remove some cruft, SUPPORT_PPC1BUG isnt defined or needed. While here fixGordon Willem Klok
2007-01-17new shorter version of userret() as surely miod ment it to be like (; miod@ okMichael Shalayeff
2007-01-16Remove unnecessary ampersands in ADR2CELL macro invocations;Marc Aurele La France
2007-01-16Really print iommu TFAR (instead of CTRL again).Mark Kettenis
2007-01-15ansi/deregisterJonathan Gray
2007-01-15power(4) driver for the power switch on many landisk models, hookedMartin Reindl
2007-01-15undo last broken userret() change here; miod@ okMichael Shalayeff
2007-01-14ragge@netbsd fixed the copyright, thanks. ok miod@Otto Moerbeek
2007-01-14zsprintf() is gone, fixes ZSMACDEBUG caseMartin Reindl
2007-01-14Move the isa bridge probe from isabr to frodo, so that frodo only attemptsMiod Vallat
2007-01-14Clear error bits in PCI command/status register before establishing PCI errorMark Kettenis
2007-01-14Provide a bit more diagnostic information in the PCI error handler.Mark Kettenis
2007-01-14Add macros to access Schizo's PCI config space.Mark Kettenis
2007-01-14Add another Tomatillo-specific register.Mark Kettenis
2007-01-14Same as GENERIC, m88k_cpus[] should have 4 elements on luna88k, even inKenji Aoyama
2007-01-13Bring back a <machine/frame.h> for m88k platforms, by splitting <machine/pcb.h>Miod Vallat