summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_jme.c
AgeCommit message (Expand)Author
2008-10-21Make sure to read the last byte of EEPROM descriptor. PreviouslyBrad Smith
2008-10-21Don't bounce transmitted packets up to the BPF listeners twice.Brad Smith
2008-10-20oops, testing printf shouldn't have been commited.Brad Smith
2008-10-20Enable support for RX checksum offload, RX VLAN tag stripping and TXBrad Smith
2008-10-20Remove ioctl handlers for MTU changing and multicast, they're alreadyBrad Smith
2008-10-14remove C99/C++ style commentsJonathan Gray
2008-10-14Don't be so pessimistic about the prospects of getting aJonathan Gray
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-09-29always need the vlan includes; ok jsgTheo de Raadt
2008-09-27remove a debug printf that is no longer requiredJonathan Gray
2008-09-26Add drivers for the JMicron JMC250/JMC260 Ethernet controllersJonathan Gray