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