summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_stge.c
AgeCommit message (Expand)Author
2006-08-04simplify interface flags ioctl handler.Brad Smith
2006-07-12only call the init routine if the interface is not already running.Brad Smith
2006-07-12move a few structures and macros over to the header file.Brad Smith
2006-07-12use config space macros.Brad Smith
2006-07-12check ifp->if_hardmtu instead of ETHERMTU.Brad Smith
2006-07-12increase the maximum Jumbo frame length and correct the STGE_MaxFrameSizeBrad Smith
2006-06-11show the number of DMA segments that were in the packet that just failedBrad 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
2005-09-11do not inline pci_mapreg_map() anymore as it is olrite now; brad@ okMichael Shalayeff
2005-09-11Don't use a global variable to indicate that we areBrad Smith
2005-07-28add support for Sundance ST1023 Gigabit chipset.Brad Smith
2005-07-24don't need to enable bus mastering in stge_attach().Brad Smith
2005-07-24don't call stge_init() when changing the MTU.Brad Smith
2005-07-02clear IFF_RUNNING & IFF_OACTIVE in stge_stop() before de-allocating resourcesBrad Smith
2005-07-01enable RX HW checksum offloadBrad Smith
2005-06-28rev 1.28Brad Smith
2005-05-24remove NetBSD's event counter code.Brad Smith
2005-05-24- allow reception of VLAN sized framesBrad Smith
2005-05-23- Fix some big-endian issues.Brad Smith
2005-04-25csum -> csum_flagsBrad Smith
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2004-11-10- replace stge_lookup() with pci_matchbyid()Alexander Yurchenko
2004-10-03Add $OpenBSD$ tag.Alexander Yurchenko
2004-10-02Typo in comment.Alexander Yurchenko
2004-06-06Multicast cleanupsRyan Thomas McBride
2003-10-07use PCI_PMCSR instead of some magic value.Federico G. Schwindt
2003-08-11make dmesg prints closer to the rest of the driversMichael Shalayeff
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2002-07-10shorten address printoutTheo de Raadt
2001-11-29Driver for the Sundance/Tamarack TC-9021 Gigabit Ethernet Chip.Nathan Binkert