summaryrefslogtreecommitdiff
path: root/sys/arch/arm
AgeCommit message (Collapse)Author
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
2005-04-24Do down-sampling of the high-resolution touch pad events in kernel,Uwe Stuehler
and provide sysctls for fine-tuning the touch pad area that covers the screen. Reasonable defaults are provided, but each machine can be a bit different due to the manufacturing process.
2005-04-21clean dmesg outputTheo de Raadt
2005-04-19nothing uses spllowersoftclock() anymoreMichael Shalayeff
2005-04-19Nuke DB_NO_AOUT, and have platforms with a.out symbols explicitely provideMiod Vallat
DB_AOUT_SYMBOLS.
2005-04-19CLKF_BASEPRI we do not have no more; noticed by miodMichael Shalayeff
2005-04-17make sure round_blocksize does not produce 0 after alignmentChristopher Pascoe
2005-04-15Remove i2c entry, it is included from zaudio config.Christopher Pascoe
2005-04-15Functions for accessing the pxa2x0 I2S controller.Christopher Pascoe
ok dlg@ drahn@ uwe@ deraadt@