summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_re_pci.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* add Linksys EG1032 rev 3brad2005-07-221-1/+14
|
* add D-Link DGE-528T and US Robotics USR997902brad2005-06-151-1/+3
| | | | From: NetBSD
* split re(4) into bus-independent code (ic/re.c) and PCI front-endpvalchev2005-01-141-0/+186
(pci/if_re_pci.c) for soon-to-come cardbus support; ok deraadt