summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_re_pci.c
AgeCommit message (Expand)Author
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
2006-06-07rename the Realtek RT8111B entry to RT8168.Brad Smith
2006-05-23according to the Linux 8139cp driver the TTTech MC322 adapter usesBrad Smith
2006-05-16attach 8139's capable of C+ mode to the re(4) driver, instead of the rl(4)Brad Smith
2006-03-27revert a small part of the last commit that wasn't supposed to go in.Brad Smith
2006-03-27add the Realtek RT8111B PCI Express Gigabit MAC.Brad Smith
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2005-07-22add Linksys EG1032 rev 3Brad Smith
2005-06-15add D-Link DGE-528T and US Robotics USR997902Brad Smith
2005-01-14split re(4) into bus-independent code (ic/re.c) and PCI front-endPeter Valchev