summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2009-02-19suspend/resume bits so that we can develop this in tree. This is disabled.Marco Peereboom
2009-02-19Make prom_sun4v_soft_state_supported() call the right client interface.Mark Kettenis
2009-02-18In __cpu_simple_lock(), do not hog the bus with exclusive accesses; ifMiod Vallat
2009-02-18typoMiod Vallat
2009-02-18Fix thinko in list traversal in vsbic_cmd_ccb().Miod Vallat
2009-02-18Better bus_dmamap_sync() routine, lets vsbic(4) run on 68060 systems, soMiod Vallat
2009-02-18delay() would only work as intended after clock0 attached. Initialize theMiod Vallat
2009-02-18Check for nofault being set in the 68030 bus error handler, too. This makesMiod Vallat
2009-02-18Repair DCI[ASU] operation on 68030 processors, broken by accident in r1.53Miod Vallat
2009-02-18- add and enable zyd(4)Jasper Lievisse Adriaanse
2009-02-17Add real bus_space and bus_dma to mvme68k, so that it can benefit fromMiod Vallat
2009-02-17Declare cpu_model as an array instead of a pointer; makes sysctl hw.modelMark Kettenis
2009-02-17Pass a cpu_info * to setsoftipi() so it does not need to curcpu(), whichMiod Vallat
2009-02-17Be sure to pass a valid confargs * to child devices of vme0 when attaching,Miod Vallat
2009-02-17- increase the delays in tsec_mii_{read,write}reg() , makes my n1200 happierJasper Lievisse Adriaanse
2009-02-17Remove debug printf.Mark Kettenis
2009-02-17something has to go... because the piggy developers bloated the kernel againTheo de Raadt
2009-02-17Remove an if 0ed out chunk for BUS_DMA_COHERENT in bus_dmamap_map.Owain Ainsworth
2009-02-17Forgot to crank version after ethernet buffer address change.Miod Vallat
2009-02-17Move ethernet buffers higher in memory, just below our text, to allowMiod Vallat
2009-02-16Cancel the automatic boot when you hold ctrl to skip boot.conf.Stuart Henderson
2009-02-16More 88110 SMP work. Contains, horribly entangled:Miod Vallat
2009-02-16Since NMI are now handled separately, remove the ``interrupt type'' argumentMiod Vallat
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
2009-02-16remove incorrect cast of pcb_cr3. okay kettenis@ weingart@Kurt Miller
2009-02-16Rewrite the way the initial processing of exceptions is done on 88110 - weMiod Vallat
2009-02-16Core i7 chips don't have MSR_TEMPERATURE_TARGET register, and blow upKenneth R Westerback
2009-02-16Store conditionally extended cpuid family/model valuesJonathan Gray
2009-02-16Store conditionally extended cpuid family/model valuesJonathan Gray
2009-02-15If we are on the NMI stack, do not switch to the curpcb stack moments later,Miod Vallat
2009-02-15Set the limit of the GDT table to its size - 1.Mike Belopuhov
2009-02-15Properly send a request sense command if the command status asks for it.Miod Vallat
2009-02-15Sun's usage of the "banner-name" property is just too inconsistent to giveMark Kettenis
2009-02-15copystr(), copyinstr() and copyoutstr() should all return ENAMETOOLONG ifJoel Sing
2009-02-15Add cvs tagMarco Peereboom
2009-02-15Add sleep plumbing code for amd64 making it the sameish as i386. CommittingMarco Peereboom
2009-02-14Make spstrcpy() return ENAMETOOLONG if the string being copied is too long.Mark Kettenis
2009-02-14Limit the amount of physical memory to 2GB. Using more causes memoryMark Kettenis
2009-02-14Fix logic error in copyinstr() when deciding whether to return EFAULTMiod Vallat
2009-02-14Sync device lists with GENERIC.Miod Vallat
2009-02-14Add vsbic(4), a drive for the MVME327A SCSI and floppy controller, only forMiod Vallat
2009-02-14Fix a few defines.Miod Vallat
2009-02-14enable Attansic L1 Ethernet (age/atphy)Kevin Lo
2009-02-14Don't call cpu_setup() twice on non-MULTIPROCESSOR kernels. Fixes problemsMark Kettenis
2009-02-13Use a different dispatcher for the NMI traps on 88110, these are tooMiod Vallat
2009-02-13Release the secondary processor initialization interlock a bit later,Miod Vallat
2009-02-13Allow IPIs on the secondary processors later in the bootstrap process, whenMiod Vallat
2009-02-13When switching processes, do not reenable interrupts until pmap_activate()Miod Vallat
2009-02-13Provide a specific delay() routine using separate timers for the two cpusMiod Vallat
2009-02-13Make delay() a per-board function pointer.Miod Vallat