summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_vic.c
AgeCommit message (Expand)Author
2006-05-31- stop counting input/output bytes in the driver as this is taken care ofBrad Smith
2006-05-28- remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO.Brad Smith
2006-05-28unknown ioctl is ENOTTY not EINVALJason Wright
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-04- Use sc->sc_dev.dv_xname everywhere.Brad Smith
2006-02-26clean up if there is a failure to attach.Brad Smith
2006-02-26store the shutdown hook pointer in the softc struct.Brad Smith
2006-02-26vic(4) is PCI only so make it look like a typical PCI only driver.Brad Smith
2006-02-25Add vic(4), a driver for the VMware vmxnet network interface. This isReyk Floeter