Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/sys/dev/pci Pull up revision 1.38 (requested by briggs ...
details: https://anonhg.NetBSD.org/src/rev/26f4af43fc88
branches: netbsd-2-0
changeset: 560620:26f4af43fc88
user: tron <tron%NetBSD.org@localhost>
date: Wed Apr 28 07:06:49 2004 +0000
description:
Pull up revision 1.38 (requested by briggs in ticket #220):
Add a default case to the product ID attachment to print the chip
description and revision information if a chip is matched and this
switch statement isn't updated to match. Addresses PR kern/18019.
diffstat:
sys/dev/pci/if_fxp_pci.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 6d12ee4f46ce -r 26f4af43fc88 sys/dev/pci/if_fxp_pci.c
--- a/sys/dev/pci/if_fxp_pci.c Wed Apr 28 07:04:42 2004 +0000
+++ b/sys/dev/pci/if_fxp_pci.c Wed Apr 28 07:06:49 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_fxp_pci.c,v 1.37 2004/03/12 13:22:28 drochner Exp $ */
+/* $NetBSD: if_fxp_pci.c,v 1.37.2.1 2004/04/28 07:06:49 tron Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_fxp_pci.c,v 1.37 2004/03/12 13:22:28 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_fxp_pci.c,v 1.37.2.1 2004/04/28 07:06:49 tron Exp $");
#include "rnd.h"
@@ -410,6 +410,7 @@
case PCI_PRODUCT_INTEL_PRO_100_VM_5:
case PCI_PRODUCT_INTEL_PRO_100_VM_6:
case PCI_PRODUCT_INTEL_82801EB_LAN:
+ default:
aprint_normal(": %s, rev %d\n", fpp->fpp_name, sc->sc_rev);
/*
Home |
Main Index |
Thread Index |
Old Index