| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - By re-arranging the code in OF_decode_addr() somewhat and accepting | marius | 2009-12-23 | 1 | -33/+33 |
* | Style changes. | marius | 2009-12-23 | 1 | -14/+12 |
* | - Add support for the IOMMUs of Fire JBus to PCIe and Oberon Uranus | marius | 2009-12-23 | 3 | -43/+166 |
* | Fix whitespace according to style(9). | marius | 2009-12-23 | 1 | -29/+29 |
* | - Add quirk handling for ALi M5229, mainly setting the magic "force | marius | 2009-12-23 | 1 | -3/+24 |
* | - Sort the prototypes. | marius | 2009-12-23 | 1 | -24/+23 |
* | Fix a bug in gzipfs that prevented lseek() from working and add lseek() | jhb | 2009-12-23 | 2 | -16/+67 |
* | Add structures for OFW MSI/MSI-X support. These are identical for | marius | 2009-12-23 | 1 | -0/+25 |
* | Hook ebus(4) and isa(4) up to the sun4v LINT build in order to | marius | 2009-12-23 | 2 | -1/+5 |
* | - Remove devices which are/were only relevant for sun4u. | marius | 2009-12-23 | 1 | -19/+0 |
* | Don't probe the bq4802 variant found in Ultra 25 and 45 for now as | marius | 2009-12-23 | 1 | -4/+9 |
* | Don't use an out register to hold the vector number across the call | marius | 2009-12-23 | 1 | -11/+11 |
* | We don't need to generate DMA complete interrupt for every | yongari | 2009-12-23 | 2 | -1/+18 |
* | Correct STE_COUNTDOWN register offset. The datasheet was wrong. | yongari | 2009-12-23 | 1 | -1/+1 |
* | Remove unused duplicated register definition. It seems the | yongari | 2009-12-23 | 1 | -12/+0 |
* | Implement hardware MAC statistics counter support. The counters | yongari | 2009-12-23 | 2 | -25/+169 |
* | mostly style changes, such as removal of trailing whitespace, | luigi | 2009-12-23 | 1 | -183/+152 |
* | Report the correct result of mii_mediachg(). Previously it always | yongari | 2009-12-23 | 1 | -19/+12 |
* | Don't report link status if driver is not running. | yongari | 2009-12-23 | 1 | -0/+4 |
* | Overhaul RX filter programming. | yongari | 2009-12-23 | 1 | -62/+38 |
* | Reimplement controller reset. Datasheet says full reset takes about | yongari | 2009-12-23 | 1 | -8/+15 |
* | Don't reinitialize controller if driver is already running. This | yongari | 2009-12-23 | 1 | -2/+11 |
* | Allow proper tracing of posix_openpt(2). | ed | 2009-12-23 | 1 | -0/+2 |
* | When warning about possible netisr configuration problems during boot, | rwatson | 2009-12-23 | 1 | -4/+4 |
* | Refine netisr.c comments a bit. | rwatson | 2009-12-23 | 1 | -20/+28 |
* | fix build with the new fast lookup structure. | luigi | 2009-12-23 | 1 | -79/+56 |
* | fix build on 64-bit architectures. | luigi | 2009-12-23 | 1 | -15/+15 |
* | Calculate the average CPU clock frequency and export that through | marcel | 2009-12-23 | 1 | -0/+14 |
* | Export the bus, cpu and itc frequencies under the hw.freq sysctl node. | marcel | 2009-12-23 | 4 | -27/+43 |
* | Add a bit definition for invalid timestamp in the record header. | marcel | 2009-12-23 | 1 | -0/+1 |
* | Shorten the USB_QUIRK_ENTRY macro and undef it at the end, its only internal. | thompsa | 2009-12-23 | 1 | -238/+235 |
* | Move all Mass Storage Quirks over to the USB quirk module. | thompsa | 2009-12-23 | 3 | -688/+534 |
* | Sync usb vendor/product defines to p4 | thompsa | 2009-12-23 | 1 | -1/+8 |
* | Reimplement Tx status error handler as recommended by datasheet. | yongari | 2009-12-22 | 2 | -21/+76 |
* | Don't name parameters, for consistency with the rest of the file, and because | cognet | 2009-12-22 | 1 | -6/+6 |
* | - Correct an off-by-one error when calculating the end of a child | marius | 2009-12-22 | 1 | -2/+2 |
* | - Add support for the JBus to EBus bridges which hang off of nexus(4) | marius | 2009-12-22 | 1 | -104/+309 |
* | - Add macros for the states of the interrupt clear registers. | marius | 2009-12-22 | 1 | -2/+6 |
* | Prefer bus_write_{1,2,4}/bus_read_{1,2,4} to | yongari | 2009-12-22 | 2 | -11/+6 |
* | Make these constants unsigned which is more appropriate. | marius | 2009-12-22 | 1 | -9/+9 |
* | Prefer memory space register mapping over io space. If memory space | yongari | 2009-12-22 | 2 | -14/+15 |
* | Enroll these drivers in multipass probing. The motivation behind this | marius | 2009-12-22 | 11 | -13/+30 |
* | Instead of relying on hard resetting of controller to stop | yongari | 2009-12-22 | 1 | -20/+31 |
* | Don't build zfsboot, gptzfsboot, and zfsloader if WITHOUT_ZFS is enabled. | jhb | 2009-12-22 | 1 | -2/+8 |
* | Use ALLOW_NEW_SOURCES and BLOCK_OLD_SOURCES to signal a join or leave | bms | 2009-12-22 | 2 | -16/+60 |
* | Reimplement miibus_statchg method. Don't rely on link state change | yongari | 2009-12-22 | 2 | -52/+78 |
* | Add support for Intel SCH PATA controller. | mav | 2009-12-22 | 2 | -2/+40 |
* | Introduce sc_flags member variable and use it to keep track of | yongari | 2009-12-22 | 2 | -12/+11 |
* | merge code from ipfw3-head to reduce contention on the ipfw lock | luigi | 2009-12-22 | 12 | -402/+415 |
* | Add minimal dealy while ste(4) is waiting for the end of active DMA | yongari | 2009-12-22 | 1 | -0/+1 |