summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_re_pci.c
AgeCommit message (Expand)Author
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