Age | Commit message (Expand) | Author |
2008-07-03 | Remove clauses 3 and 4 from NetBSD license. | Ray Lai |
2008-05-19 | Change all remaining MD uses of MALLOC and FREE into proper malloc() and | Miod Vallat |
2008-05-15 | Remove commented out NetBSD __KERNEL_RCSID macro usage. | Brad Smith |
2008-02-14 | Some armish machines do not have very accurate clock generators, | Dale Rahn |
2008-01-03 | Move zaurus to __HAVE_TIMECOUNTER. | Mark Kettenis |
2007-12-05 | include files which are used by userland cannot include other files.. | Theo de Raadt |
2007-11-02 | Use the same cache cleaning address computation as done in cpufunc_asm_xscale, | Miod Vallat |
2007-10-08 | Align the suspend saved data to a cache line boundary, apparently prevents | Miod Vallat |
2007-08-22 | Remove ``#define SDMMC_DEBUG''. Avoids redefinition error when compiling | Marcus Glocker |
2007-08-06 | Fix some "that that"s. | Tom Cosgrove |
2007-06-14 | unbreak tree after untested timeout.h deletions | Theo de Raadt |
2007-06-14 | Move the inclusion of sys/timeout.h from usb_port.h to the drivers that | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEVNAME macro. | Marc Balmer |
2007-06-10 | Remove definitions and usage of usb_callout and related macros. These macros | Marc Balmer |
2007-05-27 | implement WSDISPLAYIO_GETSUPPORTEDDEPTHS. ok miod@ uwe@ | Matthieu Herrb |
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback |
2007-05-21 | timecounters for armish. | Dale Rahn |
2007-05-19 | Implement splassert for armish and zaurus. | Miod Vallat |
2007-05-15 | Dummy mutex code for arm platforms. ok drahn@ deraadt@ | Miod Vallat |
2007-05-09 | diable -> disable | Miod Vallat |
2007-03-29 | Add power hook to scoop(4), replacing the Zaurus-specific scoop_* calls in | Uwe Stuehler |
2007-03-24 | Call the new ohci_checkrev function on xscale, otherwise the USB version | Christopher Pascoe |
2007-03-18 | typo | Theo de Raadt |
2007-03-18 | Support the PXA27x SD/SDIO/MMC controller on Zaurus | Uwe Stuehler |
2007-02-25 | add missing USBD_FORCE_SHORT_XFER checks, put back some code I had for a | Dale Rahn |
2007-02-25 | Defines to make isr status more useable. Bit patterns for debug prints. | Dale Rahn |
2007-02-24 | move debug print into debug block. | Dale Rahn |
2007-02-24 | Add my copyright, since I took the skeleton driver and made it complete. | Dale Rahn |
2007-02-23 | Use the maxpacket len from the pipe, not hardcoded. properly deal | Dale Rahn |
2007-02-15 | TX is working fine, turn off debug. | Dale Rahn |
2007-02-15 | Add a mapping for logical to physical endpoints, otherwise data tries to | Dale Rahn |
2007-02-15 | Fix transmit packet termination. odd length and 64 byte multiple packets | Dale Rahn |
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 |