Age | Commit message (Expand) | Author |
2004-12-23 | change FXPF_UCODE to mean "firmware load attempted". if the first | Theo de Raadt |
2004-12-22 | Use vfs firmware loader for fxp(4) interrupt coalescing microcode. | Alexander Yurchenko |
2004-12-08 | Defer reinitialisation of the RU until after the interrupt handler has had | Christopher Pascoe |
2004-11-07 | struct ucode.length should be in number of elements (u_int32_t), not | Daniel Hartmeier |
2004-09-28 | remove if NVLAN around IFCAP_VLAN_MTU | Brad Smith |
2004-09-20 | remove software-based workaround for the resume issue. | Brad Smith |
2004-09-16 | whitespace cleanup | Markus Friedl |
2004-08-04 | interrupt coalescing on post 82557 chips; from freebsd via Dmitry Bogdan <dsb... | Michael Shalayeff |
2004-07-12 | rearrange config-time printfs | Theo de Raadt |
2004-06-27 | stop passing an empty enaddr around since we figure out the | Brad Smith |
2004-05-18 | fix from netbsd to twiddle the fxp eeprom to disable dynamic standby mode | Bob Beck |
2004-05-18 | Check for and handle interface CRC errors. | Bob Beck |
2004-05-12 | network drivers don't need to include bpfdesc.h | Ted Unangst |
2004-05-01 | Fix nasty bug where driver would not correctly catch and handle an rnr | Bob Beck |
2004-04-26 | Allocate rx buffer mbuf clusters at ifconfig time, release them when the | Ryan Thomas McBride |
2004-04-15 | Fix incorrect error message (rx dma map, not tx). | Ryan Thomas McBride |
2004-01-20 | when reading eeprom for the address, DELAY(4) during the operations. | Theo de Raadt |
2004-01-08 | typo from Pedro Martelletto; | Jason McIntyre |
2003-12-29 | no vtophys(), don't need uvm_extern.h anymore. | Brad Smith |
2003-12-23 | htole vs letoh (no functional change | Michael Shalayeff |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre |
2003-05-28 | The statistics are wrong endian. "netstat -i" now gives sane results. | Henric Jungheim |
2003-02-19 | use a nop with I bit set at the end of the tx chain. This avoids a race | Jason Wright |
2002-10-17 | Bigendian support for fxp, work from pefo with cleanups, ok art@ and others. | Dale Rahn |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-09 | a step towards consistancy; in general: | Todd T. Fries |
2002-05-13 | When collecting the completed tx descriptors, dmasync all of them | Artur Grabowski |
2002-05-13 | Don't leak memory when bus_dmamap_load_mbuf fails. | Artur Grabowski |
2002-05-10 | Zap an unsued define. | Artur Grabowski |
2002-05-10 | What we store on all archs just before the rfa is a pointer | Artur Grabowski |
2002-03-15 | Missing splx | Artur Grabowski |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-05 | Switch everything to the new bus_dmamap_sync API. | Artur Grabowski |
2001-09-20 | occured->occurred | Mike Pechkin |
2001-09-17 | Remove all of the last vestiges of vtophys (namely RFA's): | Jason Wright |
2001-08-27 | get direction of read/write correct in calls to bus_dmamap_sync() | Jason Wright |
2001-08-25 | deal with 5 arg form of bus_dmamap_sync() if available. | Jason Wright |
2001-08-10 | - make transmit use linked lists not indexed arrays (more like it was when I ... | Jason Wright |
2001-08-09 | - scb_wait() is now time based (not cpu speed based) | Jason Wright |
2001-08-03 | Fix logic for detecting 82558 and newer chips in pci; | Chris Cappuccio |
2001-07-18 | fix vtophys usage, mainly ppc-required; art@ ok and tried to bribe^H^H^H^H^Hm... | Michael Shalayeff |
2001-06-27 | ALTQ'ify network drivers. | Kenjiro Cho |
2001-06-23 | ether_input_mbuf(). | Federico G. Schwindt |
2001-06-13 | From NetBSD, 82562 requires a nop before a resume (tested by mickey) | Jason Wright |
2001-05-27 | Put back the fix for the possible leak and fix another bug | Artur Grabowski |
2001-05-26 | remove code which was obviously not tested. begone, sloppy code monkeys | Theo de Raadt |
2001-05-24 | When releasing the tx buffers, walk through all of them, don't abort when | Artur Grabowski |
2001-05-24 | typo | Artur Grabowski |