summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2007-01-13Print Schizo/Tomatillo version number.Mark Kettenis
2007-01-13Do not match on Expert3D and Expert3D-Lite cards, these will require aMiod Vallat
2007-01-12Get rid of some dead code.Mark Kettenis
2007-01-12Change the secondary CMMU's data cache turn on so that do not hog theKenji Aoyama
2007-01-12According to the OpenSolaris sources, the DTO bits are really MMU bit.Mark Kettenis
2007-01-12Do not force the section header to SHT_NOBITS for non-symbol sections;Miod Vallat
2007-01-12Move kernel virtual address space to make sure it doesn't overlap withMark Kettenis
2007-01-12fix altq for mc(4); make mbuf functions return NULL instead of 0 whileMartin Reindl
2007-01-12support a few more video cards, untested:Martin Reindl
2007-01-12Switch some lockmgr locks to rwlocks.Artur Grabowski
2007-01-11Add a platform specific sti_pci_is_console() to decide if a given pci stiMiod Vallat
2007-01-11When attaching a dino bridge, keep the presently enabled I/O mappingsMiod Vallat
2007-01-11Allow sti_attach_common() to return an error code, and do not fall intoMiod Vallat
2007-01-11do not report the clock frequencies on arm becuase there is noRobert Nagy
2007-01-10fix fallout of the split sensor devices change which caused lockups onDavid Gwynne
2007-01-09Adjust for USIII to RIO EBus renaming.Mark Kettenis
2007-01-09Miod used a too large hatchet when trimming userret in 1.80.Artur Grabowski
2007-01-07The associativity of the cache is already taken into account forMark Kettenis
2007-01-07Print out mask set revision.Mark Kettenis
2007-01-07Trim include files list.Miod Vallat
2007-01-07Get rid of PROM font-related defines.Miod Vallat
2007-01-07Skip optional dash when parsing the layout code.Miod Vallat
2007-01-07Hardcode DIO_SCMAX if kernel is built without model 320 support.Miod Vallat
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