summaryrefslogtreecommitdiff
path: root/sys/dev/pci/hifn7751var.h
AgeCommit message (Expand)Author
2000-06-02callback is always staticTheo de Raadt
2000-05-08crank MAX_SCATTER to handle large chain lengths; deraadt ok'd.Jason Wright
2000-04-14not EXPORTJason Wright
2000-04-13remove bit definitions and associated macros for hifn_command.flags since itJason Wright
2000-04-13- let hifn_process() compute the mask bits for the command descriptorsJason Wright
2000-04-13remove unnecessary variableJason Wright
2000-04-11- add support for buffers that are not aligned (or end on a non 4byte boundary)Jason Wright
2000-04-10- Add back code from the original aeon driver to handle missed interrupts byJason Wright
2000-04-04add mac result pointer to the callback routineJason Wright
2000-03-29- update copyrightsJason Wright
2000-03-29remove round-robin use of the boards. We're depending on the upper layerJason Wright
2000-03-29Long over due checkpoint:Jason Wright
2000-03-22eissed another renamning of result_status -> result_flagsJason Wright
2000-03-22convert some spaces to tabs and make variable names the same as theJason Wright
2000-03-16move aeon to hifn7751Theo de Raadt
1999-02-24handle scatter-gather, seperate src/dst mbuf, etcTheo de Raadt
1999-02-21use src/dst descriptor chaining out of an mbufTheo de Raadt
1999-02-19invertex aeon driver baseTheo de Raadt