summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2005-06-09it appears asp occupies more space than intially thought andMichael Shalayeff
2005-06-08Remove the bus_reverse field out of the powerpc bus structure, originallyDale Rahn
2005-06-08remove netns crud.Henning Brauer
2005-06-08No need to export NETISR fields explicitely for intvec.s, as <net/netisr.h>Miod Vallat
2005-06-08revert enabling iommu on amd64 as it breaks at least one MP host.Marco S Hyman
2005-06-07remove NETISR_ISO and NETISR_CCITTMartin Reindl
2005-06-07revert previous commit and unbreak sparc64.Kurt Miller
2005-06-07make it prettier; jason okTheo de Raadt
2005-06-07CCITT about to bite the dust, remove special casing in archs and driversHenning Brauer
2005-06-06-no need to hang onto virtual-dma parameter from prom, free itJason Wright
2005-06-06enable iommu on all systems where we support it. We'll support it on moreJason Wright
2005-06-06oops. on 686 we count fpswtch in another function...Michael Shalayeff
2005-06-06Homogeneize dmesg output.Miod Vallat
2005-06-02These options dont affect anything anymore.Dale Rahn
2005-06-02Start on a basic ACPI framework -- does not do much more than read out theThorsten Lockert
2005-06-02- wish there was a better way to do this... put splhigh() around theJason Wright
2005-06-02allow for dma maps larger than 64 pages; jason@ okMichael Shalayeff
2005-06-01Typo in cut'n'paste abuse.Miod Vallat
2005-06-01kjell is an evil tree-breakerMichael Shalayeff
2005-06-01as Jason requested, be gone vtophys().Brad Smith
2005-06-01disable sf* too, until it is vtophys cleanTheo de Raadt
2005-05-31spelling corrections in comments;Jason McIntyre
2005-05-31add pcmcia com* until uwe fixes the codeTheo de Raadt
2005-05-31Lock the apic with a mutex, not a SIMPLE_LOCK.Artur Grabowski
2005-05-31IPL_SCHED should block statclock on architectures where the schedulerArtur Grabowski
2005-05-30Only enable the FPU when the process has an FPU context. ok miod@Dale Rahn
2005-05-30Just use preempt(NULL) like every other architecture in this code path,Artur Grabowski
2005-05-30even shorterTheo de Raadt
2005-05-30shrink alpha boot blocks another little bitTheo de Raadt
2005-05-29Sync with hppa r1.11: Correctly handle boot drives with SCSI id >= 10Miod Vallat
2005-05-29Lock SMM space on Intel E7xxx chipsets, too.Alexander Yurchenko
2005-05-29Remove debug printf I left.Alexander Yurchenko
2005-05-29sched work by niklas and art backed out; causes panicsTheo de Raadt
2005-05-28move variable declaration inside #ifdef I386_686, etc.Kjell Wooding
2005-05-28*slightly drunk*Tobias Weingartner
2005-05-28If irq-sharing happens over different ioapics, we must not overwrite setup in...Niklas Hallqvist
2005-05-27oops, need to get the boundary from the map when allocating gart addressesJason Wright
2005-05-27 - Use the direct map for mapping the PTEs.Artur Grabowski
2005-05-27Kill __HAVE_NWSCONS harder.Miod Vallat
2005-05-27add missing prototypesUwe Stuehler
2005-05-27Dale's lost diff for IRQ sharing, turned on by default.Uwe Stuehler
2005-05-27typo in commentUwe Stuehler
2005-05-27typo in commentUwe Stuehler
2005-05-27Stop pretending that amd64 is i386. We're insulting the cpu by not evenArtur Grabowski
2005-05-27The forgotten part of the merge of pxacom back into com.Uwe Stuehler
2005-05-27- Merge changes from pxacom back into the common com driver.Uwe Stuehler
2005-05-27use a fixed address for the base dva, also don't forget to setup theJason Wright
2005-05-27add atapiscsi@umass to RAMDISKS as appropriate, ok krw@ deraadt@Dale Rahn
2005-05-27Replace unused pxa2x0_watchdog_boot() with RTC control functions.Uwe Stuehler
2005-05-27Enable SSE instructions on secondary (i386) processors inKjell Wooding