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