summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2004-10-29 11:45:02 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2004-10-29 11:45:02 +0000
commit5653dae082c6b5ed535342c56b0baa1d95d1feea (patch)
tree06494d11ae0763cc651c4ef5e38ba22b3fc4bd87 /sys/dev/pci
parentd721634fb8b007f1edf765d3bdb953baa8f8bc9d (diff)
another re device from FreeBSD
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/if_re.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_re.c b/sys/dev/pci/if_re.c
index 9cb0ed948ec..a7dfdbcaee0 100644
--- a/sys/dev/pci/if_re.c
+++ b/sys/dev/pci/if_re.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_re.c,v 1.11 2004/10/29 00:33:20 pvalchev Exp $ */
+/* $OpenBSD: if_re.c,v 1.12 2004/10/29 11:45:01 jsg Exp $ */
/*
* Copyright (c) 1997, 1998-2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
@@ -166,6 +166,7 @@ int redebug = 0;
const struct pci_matchid re_devices[] = {
{ PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8169 },
+ { PCI_VENDOR_COREGA, PCI_PRODUCT_COREGA_CGLAPCIGT },
};
int re_probe (struct device *, void *, void *);