Age | Commit message (Expand) | Author |
2005-11-04 | - splimp -> splnet | Brad Smith |
2005-09-11 | do not inline pci_mapreg_map() anymore as it is olrite now; brad@ ok | Michael Shalayeff |
2005-07-06 | - Rewritten TX to use only two pointers to track producer/consumer. | Brad Smith |
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith |
2004-09-23 | don't need to set ifp->if_mtu or ifp->if_output in each driver, | Brad Smith |
2004-06-06 | Multicast cleanups | Ryan Thomas McBride |
2004-04-14 | new vr; loki@animata.net | Theo de Raadt |
2003-12-29 | no vtophys(), don't need uvm_extern.h anymore. | Brad Smith |
2003-10-14 | Add htole and bus_dmamap_sync code. These allow if_vr to work on powerpc. | Dale Rahn |
2003-10-13 | last vtophys (tx data) is now dead. Needs dma sync's and probably more | Jason Wright |
2003-10-12 | only one vtophys left (tx data)... both the rx and tx descriptors are | Jason Wright |
2003-10-12 | rework rx to use bus_dma and sprinkle with a small amount of htole32. | Jason Wright |
2003-10-10 | unsmoke drugs in vr_encap() (simplify it quite alot) | Jason Wright |
2003-10-10 | lightly season with a touch of htole32()... a pinch will do. | Jason Wright |
2003-10-10 | another easy vtophys removal (tx descriptor setup)... 6 to go. | Jason Wright |
2003-10-10 | don't use vtophys on rx lists any more | Jason Wright |
2003-10-07 | Do not forget to initialise the version member of the softc, and bring | Miod Vallat |
2003-02-19 | Sync if_vr code with FreeBSD. This makes the driver much better when it comes | Miod Vallat |
2003-02-09 | Must set BCR0/BCR1 since they can override the RXCFG/TXCFG registers; from fr... | Jason Wright |
2003-01-12 | add support for via rhine III; Jonathon Fletcher, jonathon.fletcher at pobox ... | Jason Wright |
2003-01-12 | pad tx buffer with zero's; John L. Scarfone, j0 at cox.net | Jason Wright |
2002-11-19 | Add a simplistic table driven lookup routine and use it where appropriate. | Jason Wright |
2002-05-14 | Fixed ALTQ support. | Todd C. Miller |
2002-04-03 | back out ALTQ diff which breaks it; see PR 2517 | Theo de Raadt |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-12 | sync with KAME | Kenjiro Cho |
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-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski |
2001-08-12 | remove redundant vm includes | Michael Shalayeff |
2001-06-27 | ALTQ'ify network drivers. | Kenjiro Cho |
2001-06-24 | Program the address filter in vr_init(). Apparently the rhine cards are smart | Aaron Campbell |
2001-06-24 | more ether_input_mbuf() conversion. | Federico G. Schwindt |
2001-05-16 | Bring chip out of suspend mode in case we're booting after a shutdown from | Aaron Campbell |
2001-03-25 | Missing splx(s). Thanks to dawson and team for finding this one | Constantine Sapuntzakis |
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff |
2001-02-20 | add mii support to if_vr (mostly from FreeBSD) | Jason Wright |
2001-02-17 | no need for seperate variable to hold ethernet address... that's what | Jason Wright |
2001-02-17 | sync with freebsd up to switch to mii | Jason Wright |
2001-02-09 | Handle vr_encap() failure. From FreeBSD. | Aaron Campbell |
2000-07-02 | add via vt6102 id; freebsd-gnats | Jason Wright |
2000-02-15 | make sure to call ether_{add,del}multi() as appropriate in xxx_ioctl() | Jason Wright |
1999-09-13 | Remove statics | Niklas Hallqvist |
1999-08-05 | remove some debugging stuff | Jason Wright |
1999-02-26 | compensate for the fact that the check for ownership of a unicast packet | Jason Wright |
1999-02-24 | why do new manufacturers make identical products, but change the vendor field? | Theo de Raadt |
1999-01-30 | update to latest freebsd code, fixes stalls during heavy traffic | Niklas Hallqvist |
1999-01-10 | VIA Rhine driver, ported from FreeBSD; written by wpaul@ctr.columbia.edu. | Jason Downs |