Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Add support for Farallon PN9000SX from FreeBSD.
details: https://anonhg.NetBSD.org/src/rev/774231b5d6c8
branches: trunk
changeset: 969922:774231b5d6c8
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Thu Mar 05 15:45:48 2020 +0000
description:
Add support for Farallon PN9000SX from FreeBSD.
diffstat:
sys/dev/pci/if_ti.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 387979666f67 -r 774231b5d6c8 sys/dev/pci/if_ti.c
--- a/sys/dev/pci/if_ti.c Thu Mar 05 15:43:30 2020 +0000
+++ b/sys/dev/pci/if_ti.c Thu Mar 05 15:45:48 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ti.c,v 1.119 2020/03/05 15:40:06 msaitoh Exp $ */
+/* $NetBSD: if_ti.c,v 1.120 2020/03/05 15:45:48 msaitoh Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -81,7 +81,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ti.c,v 1.119 2020/03/05 15:40:06 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ti.c,v 1.120 2020/03/05 15:45:48 msaitoh Exp $");
#include "opt_inet.h"
@@ -150,6 +150,8 @@
"Netgear GA620 1000BASE-T Ethernet" },
{ PCI_VENDOR_SGI, PCI_PRODUCT_SGI_TIGON,
"Silicon Graphics Gigabit Ethernet" },
+ { PCI_VENDOR_DEC, PCI_PRODUCT_DEC_PN9000SX,
+ "Farallon PN9000SX Gigabit Ethernet" },
{ 0, 0, NULL }
};
Home |
Main Index |
Thread Index |
Old Index