summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2007-05-23Add proper bus_space_vaddr() implementation.Mark Kettenis
2007-05-23timecounter support (e.g. soekris net4501); ok grange@Markus Friedl
2007-05-22Add pciide(4) and things that attach to it.Mark Kettenis
2007-05-22Add elory(4).Mark Kettenis
2007-05-22Add option HP8700_CPU.Mark Kettenis
2007-05-22Hook up astro(4).Mark Kettenis
2007-05-22protect more variables from existing outside of locore, should fixMartin Reindl
2007-05-22enable uts(4) - USB touchscreen supportRobert Nagy
2007-05-21Add support for 8700/pcxw2 cpu.Mark Kettenis
2007-05-21Ask firmware for reset before trying ourselves; needed for four-digit b/c/jMark Kettenis
2007-05-21Import code to support the Elroy chip from hppa64 and make it actually work.Mark Kettenis
2007-05-21Implement deep interrupt swizzling by mapping all four PCI interrupt pinsMark Kettenis
2007-05-21Make iommu_dvmamap_unload cleanup properly.Mark Kettenis
2007-05-21Add msk(4).Mark Kettenis
2007-05-21Initial stab at a driver for the Astro chip. Mostly IOMMU code to handleMark Kettenis
2007-05-21timecounters for armish.Dale Rahn
2007-05-21Switch pcfiic to rwlock.Jonathan Gray
2007-05-20lockmgr -> rwlock for piic(4), kiic(4) and smu(4);Thordur I. Bjornsson
2007-05-20Fix KERNBASE, so that profiling kernels initialize (but profiling is brokenMiod Vallat
2007-05-20Since we no longer use 3 bits but the whole 7 to get the processor revisionMiod Vallat
2007-05-20On AV-class machines, SCSI interrupts still come from VIA2, not PSC, soMiod Vallat
2007-05-20Replace ASSERT with KDASSERT and get rid of its definition; while there,Miod Vallat
2007-05-20Remove unused badaddr().Miod Vallat
2007-05-20Remove irrelevant code and defines.Miod Vallat
2007-05-20Check for codec presence in match(), and don't attach if none is found.Miod Vallat
2007-05-20addess -> addressMiod Vallat
2007-05-20option AHC_CTRL_ID is not used.Miod Vallat
2007-05-19Add some phy's found on certain xl(4) models. From brad at comstyle dot com.Mark Kettenis
2007-05-19Uncomment em(4) entry. From brad at comstyle dot com.Mark Kettenis
2007-05-19Oops, get the ``disabling cpu'' message correct.Miod Vallat
2007-05-19Silence a diagnostic message in multiprocessor kernels, it makes things worse.Miod Vallat
2007-05-19Send an IPI in signotify() if the process runs on a different processor,Miod Vallat
2007-05-19Force other processors to spin when one is in ddb.Miod Vallat
2007-05-19(disabled) option for PCIAGP. at least lets i945 chipsets workTed Unangst
2007-05-19aps works on amd64, ok jsgTed Unangst
2007-05-19Uncomment entry for xl(4) here too.Mark Kettenis
2007-05-19Add a GENERIC.MP configuration, not for the faint of the heart, if you wantMiod Vallat
2007-05-19Try reducing the number of IPIs, by only reinflicting them to us if we areMiod Vallat
2007-05-19Uncomment xl(4).Mark Kettenis
2007-05-19Simpler asm constraints for simplelock operations.Miod Vallat
2007-05-19Kernel crash dump support for arm-based platform, with minimal support inMiod Vallat
2007-05-19Implement splassert for armish and zaurus.Miod Vallat
2007-05-19Use atomic operations in set_sint() instead of disabling interrupts in theMiod Vallat
2007-05-18More work in IPI processing: actual processing is now done with interruptsMiod Vallat
2007-05-18Move proc_do_uret() around so that it can fall through no_ast instead ofMiod Vallat
2007-05-18In spl0(), really process soft interrupts at IPL_SOFT instead of whateverMiod Vallat
2007-05-18Revert previous revision, and do it again correctly.Miod Vallat
2007-05-18Fix io space access.Mark Kettenis
2007-05-18regenMark Kettenis
2007-05-18Add IDs for 8700/pcxw2 cpu and fpu.Mark Kettenis