summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2005-05-27hook in iommu, but it's still disabled by default for nowJason Wright
2005-05-27fix printfJason Wright
2005-05-27remove support for sf and ste. vtophys is NOT a working solution.Jason Wright
2005-05-27build iommu by default (it's still not hooked in, but this is harmless)Jason Wright
2005-05-27handle multi-cpu GART allocation:Jason Wright
2005-05-27oops! printf -> DPRINTFUwe Stuehler
2005-05-27- raise the "critical" battery level a bit to suspend earlierUwe Stuehler
2005-05-27first step of removing the obsolete PCI ncr(4) driver, it was superseded byMartin Reindl
2005-05-26add the "wait for disk to become ready" hack which got removed inUwe Stuehler
2005-05-26Add atapiscsi in parallel with scsibus@usb, this only changes systemDale Rahn
2005-05-26Dont hardcode the speed, allows mplayer to work.Dale Rahn
2005-05-26typo jfb@ didn't want to fixPedro Martelletto
2005-05-26make all mappings valid/coherent. For pages not currently mapped, fillJason Wright
2005-05-26iommu meets amd64. This currently only works on machines where the GARTJason Wright
2005-05-26Sync with uvm_mmap() api change.Miod Vallat
2005-05-26enable cardbus rtw(4) on macppc.Jonathan Gray
2005-05-26Implement PT_STEP for hppa.Mark Kettenis
2005-05-26optimise one more jmp out of the idle loop; toby@ marco@ okMichael Shalayeff
2005-05-26remove a self-nested #ifdef MULTIPROCESSORKjell Wooding
2005-05-26Reset the zaurus audio components after resume, so that subsequent opensChristopher Pascoe
2005-05-26typoMichael Shalayeff
2005-05-26No need to clock i2s during i2c operations, so don't. Relocate i2cChristopher Pascoe
2005-05-26on the iBook G3, there are too many devices with the same gpio name;Jason Wright
2005-05-25This patch is mortly art's work and was done *a year* ago. Art wants to thankNiklas Hallqvist
2005-05-25one last optimization, removing a jump, mostly byBob Beck
2005-05-25funcs to fetch pci intr routing table(s)Michael Shalayeff
2005-05-25repair whichqs race by disabling ints in between check and halt-halt; marco@ ...Michael Shalayeff