Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2]: src/sys/dev/pci Pull up following revision(s) (requested by h...
details: https://anonhg.NetBSD.org/src/rev/772261b7ce9e
branches: netbsd-2
changeset: 564433:772261b7ce9e
user: riz <riz%NetBSD.org@localhost>
date: Fri Mar 17 17:23:45 2006 +0000
description:
Pull up following revision(s) (requested by hw in ticket #10364):
sys/dev/pci/if_rtk_pci.c: revision 1.24
Add recognition of Nortel Baystack 21 as an rtk8139 variant.
Rest of information submitted in PR#33044.
diffstat:
sys/dev/pci/if_rtk_pci.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r bfc313bac889 -r 772261b7ce9e sys/dev/pci/if_rtk_pci.c
--- a/sys/dev/pci/if_rtk_pci.c Fri Mar 17 17:22:30 2006 +0000
+++ b/sys/dev/pci/if_rtk_pci.c Fri Mar 17 17:23:45 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_rtk_pci.c,v 1.20 2004/02/13 10:05:50 wiz Exp $ */
+/* $NetBSD: if_rtk_pci.c,v 1.20.4.1 2006/03/17 17:23:45 riz Exp $ */
/*
* Copyright (c) 1997, 1998
@@ -47,7 +47,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_rtk_pci.c,v 1.20 2004/02/13 10:05:50 wiz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_rtk_pci.c,v 1.20.4.1 2006/03/17 17:23:45 riz Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -113,6 +113,8 @@
RTK_8139, "SEGA Broadband Adapter" },
{ PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DFE530TXPLUS,
RTK_8139, "D-Link Systems DFE 530TX+" },
+ { PCI_VENDOR_NORTEL, PCI_PRODUCT_NORTEL_BAYSTACK_21,
+ RTK_8139, "Baystack 21 (MPX EN5038) 10/100BaseTX" },
{ 0, 0, 0, NULL }
};
Home |
Main Index |
Thread Index |
Old Index