summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2009-02-12BPP routines for ``intelligent'' Motorola MVME boards. Currently not usedMiod Vallat
2009-02-12Add a pm_statistics struct to all pmap, and keep track of residentMiod Vallat
2009-02-12Keep track of resident pages in pm_stats, and use this to implement a realMiod Vallat
2009-02-10remove run(4) from some RAMDISKDamien Bergamini
2009-02-10enable run(4) everywhere where ural(4) and rum(4) are enabled.Damien Bergamini
2009-02-10Unbreak sgivol. When writing to the raw device use the native blocksize.Joel Sing
2009-02-08Oops, initialize the nmi stack correctly for the boot processor.Miod Vallat
2009-02-08On 88110 processors, use a separate stack to handle NMI; these can occurMiod Vallat
2009-02-08Don't bother trying to recover from DSR_WE data faults in kernel mode,Miod Vallat
2009-02-08Move to 4.5-BETAMiod Vallat
2009-02-08Spacing nit.Alexander Yurchenko
2009-02-08Enable ips(4) on CD install media so people can try it.Alexander Yurchenko
2009-02-08Make sure than cpu_hardclock() never sets a ``next interrupt value'' which hasMiod Vallat
2009-02-08Use the correct flags when bus_dmamap_sync()ing the s/g lists.Miod Vallat
2009-02-08Add missing mux locators to non-USB keyboards and mice.Mark Kettenis
2009-02-06Split sti structures into rom-related information and screen-relatedMiod Vallat
2009-02-06typoMiod Vallat
2009-02-05Mirroring the i386 commit just made. Add MD PMAP_NOCACHE flag to pmap,Owain Ainsworth
2009-02-05add MD PMAP_NOCACHE flag to i386 and use it to implement theOwain Ainsworth
2009-02-04Handle PCXS data protection traps. Unlike other PA1.1 chips, there is aMiod Vallat
2009-02-04On systems with split BTLB, do not bother trying to insert DBTLB entries,Miod Vallat
2009-02-04On systems with viper memory controllers, always print its revision,Miod Vallat
2009-02-04Unify memory size reports a bit more: always report size in MB, and reportMiod Vallat
2009-02-03Free TSS on the stack of the dead process.Mike Belopuhov
2009-02-01Nuke whitespace at EOL.Miod Vallat
2009-02-01Revert 1.28, rumoured to cause problems on some machines.Miod Vallat
2009-02-01Fix the logic in mbus_add_mapping() to correctly handle requests spanningMiod Vallat
2009-02-01Remove unused _pfthresh member from struct alpha_bus_dma_tag.Miod Vallat
2009-02-01"Ethernet" is a family of networking technologies developed at Xerox PARC,Igor Sobrado
2009-02-01Remove dma_cachectl() and rename dma_cachectl_pa() to dma_cachectl() now thatMiod Vallat
2009-02-01Get the cpu speed from the pcctwo configuration on MVME187.Miod Vallat
2009-02-01Finally switch this driver to bus_dma.Miod Vallat
2009-01-31Don't cast pointer to int, use register_t here.Alexander Yurchenko
2009-01-31Rename loadpoint to loadaddr and add to usage().Alexander Yurchenko
2009-01-30Set mbuf watermarks.Mark Kettenis
2009-01-30Deal with running out of receive buffers.Mark Kettenis
2009-01-30Properly clean out our rings when we down the interface.Mark Kettenis
2009-01-30- add missing trailing 't' of the mos(4) entry's 'Etherne'Jasper Lievisse Adriaanse
2009-01-29Add a few cache operations after I/O completes.Miod Vallat
2009-01-29The ``flush before inval'' 88410 workaround needs to be done inMiod Vallat
2009-01-29Some of the latest macppc laptops with no adb subsystem at all, spontaneouslyMiod Vallat
2009-01-29Only start using the rtc for statclock after we've received the firstMark Kettenis
2009-01-29Make multicast actually work this time.Mark Kettenis
2009-01-29Switch tsec(4) over to using MCLGETI when allocating mbufs for the rx ring.Mark Kettenis
2009-01-28Implement proper multicast support.Mark Kettenis
2009-01-28Make bus_mem_add_mapping() return ENOMEM if we fail to allocate kva insteadMark Kettenis
2009-01-28Add missing braces in trunc_page() call from vmapbuf().Alexander Yurchenko
2009-01-27Get rid of the last traces of uvm.pager_[se]vaMiod Vallat
2009-01-27Switch the amd64 PCI_CONF_LOCK from being a simplelock and splhigh to aOwain Ainsworth
2009-01-25Remove /dev/drum and related code.Miod Vallat