Age | Commit message (Expand) | Author |
2005-01-10 | Correctly limit interrupts on the 'last' register, added support to | Dale Rahn |
2005-01-09 | intr_disestablish | David Gwynne |
2005-01-09 | fix pincount, improve readabilty. | Dale Rahn |
2005-01-09 | Some fixes on pcic attachment. | Dale Rahn |
2005-01-09 | Handle the rest of the interrupts. | Dale Rahn |
2005-01-06 | Lazy man's display console on Zaurus: allow the display to be attached as a | Miod Vallat |
2005-01-06 | Bring back the code simplifications after debug and testing by drahn@ | Miod Vallat |
2005-01-05 | Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - most | Miod Vallat |
2005-01-05 | Partially revert some of these changes - misunderstanding between drahn@ and I | Miod Vallat |
2005-01-05 | First steps in cleaning the Zaurus display code: | Miod Vallat |
2005-01-05 | Provide SET_PC_REGS. | Miod Vallat |
2005-01-05 | missed a bit in the last commit | David Gwynne |
2005-01-05 | definitions of the extra registers for the usb host controller and code | David Gwynne |
2005-01-04 | Seems to be working on C3000, still needs layering fix and 1/2 slot 'probing'. | Dale Rahn |
2005-01-04 | use the new intr_disestablish code. | Dale Rahn |
2005-01-04 | implement intr_disestablish. | Dale Rahn |
2005-01-04 | add prototype for disestablish function (coming soon), remove useless | Dale Rahn |
2005-01-04 | cleaner pci/fcom arm cats vs zaurus config. | Dale Rahn |
2005-01-04 | Framed up support for C3000, however not working yet so match is disabled. | Dale Rahn |
2005-01-04 | Initialize pxa270 gpio bits. This needs to be conditional on CPU==pxa270 | Dale Rahn |
2005-01-04 | Remove debug printfs. | Dale Rahn |
2005-01-04 | Opps, this was supposed to be part of the usb commit. | Dale Rahn |
2005-01-04 | dont be lazy, use the proper define. | Dale Rahn |
2005-01-04 | USB support for C3000, much thanks to dlg@ for pxa2x0_ohci.c | Dale Rahn |
2005-01-04 | Add name argument to pxa2x0_intr_establish, which is standard for openbsd | Dale Rahn |
2005-01-03 | Bring life to /dev/*random; Dale, you owe me a beer. | Miod Vallat |
2005-01-03 | Don't forget to register "machine" commands for ddb. | Miod Vallat |
2005-01-03 | Add "show panic" command to ddb, to easily retrieve the panic message. | Miod Vallat |
2005-01-03 | RCSID are ok as long as they are proper comments (-: | Miod Vallat |
2005-01-03 | Close to working display, just rotated 90 degrees. | Dale Rahn |
2005-01-03 | Extra pieces for pxa270, extra gpio pins and LCD control register bits. | Dale Rahn |
2005-01-02 | OpenBSD tags (missed before) | Dale Rahn |
2005-01-02 | OpenBSD tags | Dale Rahn |
2004-12-30 | xscale bits, taken from NetBSD with modifications as appropriate for OpenBSD. | Dale Rahn |
2004-12-30 | pcmcia (CF) adapter. Needs to be split into seperate layers so | Dale Rahn |
2004-12-30 | PXA serial port is just enough different to make it difficult to share | Dale Rahn |
2004-12-30 | Add pxa interrupt controller support. | Dale Rahn |
2004-12-30 | better #include | Dale Rahn |
2004-12-30 | pxa270 is xscale | Dale Rahn |
2004-12-30 | Properly include fcom.h defines. | Dale Rahn |
2004-12-30 | #include cleanup. | Dale Rahn |
2004-12-30 | Work around the previous xscale/sa1xx muck, should now work for cats and xscale | Dale Rahn |
2004-12-30 | Support for pxa270, at least a running start. | Dale Rahn |
2004-12-30 | Include types and defines for items used in these inlined functions. | Dale Rahn |
2004-12-30 | Add pxa270 id | Dale Rahn |
2004-12-30 | Fix (and de-inline) bus_space_(read|write)_raw* functions, they did | Dale Rahn |
2004-12-30 | Silence resettodr() unless option DEBUG. | Miod Vallat |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-12-24 | {e,}intr{cnt,names} bye-bye. | Miod Vallat |
2004-12-07 | remove old and unused NetBSD specific cruft. | Brad Smith |