Subject: kern/30583: trivial PCIBIOS>PCI_FIXUP patch
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <prlw1@cam.ac.uk>
List: netbsd-bugs
Date: 06/23/2005 13:30:00
>Number:         30583
>Category:       kern
>Synopsis:       sed s/PCIBIOS_FIXUP/PCI_FIXUP/
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jun 23 13:30:00 +0000 2005
>Originator:     Patrick Welche
>Release:        NetBSD 3.99.6
>Organization:
>Environment:
>Description:
sed s/PCIBIOS_FIXUP/PCI_FIXUP/
>How-To-Repeat:
>Fix:
(there are tabs in there...)
Index: pccbb.c
===================================================================
RCS file: /cvsroot/src/sys/dev/pci/pccbb.c,v
retrieving revision 1.123
diff -u -r1.123 pccbb.c
--- pccbb.c	22 Jun 2005 22:57:17 -0000	1.123
+++ pccbb.c	23 Jun 2005 13:27:10 -0000
@@ -735,7 +735,7 @@
 	pccbb_pcmcia_attach_setup(sc, &paa);
 	caa.caa_cb_attach = NULL;
 	if (cba.cba_bus == 0)
-		printf("%s: secondary bus number uninitialized; try PCIBIOS_BUS_FIXUP\n", sc->sc_dev.dv_xname);
+		printf("%s: secondary bus number uninitialized; try PCI_BUS_FIXUP\n", sc->sc_dev.dv_xname);
 	else
 		caa.caa_cb_attach = &cba;
 	caa.caa_16_attach = &paa;

>Unformatted: