summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_vrreg.h
AgeCommit message (Expand)Author
2004-09-28Use ETHER_MAX_DIX_LEN/ETHER_MIN_LENBrad Smith
2004-05-19remove duplication, use ETHER_ALIGN from if_ether.hBrad Smith
2003-10-12only one vtophys left (tx data)... both the rx and tx descriptors areJason Wright
2003-10-12rework rx to use bus_dma and sprinkle with a small amount of htole32.Jason Wright
2003-10-10unsmoke drugs in vr_encap() (simplify it quite alot)Jason Wright
2003-10-10don't use vtophys on rx lists any moreJason Wright
2003-02-19Sync if_vr code with FreeBSD. This makes the driver much better when it comesMiod Vallat
2003-02-09Must set BCR0/BCR1 since they can override the RXCFG/TXCFG registers; from fr...Jason Wright
2001-05-16Bring chip out of suspend mode in case we're booting after a shutdown fromAaron Campbell
2001-02-20add mii support to if_vr (mostly from FreeBSD)Jason Wright
2001-02-17sync with freebsd up to switch to miiJason Wright
1999-01-30update to latest freebsd code, fixes stalls during heavy trafficNiklas Hallqvist
1999-01-10VIA Rhine driver, ported from FreeBSD; written by wpaul@ctr.columbia.edu.Jason Downs