Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/dev/pci Apply patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/70dd22765158
branches:  netbsd-1-5
changeset: 490960:70dd22765158
user:      he <he%NetBSD.org@localhost>
date:      Thu Mar 22 03:13:47 2001 +0000

description:
Apply patch (requested by he):
  The function puc_find_description() is now external, so make it so.

diffstat:

 sys/dev/pci/puc.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 5d80fe8cd0ba -r 70dd22765158 sys/dev/pci/puc.c
--- a/sys/dev/pci/puc.c Thu Mar 22 03:04:22 2001 +0000
+++ b/sys/dev/pci/puc.c Thu Mar 22 03:13:47 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: puc.c,v 1.4.4.1 2001/03/22 01:52:40 he Exp $   */
+/*     $NetBSD: puc.c,v 1.4.4.2 2001/03/22 03:13:47 he Exp $   */
 
 /*
  * Copyright (c) 1996, 1998, 1999
@@ -95,8 +95,6 @@
        sizeof(struct puc_softc), puc_match, puc_attach
 };
 
-static const struct puc_device_description *
-       puc_find_description __P((pcireg_t, pcireg_t, pcireg_t, pcireg_t));
 static const char *
        puc_port_type_name __P((int));
 
@@ -319,7 +317,7 @@
        return ((*cf->cf_attach->ca_match)(parent, cf, aux));
 }
 
-static const struct puc_device_description *
+const struct puc_device_description *
 puc_find_description(vend, prod, svend, sprod)
        pcireg_t vend, prod, svend, sprod;
 {



Home | Main Index | Thread Index | Old Index