Age | Commit message (Expand) | Author |
2007-02-13 | Add a delay for ep0 handling. Dunno why, but without debug prints it would | Dale Rahn |
2007-02-13 | USB client mode with cdce function driver is coming along, RX and TX kinda work. | Dale Rahn |
2007-02-12 | Reduce debug. | Dale Rahn |
2007-02-12 | If SMAC is set in the correct register, it works much better, also set | Dale Rahn |
2007-02-07 | Several improvements to the usb client code. Still not working. | Dale Rahn |
2007-01-11 | do not report the clock frequencies on arm becuase there is no | Robert Nagy |
2006-12-20 | Enable recursive interrupts on armish. nudge by deraadt@ | Dale Rahn |
2006-12-14 | Make pci subsystem aware of domains. Each host bridge gets assigned a unique | Mark Kettenis |
2006-12-14 | - enable nested interrupts on zaurus. most obvious side-effect of this is | Niall O'Higgins |
2006-12-12 | Complete gwk's previous patch to stop setperf methods from returning | Dimitry Andric |
2006-11-28 | add needs-flag to allow pxaudc to compile without usbf (to get the | Uwe Stuehler |
2006-11-25 | Initial USB device controller (UDC) and USB CDC Ethernet function support | Uwe Stuehler |
2006-10-19 | s/Mhz/MHz/ in comments and printf() strings | Tom Cosgrove |
2006-08-24 | missing newline in a printf | Theo de Raadt |
2006-07-20 | Get rid of the 'nextevent out of bounds' error message, if interrupts | Dale Rahn |
2006-07-10 | Remove the error_cnt cacluation, this only makes sense when the supplied | Dale Rahn |
2006-07-10 | As pointed out by miod, cpu_initclocks() can use setstatclockrate(), the | Dale Rahn |
2006-07-10 | Adding missing $OpenBSD$ tags, pointed out by miod. | Dale Rahn |
2006-07-02 | count interrupts (uvmexp). | Dale Rahn |
2006-06-27 | Rewritten clock driver for 80219/80321, actually manages seperate stat | Dale Rahn |
2006-06-19 | Close a race in the interrupt handler code. | Dale Rahn |
2006-06-17 | Fix error where soft irq mask was not initialized for IPL_HIGH, and cleanup. | Dale Rahn |
2006-06-15 | rewritten, simplifed interrupt controller for 80321, half the lines | Dale Rahn |
2006-06-15 | Ricoh rtc support for armish, driver from netbsd. | Dale Rahn |
2006-06-10 | I2C support for 80321/80219 | Dale Rahn |
2006-06-02 | cleanup, move thecus board_reset from MI arm/xscale into armish dir. | Dale Rahn |
2006-06-01 | After changing J3 to J4 on the thecus board, serial interrupts work just | Dale Rahn |
2006-06-01 | Splraise is strictly to increase spl, do not lower. | Dale Rahn |
2006-06-01 | current_ipl_level is a value, not a mask, do not '|=' into it. | Dale Rahn |
2006-06-01 | Just say NO to noisy dmesg. | Dale Rahn |
2006-06-01 | IO addresses will always be in the right range, this check is wrong. | Dale Rahn |
2006-05-31 | correctly perform bus base/physical addr translation. | Dale Rahn |
2006-05-29 | Tags. | Dale Rahn |
2006-05-29 | Add support for i80321 based systems. | Dale Rahn |
2006-04-04 | Add input routines to the i2s layer to support future Zaurus audio input. | Christopher Pascoe |
2006-04-04 | Add pxa2x0_dma_from_fifo to support DMA from internal peripheral FIFOs | Christopher Pascoe |
2006-04-04 | Abort any DMA that is in progress before changing the DMA completion handler, | Christopher Pascoe |
2006-04-04 | Configure the I2S controller's GPIOs, not than the USB's. | Christopher Pascoe |
2006-03-07 | Fix collision between SI_SOFTSERIAL and OS timers in the interrupt mask. | Uwe Stuehler |
2006-03-07 | Add the proper constant to replace a magic interrupt number. | Uwe Stuehler |
2005-12-22 | Fully implemented microtime() operation. | Dale Rahn |
2005-12-22 | do not do delay(HUGEVALUE) after enabling/disabling the lcd dma. yes, it | Theo de Raadt |
2005-12-22 | remove another debug message | Theo de Raadt |
2005-12-22 | silence setperf code | Theo de Raadt |
2005-12-20 | volatile variable for looping; ok drahn | Theo de Raadt |
2005-12-20 | Add machdep.maxspeed sysctl to change the meaning of hw.setperf=100 on zaurus, | Dale Rahn |
2005-12-20 | switch to using clock4 instead of clock0 so that we get clocks when running | Dale Rahn |
2005-12-14 | Don't hard-code card present and number of socket bits in the PCMCIA bus | Uwe Stuehler |
2005-12-13 | It would seem that some cards do not get reset correctly if RESET is | Uwe Stuehler |
2005-12-05 | - Run only the necessary code to transition from one speed to another. | Uwe Stuehler |