summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_re_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the bus specific sc_ih (interrup handle) variable and use the commonclaudio2020-06-171-7/+6
* Some (probably newer) re(4) cards don't have the 32-bit memory BAR thatpatrick2018-04-111-7/+13
* From FreeBSD (r227593, r307982):kevlo2017-06-121-2/+10
* Rework re_start and re_txeof to only check the producer/consumer ringjmatthew2015-12-281-3/+3
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Revert patch responsible for locking up machines withtobiasu2015-03-081-22/+2
* when reading the max packet size in the pcie device config anddlg2015-02-191-2/+2
* Set PCIe max read request size to 2K to help with TX performance.brad2015-01-261-2/+22
* unifdef INETtedu2014-12-221-3/+1
* Always put controller into known state before device intialization.brad2014-10-241-2/+1
* Various changes to the re(4) feature flags..brad2014-09-061-1/+3
* Fewer <netinet/in_systm.h>mpi2014-07-221-3/+1
* Enable MSI on the remaining chipsets.brad2013-11-181-7/+22
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Enable MSI on RT810xE.kettenis2013-08-031-2/+7
* Sort the PCI ids.brad2013-01-161-6/+6
* Convert a number of old private copies of code which predatesderaadt2012-10-181-28/+2
* add D-Link DGE-530T to re(4), update re(4) manpagerfreeman2012-09-261-1/+2
* Backout MSI change. People are seeing watchdog timeouts, which must be causedkettenis2011-06-091-2/+2
* Add MSI support.kettenis2011-05-291-2/+2
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-2/+2
* Wake On LAN support for re(4).stsp2011-03-131-1/+6
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-5/+1
* spacing; ok deraadt@todd2010-07-271-2/+2
* Make sure we stop DMA before we suspend. Remove unused argument to re_stop()kettenis2010-07-271-2/+4
* Only re-initialise interfaces on suspend if they were IFF_RUNNING.kettenis2009-11-261-2/+3
* Reset the chip an re-initialise the interface after reset. Resetting thekettenis2009-11-241-2/+23
* More cases of shutdown hooks not needed after card is already stopped. Inderaadt2009-08-101-3/+1
* Make re(4) at pci(4) detachable.kettenis2009-01-221-6/+45
* If re_attach() fails at any point make sure to disestablish variousbrad2008-10-121-2/+5
* Detect if the adapter is a PCIe adapter and set the RL_FLAG_PCIE flagbrad2008-10-051-1/+8
* Remove unused flags.brad2008-04-201-3/+1
* Simplify the hw revision handling by removing the use of thebrad2008-02-171-12/+2
* move printing of the interrupt string into re_attach().brad2006-11-281-3/+2
* noone needs to know about the D0 state change; ok miodderaadt2006-11-061-1/+3
* Fix some "is is"s. ok otto@.tom2006-10-161-2/+2
* fix message printing when resetting the power state.brad2006-08-061-4/+3
* (fxp/re)_attach_common -> (fxp/re)_attachbrad2006-07-011-2/+2
* do not bother playing tag with the PCI_COMMAND_STATUS_REGderaadt2006-06-301-16/+4
* add new RealTek PCI ids.brad2006-06-271-1/+3
* de-register, ANSI functions and a little cleaning.brad2006-06-241-3/+3
* add sys/timeout.hbrad2006-06-171-1/+2
* identify 8139's in C+ mode with RL_8139CPLUS instead of RL_8139; no functional change.brad2006-06-091-3/+3
* rename the Realtek RT8111B entry to RT8168.brad2006-06-071-2/+2
* according to the Linux 8139cp driver the TTTech MC322 adapter usesbrad2006-05-231-3/+10
* attach 8139's capable of C+ mode to the re(4) driver, instead of the rl(4)brad2006-05-161-2/+12
* revert a small part of the last commit that wasn't supposed to go in.brad2006-03-271-7/+2
* add the Realtek RT8111B PCI Express Gigabit MAC.brad2006-03-271-5/+9
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-5/+1