summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2009-06-27Revert the last change to this file which was made with armv7 support came in.Dale Rahn
2009-06-26Prefer fdcache() to pdcache() in cpu_fork(), as the MI uvm code has touchedMiod Vallat
2009-06-25re-enable inteldrm since new X driver is about to fix the issueTheo de Raadt
2009-06-25fxp no longer fits on this mediaTheo de Raadt
2009-06-24Compute OpenBSD area bounds as the largest area spanning all the OpenBSDMiod Vallat
2009-06-24Even more pci ethernet devices, based on a diff from Brad.Miod Vallat
2009-06-24add some pci ethernet devices that some people, like miod, might be usingTheo de Raadt
2009-06-24enable softraidTodd T. Fries
2009-06-24There are 3 reasons why the first block in apm_probe can fail, and in oneTheo de Raadt
2009-06-24for the isp(4) driver, invert the meaning of the options which pullTheo de Raadt
2009-06-24Major update to isp driver, mostly from mjacob via FreeBSD.Kenneth R Westerback
2009-06-24Simplify the ioctl handling code. From Brad.Stuart Henderson
2009-06-21Disable memory above 2GB physical again, as we can end up with an unkillableMiod Vallat
2009-06-21Remove the ioc interrupt probe code, the heuristic is correct; origin 300Miod Vallat
2009-06-21Add a bunch of usb devices, per deraadt@'s pressure.Miod Vallat
2009-06-21- add and enable stge(4)Jasper Lievisse Adriaanse
2009-06-21fix rcs ids. ok sthen@Martynas Venckus
2009-06-204.6-BETAMiod Vallat
2009-06-20Preserve more registers in sigcontext, and restore them in sigreturn. ThisMiod Vallat
2009-06-20Remove unused global variables.Miod Vallat
2009-06-20Remove unused struct ka410_cpu, long superseded by struct vs_cpu.Miod Vallat
2009-06-20Have hmestop() properly clear the RUNNING/OACTIVE flags and the interfaceStuart Henderson
2009-06-19Make the 64 bit bootblocks compile again after the <machine/mnode.h> changes.Miod Vallat
2009-06-19They're DPME partitions, not DPMI partitions.Kenneth R Westerback
2009-06-17Make sure xbowmatch() only matches on xbow stanzas.Miod Vallat
2009-06-17Make sure we do not coalesce memory ranges from different nodes.Miod Vallat
2009-06-17R14000 processors with revision 3 and above are actually R16000 revisionMiod Vallat
2009-06-17Really avoid changing the start of the bounds if we found no LIFTheo de Raadt
2009-06-17remove extra debugging printf(). ok miod@Matthieu Herrb
2009-06-16Backout pmemrange (which to most people is more well known as physmemAriane van der Steldt
2009-06-16Backout all changes to uvm after pmemrange (which will be backed outOwain Ainsworth
2009-06-15Back out all the buffer cache changes I committed during c2k9. This reverts t...Bob Beck
2009-06-14Make sure the pglist is TAILQ_INIT()'ed before invoking uvm_pglistalloc().Miod Vallat
2009-06-14backout:Theo de Raadt
2009-06-14Disable inteldrm by default since it once again breaks x40 suspend.Theo de Raadt
2009-06-14Don't mess with the bounds in the lp if *partoffp is non-NULL, since thisTheo de Raadt
2009-06-13Enumerate all available nodes for hardware on IP27/IP35 systems; works to someMiod Vallat
2009-06-13Needs <sys/malloc.h> nowMiod Vallat
2009-06-13Figure out which nodes are connected, and use all of their memory for now;Miod Vallat
2009-06-13The bounds was not always being properly updatedTheo de Raadt
2009-06-13Shuffle and rename HUB defines for consistency, no functional change yet.Miod Vallat
2009-06-12Make sure splsoftnet() masks softclock; fallout form switch to genericMiod Vallat
2009-06-11Correctly flush direct mappings (cache/tlb). Uncovered by ariane's newMark Kettenis
2009-06-11sync disklabel changes from hppaTheo de Raadt
2009-06-11The MAC multicast filter is set in mec_iff() hence there is need to do thisJoel Sing
2009-06-10Switch sgi to per-process AST, and move ast() from interrupt.c to trap.cMiod Vallat
2009-06-10In the NMI handler, always print EPC even if we're going to drop into ddb.Miod Vallat
2009-06-10Add udl and url, verified to work on Fuel (url to the RAMDISK too)Miod Vallat
2009-06-10Allow /dev/kmem reads in the direct mapping region where there isMiod Vallat
2009-06-09revert guenther@'s un-revert of art's curpmap.Kenneth R Westerback