summaryrefslogtreecommitdiff
path: root/sys/arch/arm
AgeCommit message (Collapse)Author
2005-11-11round clock upTheo de Raadt
2005-11-09use atop() and ptoa()Martin Reindl
tested by jolan@
2005-11-04remove useless prototype; ok drahn@Uwe Stuehler
2005-10-31show the speed status in hw.cpuspeed; ok drahnTheo de Raadt
2005-10-31On suspend/resume save the current time to the RTC earlier and restore it laterDale Rahn
so that the very long delay operations do not slow the clock unnecessarily. Add early support for hw.setperf and hw.cpuspeed for zaurus, it appears to be able to run at 91MHz and 209MHz as well as the std 416MHz with this change. Hopefully it is doing the speed changes correctly.
2005-10-21remove unused arm_trunc_page() macroMartin Reindl
ok drahn@
2005-10-02remove isa_intr_evcnt() prototype. a NetBSD-ism.Brad Smith
ok deraadt@
2005-09-27Don't try to read the DOS label from the device if spoofonly is 1.Kenneth R Westerback
This changes the architectures which use code identical to the amd64 disksubr.c. macppc seems different so it will be separate. The remaining archs don't try to read a DOS label. ok deraadt@
2005-09-22NEWINTR is not an option on OpenBSD.Dale Rahn
2005-09-20remove unused pci_intr_evcnt() macro.Brad Smith
ok drahn@
2005-09-15Remove the (unused) syscall() indirection on arm.Miod Vallat
2005-09-15Change child_return() to record a proper ktrace record for vfork childMiod Vallat
processes. ok art@ uwe@ (some time ago)
2005-09-15Stop compiling the texte console rotation code #ifdef __zaurus__, but useMiod Vallat
a flag in the rasops_info structure; drivers which may use it shall declare a specific attribute for the config(8) machinery, so that the necessary code is compiled in. In addition to this, rotated font computation is now done on-demand, and a list of unrotated-rotated font cookie pairs is kept, rather than rotating all built-in wsfonts at initialization time. No user-perceptible functional change. Tested matthieu@ uwe@, ok uwe@
2005-09-12Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bitMiod Vallat
arches; except on sparc where the range is 4-8 for !sun4m and 4-64 for sun4m, selected at runtime.
2005-08-12Do not notify apmd of APM_CRIT_SUSPEND_REQ events; apmd makes us fallUwe Stuehler
asleep immediately after resume. This needs to be reconsidered later.
2005-08-09- Don't depend on the APM_CRIT_RESUME event to run PWR_RESUME power hooksUwe Stuehler
after a APM_CRIT_SUSPEND_REQ event. This fixes non-working devices after resume from battery low suspend. - Don't suspend automatically on APM_BATT_LOW because that's what could be too early (and we now understand APM_CRIT_SUSPEND_REQ).
2005-08-08Avoid overlap in USB hard and the soft interrupt bits, update commentsUwe Stuehler
to reflect the new allocation of IRQ bits, and zap duplicate definition of SI_TO_IRQBIT; help/test niallo@ ok drahn@
2005-08-06We do not need a char machine_arch[] constant.Miod Vallat
ok deraadt@
2005-08-01Kill more "memory might be 2MB or less" checks in bufpages computation.Miod Vallat
ok deraadt@ otto@
2005-07-31Get rid of unused SINCR and SSIZE constants.Miod Vallat
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-07-18Initialize UART registers after resume, and make functions non-static.Uwe Stuehler
2005-07-14More netccitt and netns removals; OK henning, brad, mickeyUwe Stuehler
2005-07-01Move all zaurus specific code from pxa2x0_pcic.c into scoop_pcic.cUwe Stuehler
without affecting the way the driver works.
2005-06-16GPIO generates many shared interrupts, eg disk (cf) and network (other cf)Dale Rahn
thus it really needs to deal with the shared irqs of these devices. This change will register two interrupts for gpioN interrupts, one at the highest ipl and one lowest ipl. This will allow the interrupt code above to correcly mask the interrupts generated from all gpio devices. ok uwe@
2005-06-16i2c and i2s are separete devices, and zaudio depends on them.Uwe Stuehler
2005-06-16unbust "com at pxaip" attachment so that there is no need to enableUwe Stuehler
"com at pcmcia" in RAMDISK as a workaround.
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-27The forgotten part of the merge of pxacom back into com.Uwe Stuehler
Also the *CONSOLE options are no longer needed.
2005-05-27- Merge changes from pxacom back into the common com driver.Uwe Stuehler
Changes to the common com driver (partly from NetBSD): - Multiply before divide in comspeed() to avoid overflow (from NetBSD). - Don't call getc() and send -1 if the output queue is empty. - Take UART clock frequency as a parameter instead of using COM_FREQ. ok deraadt@
2005-05-27Replace unused pxa2x0_watchdog_boot() with RTC control functions.Uwe Stuehler
Ha ha, I broke the tree while everyone was asleep (except for kjell who noticed it).
2005-05-26typo jfb@ didn't want to fixPedro Martelletto
2005-05-26Reset the zaurus audio components after resume, so that subsequent opensChristopher Pascoe
can play sound again.
2005-05-25Schedule a soft interrupt, not a timeout, in the hard rx interrupt handler.Miod Vallat
2005-05-23fix rasops initialization when not acting as console; ok miod@Uwe Stuehler
2005-05-23loose is not lose. ok deraadt tdeval and a few more typos from jfbTed Unangst
2005-05-23Round the DMA block size, not the maximum buffer size. Addresses "requestChristopher Pascoe
with bad start address" errors.
2005-05-23Avoid potential null pointer dereference.Christopher Pascoe
2005-05-22remove "0x" in front of %p in printfs.Artur Grabowski
eyeballed by krw@
2005-05-21put whole cache info on one line; w/ mods from drahn@; ok drahn@Michael Shalayeff
2005-05-13/dev/speaker node on cats.Miod Vallat
2005-05-10enable arm optimized in4_cksumBrad Smith
ok drahn@
2005-05-09Permit one of the PXA2X0's UARTs to operate in Slow Infrared (SIR) modeUwe Stuehler
(half-duplex). I couldn't verify that the real serial port still works (a special serial cable is needed for that).
2005-05-01To allow for MD override of in4_cksum()...Brad Smith
ok deraadt@
2005-04-30Temporary hack to (un)rotate the Zaurus console until a proper rasopsChristopher Pascoe
rotation framework is ready.
2005-04-26... oh and let it work for all casesTheo de Raadt
2005-04-26let ramdisks compile after zts changesTheo de Raadt