Age | Commit message (Expand) | Author |
2014-09-30 | implement atomic operations using ll/sc, and convert rw_cas and callers of the | Jonathan Matthew |
2014-08-11 | Do not extern octeon_boot_info, <machine/octeonvar.h> declares it for you. | Miod Vallat |
2014-08-11 | Do not use CKSEG0 to quickly map physical addresses, but XKPHYS, for we are | Miod Vallat |
2014-08-11 | Get rid of the `quirks' member, which is never initialized (but by zero at | Miod Vallat |
2014-08-11 | Remove evcnt and %b format strings relying upon SEIL extensions. This gives | Miod Vallat |
2014-08-11 | De-static so that my ddb backtrace get closer to reality. | Miod Vallat |
2014-07-23 | correctly drain and destroy the bufq upon detach | Jasper Lievisse Adriaanse |
2014-07-22 | - remove unneeded header | Jasper Lievisse Adriaanse |
2014-07-22 | better warning for 8bit cards | Jasper Lievisse Adriaanse |
2014-07-22 | - use DL_SECTOBLK() instead of handrolling the same functionality | Jasper Lievisse Adriaanse |
2014-07-22 | Switch to MI functions disk_{gone,openpart,closepart} instead of handrolling | Jasper Lievisse Adriaanse |
2014-07-22 | <netinet/in_systm.h> is no longer needed. | Martin Pieuchot |
2014-07-21 | - whitespace cleanups (trailing whitespace, indentation) | Jasper Lievisse Adriaanse |
2014-07-14 | whitespace | Jasper Lievisse Adriaanse |
2014-07-13 | Keep track of port connections and port resets. | Paul Irofti |
2014-07-13 | Start handling host channel interrupts. | Paul Irofti |
2014-07-12 | Fix the last commit by proper dereferencing the disklabel partition. | Paul Irofti |
2014-07-12 | Fix USB connect freeze by clearing the host port interrupt. | Paul Irofti |
2014-07-12 | Oops. Correct variable name more likely to compile. | Kenneth R Westerback |
2014-07-12 | Calculate i/o starts and sizes in 'proper' sectors rather assuming | Kenneth R Westerback |
2014-07-12 | Whitespace | Paul Irofti |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | Fix root hub descriptors by matching ehci(4)'s descriptors. | Paul Irofti |
2014-07-12 | Implement Set Port Feature request support. | Paul Irofti |
2014-07-12 | Add support for Get Port Status requests. | Paul Irofti |
2014-07-12 | Add support for Get Hub Descriptor requests. | Paul Irofti |
2014-07-12 | I don't need to treat the (half-)empty Tx and Rx FIFO cases. | Paul Irofti |
2014-07-12 | Add support for the CLEAR FEATURE requests. | Paul Irofti |
2014-07-11 | Enable the interrupt routine. | Paul Irofti |
2014-07-10 | panic() doesn't need a newline | Jasper Lievisse Adriaanse |
2014-07-10 | Add missing dmesg colon after probe information. | Paul Irofti |
2014-07-10 | Add bus and root hub routines to prevent panic at attach. | Paul Irofti |
2014-07-10 | Align octhci(4) with the other HC drivers and add it as a commented entry | Martin Pieuchot |
2014-07-09 | Add work-in-progress octeon USB host controller support. | Paul Irofti |
2014-07-09 | Kill unused shutdown hook pointers. | Martin Pieuchot |
2014-06-17 | The io clock on Octeon II (CN6xxx) runs at a different rate to the cpu clock. | Jonathan Matthew |
2014-05-11 | hide two printfs behind an ifdef DEBUG; spotted by miod@ | Jasper Lievisse Adriaanse |
2014-05-10 | various format string fixes and remove -Wno-format from octeon | Jasper Lievisse Adriaanse |
2014-05-07 | Fix whitespace mistakes. | Paul Irofti |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-13 | Drop the REPUN bit from CvmCtl register not to allow unaligned access. | YASUOKA Masahiko |
2014-03-10 | - fix the mediastatus when the interface is not configured. | Jasper Lievisse Adriaanse |
2014-01-15 | Add support for the DS1337 TOD clocks found on some of the octeon models. | Paul Irofti |
2013-11-05 | octrng: Add name checks during match. | Paul Irofti |
2013-11-05 | octrng: Fix control flags. | Paul Irofti |
2013-11-05 | octrng: Disable debug by default. | Paul Irofti |
2013-11-01 | replace bare use of disksort with bufqs. | David Gwynne |
2013-10-30 | Remove redundant base adrress printing during attach. | Paul Irofti |
2013-10-24 | no need to inform us about every state and link speed change, so move that | Jasper Lievisse Adriaanse |
2013-10-24 | Add support for the hardware random number generator on the octeons. | Paul Irofti |