Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-22 | NEWINTR is not an option on OpenBSD. | Dale Rahn | |
2005-09-20 | remove unused pci_intr_evcnt() macro. | Brad Smith | |
ok drahn@ | |||
2005-09-15 | Remove the (unused) syscall() indirection on arm. | Miod Vallat | |
2005-09-15 | Change child_return() to record a proper ktrace record for vfork child | Miod Vallat | |
processes. ok art@ uwe@ (some time ago) | |||
2005-09-15 | Stop compiling the texte console rotation code #ifdef __zaurus__, but use | Miod 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-12 | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit | Miod Vallat | |
arches; except on sparc where the range is 4-8 for !sun4m and 4-64 for sun4m, selected at runtime. | |||
2005-08-12 | Do not notify apmd of APM_CRIT_SUSPEND_REQ events; apmd makes us fall | Uwe 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 hooks | Uwe 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-08 | Avoid overlap in USB hard and the soft interrupt bits, update comments | Uwe Stuehler | |
to reflect the new allocation of IRQ bits, and zap duplicate definition of SI_TO_IRQBIT; help/test niallo@ ok drahn@ | |||
2005-08-06 | We do not need a char machine_arch[] constant. | Miod Vallat | |
ok deraadt@ | |||
2005-08-01 | Kill more "memory might be 2MB or less" checks in bufpages computation. | Miod Vallat | |
ok deraadt@ otto@ | |||
2005-07-31 | Get rid of unused SINCR and SSIZE constants. | Miod Vallat | |
2005-07-18 | remove trailing newline in panic(9); ok millert@ and deraadt@ | Federico G. Schwindt | |
2005-07-18 | Initialize UART registers after resume, and make functions non-static. | Uwe Stuehler | |
2005-07-14 | More netccitt and netns removals; OK henning, brad, mickey | Uwe Stuehler | |
2005-07-01 | Move all zaurus specific code from pxa2x0_pcic.c into scoop_pcic.c | Uwe Stuehler | |
without affecting the way the driver works. | |||
2005-06-16 | GPIO 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-16 | i2c and i2s are separete devices, and zaudio depends on them. | Uwe Stuehler | |
2005-06-16 | unbust "com at pxaip" attachment so that there is no need to enable | Uwe Stuehler | |
"com at pcmcia" in RAMDISK as a workaround. | |||
2005-05-27 | add missing prototypes | Uwe Stuehler | |
2005-05-27 | Dale's lost diff for IRQ sharing, turned on by default. | Uwe Stuehler | |
2005-05-27 | typo in comment | Uwe Stuehler | |
2005-05-27 | typo in comment | Uwe Stuehler | |
2005-05-27 | The 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-27 | Replace 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-26 | typo jfb@ didn't want to fix | Pedro Martelletto | |
2005-05-26 | Reset the zaurus audio components after resume, so that subsequent opens | Christopher Pascoe | |
can play sound again. | |||
2005-05-25 | Schedule a soft interrupt, not a timeout, in the hard rx interrupt handler. | Miod Vallat | |
2005-05-23 | fix rasops initialization when not acting as console; ok miod@ | Uwe Stuehler | |
2005-05-23 | loose is not lose. ok deraadt tdeval and a few more typos from jfb | Ted Unangst | |
2005-05-23 | Round the DMA block size, not the maximum buffer size. Addresses "request | Christopher Pascoe | |
with bad start address" errors. | |||
2005-05-23 | Avoid potential null pointer dereference. | Christopher Pascoe | |
2005-05-22 | remove "0x" in front of %p in printfs. | Artur Grabowski | |
eyeballed by krw@ | |||
2005-05-21 | put 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-10 | enable arm optimized in4_cksum | Brad Smith | |
ok drahn@ | |||
2005-05-09 | Permit one of the PXA2X0's UARTs to operate in Slow Infrared (SIR) mode | Uwe Stuehler | |
(half-duplex). I couldn't verify that the real serial port still works (a special serial cable is needed for that). | |||
2005-05-01 | To allow for MD override of in4_cksum()... | Brad Smith | |
ok deraadt@ | |||
2005-04-30 | Temporary hack to (un)rotate the Zaurus console until a proper rasops | Christopher Pascoe | |
rotation framework is ready. | |||
2005-04-26 | ... oh and let it work for all cases | Theo de Raadt | |
2005-04-26 | let ramdisks compile after zts changes | Theo de Raadt | |
2005-04-24 | Do 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-21 | clean dmesg output | Theo de Raadt | |
2005-04-19 | nothing uses spllowersoftclock() anymore | Michael Shalayeff | |
2005-04-19 | Nuke DB_NO_AOUT, and have platforms with a.out symbols explicitely provide | Miod Vallat | |
DB_AOUT_SYMBOLS. | |||
2005-04-19 | CLKF_BASEPRI we do not have no more; noticed by miod | Michael Shalayeff | |
2005-04-17 | make sure round_blocksize does not produce 0 after alignment | Christopher Pascoe | |
2005-04-15 | Remove i2c entry, it is included from zaudio config. | Christopher Pascoe | |
2005-04-15 | Functions for accessing the pxa2x0 I2S controller. | Christopher Pascoe | |
ok dlg@ drahn@ uwe@ deraadt@ |