Age | Commit message (Expand) | Author |
2007-04-27 | only attach nx NICs with 128MB memory and a 32bit memory type for now | Reyk Floeter |
2007-04-27 | rename sc_io* types to sc_mem* to reflect the bus space memory type. | Reyk Floeter |
2007-04-27 | add NX_DEBUG macros | Reyk Floeter |
2007-04-27 | add a section to define the nx memory layout | Reyk Floeter |
2007-04-27 | Fix copy/paste-o in offset of TDINTCM register jointly spotted by dlg and | Chad Loder |
2007-04-27 | my txt fifo write bug is extremely strange. i need a delay before the | David Gwynne |
2007-04-26 | add a comment that NetXen provided hardware and documentation to make | Reyk Floeter |
2007-04-26 | sync | Michael Knudsen |
2007-04-26 | Add a bunch of nvidia pci ids from The Linux PCI ID Repository inspired | Michael Knudsen |
2007-04-26 | Some cleanup, ansify remaining K&R functions, neatly summarize the | Gordon Willem Klok |
2007-04-25 | hook the rx path up. | David Gwynne |
2007-04-25 | add some dprintfs to the fifo handlers. | David Gwynne |
2007-04-25 | when populating the rxf fifo, actually sync the rxf fifo at the start and | David Gwynne |
2007-04-25 | we only have to mask interrupts once when we bring the interface down | David Gwynne |
2007-04-25 | i got a reg init wrong, still no tx completion though. | David Gwynne |
2007-04-25 | enable tx completion interrupts and provide handling for them. | David Gwynne |
2007-04-25 | fix a dprintf in the debug path | David Gwynne |
2007-04-25 | more register init in tht_up | David Gwynne |
2007-04-25 | put a two second timeout on the chip init after the firmware is loaded | David Gwynne |
2007-04-25 | shift some bits like the spec says i should. | David Gwynne |
2007-04-25 | format string fix | David Gwynne |
2007-04-25 | add some debug to the tx paths so i can see packets go on and off the hw. | David Gwynne |
2007-04-25 | fix the conditions that the tx free path keeps looping on so that it will | David Gwynne |
2007-04-25 | configure the 10G mac and enable (more) interrupts when the interface is | David Gwynne |
2007-04-25 | split tht_fifo_ready into tht_fifo_writable and tht_fifo_readable. the way | David Gwynne |
2007-04-25 | start implementing interrupt handling. | David Gwynne |
2007-04-25 | add more register definitions, in particular the interrupt ones. | David Gwynne |
2007-04-25 | im an idiot. for (;;) { } while (condition); loops forever, no matter what | David Gwynne |
2007-04-25 | add some debug goo to be used soon | David Gwynne |
2007-04-24 | do not use static function declarations in kernel drivers (no | Reyk Floeter |
2007-04-24 | use the fifos ready byte counter in the firmware loading. | David Gwynne |
2007-04-23 | increment opackets and ipackets. clear OACTIVE when tx completes. | David Gwynne |
2007-04-23 | spelling in comment fix. | David Gwynne |
2007-04-23 | when we use a fifo we always seem to need to know how much of the fifo is | David Gwynne |
2007-04-23 | replace the code in the rxf and txt fifo handlers that loads the dma | David Gwynne |
2007-04-23 | add tht_write_dmap, and tht_write_pad. | David Gwynne |
2007-04-22 | this is my previous commit again, but this time it was tested. | David Gwynne |
2007-04-22 | process the tx free queue. this indicates when transmitted packets have | David Gwynne |
2007-04-22 | Correct offsets for Tx completion regs. | Mark Kettenis |
2007-04-22 | this is the start of the transmit path. this takes packets off the | David Gwynne |
2007-04-22 | only printf if the firmware load failed. | David Gwynne |
2007-04-22 | mark the ccb used for error handling as complete when it completes. this | David Gwynne |
2007-04-22 | unload the dmamap of the ccb used in ncq error handling once we've finished | David Gwynne |
2007-04-22 | hookup bpf. this pushes packets along bpf on the rx side. i need to write | David Gwynne |
2007-04-22 | start implementing processing of the rx descriptor fifo. this is the one | David Gwynne |
2007-04-22 | i seem to be having lots of trouble with writing bus_dmamap_sync calls | David Gwynne |
2007-04-22 | macros for accessing bits of the rx descriptors | David Gwynne |
2007-04-22 | prettier debug, if it is ever re-enabled, ok dlg | Theo de Raadt |
2007-04-21 | disable ahci debug output. ahci is working on the majority of chipsets, | David Gwynne |
2007-04-21 | backout: compile before you commit, please | Theo de Raadt |