summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_stge.c
AgeCommit message (Expand)Author
2009-12-07Fix a spacing nit, and replace a magic number with ETHER_ADDR_LEN.Stuart Henderson
2009-12-03Use 16-bit writes instead of 8-bit writes for writing theJasper Lievisse Adriaanse
2009-08-13- consistify cfdriver for the ethernet drivers (0 -> NULL)Jasper Lievisse Adriaanse
2009-08-10A few more simple cases of shutdown hooks which only call xxstop, whenTheo de Raadt
2009-07-28Replace "XXX ? from linux" with a descriptive comment. From Brad.Stuart Henderson
2009-07-26Fix flow control support:Mark Kettenis
2009-07-21Rewrite ioctl parts and rx filter handling. From Brad, tested byStuart Henderson
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-11-09Introduce bpf_mtap_ether(), which for the benefit of bpf listenersChristian Weisgerber
2008-10-22Fix a typo with the VLAN code.Brad Smith
2008-10-22Add support TX VLAN tag insertion and RX VLAN tag stripping.Brad Smith
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-10-23Sort the PCI id table and remove a comment which is no longer true.Brad Smith
2007-10-22only output on situations where power state is D3. unify the message inFederico G. Schwindt
2007-10-22Use pci_set_powerstate(), shrinking the code and unifying the differentFederico G. Schwindt
2006-12-29Pass MIIF_DOPAUSE to mii_attach().Mark Kettenis
2006-10-26Set Rx early threshold and Tx DMA thesholds.Brad Smith
2006-10-23use the Sundance TC9021 ids. this was done so that stge(4) will attachBrad Smith
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