summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_re_pci.c
AgeCommit message (Expand)Author
2024-08-31net drivers may have mii children, but mii layer has no _activateTheo de Raadt
2024-05-24remove unneeded includes; ok miod@Jonathan Gray
2024-01-19consolidate pci and cardbus detach code, and have it detach kstats.David Gwynne
2022-03-11Constify struct cfattach.Martin Pieuchot
2021-01-24match on Realtek RTL8168H ids for Killer E2500V2 and E2600Jonathan Gray
2021-01-23match on another Realtek RTL8168 idJonathan Gray
2020-06-17Remove the bus specific sc_ih (interrup handle) variable and use the commonClaudio Jeker
2018-04-11Some (probably newer) re(4) cards don't have the 32-bit memory BAR thatPatrick Wildt
2017-06-12From FreeBSD (r227593, r307982):Kevin Lo
2015-12-28Rework re_start and re_txeof to only check the producer/consumer ringJonathan Matthew
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-03-08Revert patch responsible for locking up machines withTobias Ulmer
2015-02-19when reading the max packet size in the pcie device config andDavid Gwynne
2015-01-26Set PCIe max read request size to 2K to help with TX performance.Brad Smith
2014-12-22unifdef INETTed Unangst
2014-10-24Always put controller into known state before device intialization.Brad Smith
2014-09-06Various changes to the re(4) feature flags..Brad Smith
2014-07-22Fewer <netinet/in_systm.h>Martin Pieuchot
2013-11-18Enable MSI on the remaining chipsets.Brad Smith
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-08-03Enable MSI on RT810xE.Mark Kettenis
2013-01-16Sort the PCI ids.Brad Smith
2012-10-18Convert a number of old private copies of code which predatesTheo de Raadt
2012-09-26add D-Link DGE-530T to re(4), update re(4) manpageRyan Freeman
2011-06-09Backout MSI change. People are seeing watchdog timeouts, which must be causedMark Kettenis
2011-05-29Add MSI support.Mark Kettenis
2011-04-03use nitems(); no binary change for drivers that are compiled on amd64.Jasper Lievisse Adriaanse
2011-03-13Wake On LAN support for re(4).Stefan Sperling
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-07-27spacing; ok deraadt@Todd T. Fries
2010-07-27Make sure we stop DMA before we suspend. Remove unused argument to re_stop()Mark Kettenis
2009-11-26Only re-initialise interfaces on suspend if they were IFF_RUNNING.Mark Kettenis
2009-11-24Reset the chip an re-initialise the interface after reset. Resetting theMark Kettenis
2009-08-10More cases of shutdown hooks not needed after card is already stopped. InTheo de Raadt
2009-01-22Make re(4) at pci(4) detachable.Mark Kettenis
2008-10-12If re_attach() fails at any point make sure to disestablish variousBrad Smith
2008-10-05Detect if the adapter is a PCIe adapter and set the RL_FLAG_PCIE flagBrad Smith
2008-04-20Remove unused flags.Brad Smith
2008-02-17Simplify the hw revision handling by removing the use of theBrad Smith
2006-11-28move printing of the interrupt string into re_attach().Brad Smith
2006-11-06noone needs to know about the D0 state change; ok miodTheo de Raadt
2006-10-16Fix some "is is"s. ok otto@.Tom Cosgrove
2006-08-06fix message printing when resetting the power state.Brad Smith
2006-07-01(fxp/re)_attach_common -> (fxp/re)_attachBrad Smith
2006-06-30do not bother playing tag with the PCI_COMMAND_STATUS_REGTheo de Raadt
2006-06-27add new RealTek PCI ids.Brad Smith
2006-06-24de-register, ANSI functions and a little cleaning.Brad Smith
2006-06-17add sys/timeout.hBrad Smith
2006-06-09identify 8139's in C+ mode with RL_8139CPLUS instead of RL_8139; no functiona...Brad Smith