summaryrefslogtreecommitdiff
path: root/sys/arch/arm
AgeCommit message (Expand)Author
2007-01-11do not report the clock frequencies on arm becuase there is noRobert Nagy
2006-12-27Switch new new syscall ABI, now passes the syscall number in r12 instead ofDale Rahn
2006-12-24Define PROC_PC. Then, since profiling information is being reported inMiod Vallat
2006-12-20Enable recursive interrupts on armish. nudge by deraadt@Dale Rahn
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniqueMark Kettenis
2006-12-14- enable nested interrupts on zaurus. most obvious side-effect of this isNiall O'Higgins
2006-12-12Complete gwk's previous patch to stop setperf methods from returningDimitry Andric
2006-11-29Use unsigned numbers for comparisons in mmmmap().Miod Vallat
2006-11-29Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (exceptMiod Vallat
2006-11-29Kernel stack can be swapped. This means that stuff that's on the stackMiod Vallat
2006-11-28add needs-flag to allow pxaudc to compile without usbf (to get theUwe Stuehler
2006-11-25Initial USB device controller (UDC) and USB CDC Ethernet function supportUwe Stuehler
2006-11-15Move tests for curpcb being NULL in copy{in,out}str() from DIAGNOSTIC toMiod Vallat
2006-10-29Remove redundant if (msg) {} block around invocations ofKenneth R Westerback
2006-10-28We don't currently write a disklabel into an OpenBSD ('A6') DOS MBRKenneth R Westerback
2006-10-21Don't try to spoof 0 length DOS MBR/EBR partitions. By skippingKenneth R Westerback
2006-10-21Some KNF cleanup.Kenneth R Westerback
2006-10-21We have a pointer (pp), so use it in the DOSPTYP_UNUSED case ratherKenneth R Westerback
2006-10-20Try again with local variable to avoid alignment issues.Kenneth R Westerback
2006-10-19s/Mhz/MHz/ in comments and printf() stringsTom Cosgrove
2006-10-18back out disksubr changes ... since they violate strict alignment onTheo de Raadt
2006-10-17The dosparts member of cpu_disklabel was not used for any persistantKenneth R Westerback
2006-10-12Since we no longer look in FreeBSD or NetBSD partitions for theKenneth R Westerback
2006-10-10Don't spoof a Free/NetBSD MBR partition as the 'a' partition in aKenneth R Westerback
2006-10-04Try to nail elusive arm/include/disklabel.h at third attempt.Kenneth R Westerback
2006-10-04More tidying up after bad144. Remove references in comments andKenneth R Westerback
2006-10-02One <arm/exec.h> to bind them all.Miod Vallat
2006-09-16Revert new check for DOS partitions running past d_secperunit (e.g.Kenneth R Westerback
2006-08-24missing newline in a printfTheo de Raadt
2006-08-20When spoofing an MSDOS disklabel, don't create partitions with a finalKenneth R Westerback
2006-08-17Check d_secpercyl in all readdisklable() functions, and have all ofKenneth R Westerback
2006-08-11Use d_secperunit rather than 0x1fffffff as the default value forKenneth R Westerback
2006-07-28Make option USER_PCICONF work.Mark Kettenis
2006-07-20Get rid of the 'nextevent out of bounds' error message, if interruptsDale Rahn
2006-07-16Contrary to where this was stolen from, arm does indeed needDale Rahn
2006-07-12Remove commented out defopt goo.Miod Vallat
2006-07-12Turn GetCPSR() into an inline get_cpsr(), and remove more dead code.Miod Vallat
2006-07-12Orphaned stuff.Miod Vallat
2006-07-10Remove the error_cnt cacluation, this only makes sense when the suppliedDale Rahn
2006-07-10As pointed out by miod, cpu_initclocks() can use setstatclockrate(), theDale Rahn
2006-07-10Adding missing $OpenBSD$ tags, pointed out by miod.Dale Rahn
2006-07-02count interrupts (uvmexp).Dale Rahn
2006-07-01Eliminate redundant get_le() in favour of letoh32(). Add letoh32()Kenneth R Westerback
2006-06-27Rewritten clock driver for 80219/80321, actually manages seperate statDale Rahn
2006-06-26Clean up some inconsistancies in definitions around DOS MBR code. NoKenneth R Westerback
2006-06-19Close a race in the interrupt handler code.Dale Rahn
2006-06-17Fix error where soft irq mask was not initialized for IPL_HIGH, and cleanup.Dale Rahn
2006-06-15rewritten, simplifed interrupt controller for 80321, half the linesDale Rahn
2006-06-15Ricoh rtc support for armish, driver from netbsd.Dale Rahn
2006-06-10I2C support for 80321/80219Dale Rahn