summaryrefslogtreecommitdiff
path: root/sys/arch/arm
AgeCommit message (Expand)Author
2007-03-29Add power hook to scoop(4), replacing the Zaurus-specific scoop_* calls inUwe Stuehler
2007-03-24Call the new ohci_checkrev function on xscale, otherwise the USB versionChristopher Pascoe
2007-03-18typoTheo de Raadt
2007-03-18Support the PXA27x SD/SDIO/MMC controller on ZaurusUwe Stuehler
2007-03-17For arm pre-v6 (ie all supported machines) it is necessary to disableDale Rahn
2007-03-15Since p_flag is often manipulated in interrupts and without biglockArtur Grabowski
2007-02-25add missing USBD_FORCE_SHORT_XFER checks, put back some code I had for aDale Rahn
2007-02-25Defines to make isr status more useable. Bit patterns for debug prints.Dale Rahn
2007-02-24move debug print into debug block.Dale Rahn
2007-02-24Add my copyright, since I took the skeleton driver and made it complete.Dale Rahn
2007-02-23Use the maxpacket len from the pipe, not hardcoded. properly dealDale Rahn
2007-02-19only make this interface available to the kernel for now, discussed withaTheo de Raadt
2007-02-18If no MBR partitions are found when spoofing a disklabel, try lookingKenneth R Westerback
2007-02-15TX is working fine, turn off debug.Dale Rahn
2007-02-15Add a mapping for logical to physical endpoints, otherwise data tries toDale Rahn
2007-02-15Fix transmit packet termination. odd length and 64 byte multiple packetsDale Rahn
2007-02-13Add a delay for ep0 handling. Dunno why, but without debug prints it wouldDale Rahn
2007-02-13USB client mode with cdce function driver is coming along, RX and TX kinda work.Dale Rahn
2007-02-12Reduce debug.Dale Rahn
2007-02-12If SMAC is set in the correct register, it works much better, also setDale Rahn
2007-02-11Remove now unused evcnt field from struct cpu_info.Miod Vallat
2007-02-07Several improvements to the usb client code. Still not working.Dale Rahn
2007-02-06Add machine/atomic.h to all architectures and define two operationsArtur Grabowski
2007-02-03Don't spoof an msdosfs partition if it claims to start after the endKenneth R Westerback
2007-02-03Remove unused functionality from lockmgr():Miod Vallat
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