summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_vge.c
AgeCommit message (Expand)Author
2005-04-08fix parenthesisBrad Smith
2005-04-08- enable reception of VLAN sized framesBrad Smith
2005-04-02make use of if_link_state_change().Brad Smith
2005-03-15use IFQ_ rather than IF_ macro here too, maybe helps altq; ok henningPeter Valchev
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2004-12-27remove useless debugging leftoverPeter Valchev
2004-12-26Bounce the mbuf to the BPF listener before committing it to the wirePeter Valchev
2004-12-26htole32 and friends to get this working on big endian (macppc)Peter Valchev
2004-12-12a hack to read MAC address correctly on big endian; ok drahnPeter Valchev
2004-12-01VIA VT612x PCI Gigabit Ethernet adapter support, ok deraadtPeter Valchev