Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-09 | - keep a spare dmamap_t around for rx (use it to keep the old mbuf loaded | Jason Wright | |
while trying to get the next buffer setup). - reduce ring size for both rx & tx | |||
2001-10-04 | move stats update into ticker | Jason Wright | |
allocate all dmamaps in advance (and use load/unload/sync as appropriate) | |||
2001-10-02 | De uglify (a bit) and garbage collect a bunch of now unused functions. | Jason Wright | |
2001-10-02 | Pull in a change I wrote a -long- time ago: avoid {bcopy/memcpy} into statically | Jason Wright | |
allocated buffers. Use the buffer provided in the mbuf (after bus_dmaifying it, of course) instead [This is only step one: next step, garbage collection and deuglification] | |||
2001-08-21 | bus independent part of hme driver from netbsd | Jason Wright | |