summaryrefslogtreecommitdiff
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
parentd721634fb8b007f1edf765d3bdb953baa8f8bc9d (diff)
another re device from FreeBSD
-rw-r--r--distrib/notes/amd64/hardware3
-rw-r--r--distrib/notes/i386/hardware3
-rw-r--r--distrib/notes/macppc/hardware3
-rw-r--r--share/man/man4/re.44
-rw-r--r--sys/dev/pci/if_re.c3
5 files changed, 11 insertions, 5 deletions
diff --git a/distrib/notes/amd64/hardware b/distrib/notes/amd64/hardware
index 26e5e3b7dfc..ab659834f0a 100644
--- a/distrib/notes/amd64/hardware
+++ b/distrib/notes/amd64/hardware
@@ -1,4 +1,4 @@
-dnl $OpenBSD: hardware,v 1.22 2004/10/17 19:28:28 grange Exp $
+dnl $OpenBSD: hardware,v 1.23 2004/10/29 11:45:01 jsg Exp $
OpenBSD/MACHINE OSREV should work on all Athlon 64-based and
compatible designs.
@@ -485,6 +485,7 @@ dnl US Robotics 2445 PCMCIA
SysKonnect SK-9D41
Realtek 8169/8169S/8110S based PCI adapters, including:
Buffalo LGY-PCI-GT (8169S)
+ Corega CG-LAPCIGT (8169S)
Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)
PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)
Xterasys XN-152 10/100/1000 NIC (8169)
diff --git a/distrib/notes/i386/hardware b/distrib/notes/i386/hardware
index c6456e1f88c..620af9c2843 100644
--- a/distrib/notes/i386/hardware
+++ b/distrib/notes/i386/hardware
@@ -1,4 +1,4 @@
-dnl $OpenBSD: hardware,v 1.167 2004/10/27 09:20:46 henning Exp $
+dnl $OpenBSD: hardware,v 1.168 2004/10/29 11:45:01 jsg Exp $
OpenBSD/MACHINE OSREV works across a broad range of standard PCs and
clones, with a wide variety of processors and I/O bus architectures. It
can be expected to install and run with minimal difficulties on most
@@ -593,6 +593,7 @@ Supported hardware {:-include-:}:
SysKonnect SK-9D41
Realtek 8169/8169S/8110S based PCI adapters, including:
Buffalo LGY-PCI-GT (8169S)
+ Corega CG-LAPCIGT (8169S)
Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)
PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)
Xterasys XN-152 10/100/1000 NIC (8169)
diff --git a/distrib/notes/macppc/hardware b/distrib/notes/macppc/hardware
index eb6f09d95c1..efea3ff4946 100644
--- a/distrib/notes/macppc/hardware
+++ b/distrib/notes/macppc/hardware
@@ -1,4 +1,4 @@
-dnl $OpenBSD: hardware,v 1.39 2004/10/15 23:25:02 jsg Exp $
+dnl $OpenBSD: hardware,v 1.40 2004/10/29 11:45:01 jsg Exp $
OpenBSD/MACHINE OSREV runs on iMac, G4 Power Macintosh, and G4 Cube, as well
as PowerBook and iBook machines.
@@ -111,6 +111,7 @@ Supported devices {:-include-:}:
Intel PRO/1000MT Quad PCI-X Adapter (PWLA8494MT)
Realtek 8169/8169S/8110S based PCI adapters, including:
Buffalo LGY-PCI-GT (8169S)
+ Corega CG-LAPCIGT (8169S)
Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)
PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)
Xterasys XN-152 10/100/1000 NIC (8169)
diff --git a/share/man/man4/re.4 b/share/man/man4/re.4
index 0374561aac8..74ea04e987c 100644
--- a/share/man/man4/re.4
+++ b/share/man/man4/re.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: re.4,v 1.7 2004/10/11 08:15:22 jsg Exp $
+.\" $OpenBSD: re.4,v 1.8 2004/10/29 11:45:01 jsg Exp $
.\" Copyright (c) 2003
.\" Bill Paul <wpaul@windriver.com>. All rights reserved.
.\"
@@ -56,6 +56,8 @@ Buffalo LGY-PCI-GT (8169S)
.\" .It
.\" Compaq Evo N1015v Integrated Ethernet (8139C+)
.It
+Corega CG-LAPCIGT (8169S)
+.It
Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)
.It
PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)
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 *);