patch-2.1.103 linux/drivers/pci/pci.c

Next file: linux/drivers/pci/pcisyms.c
Previous file: linux/drivers/pci/oldproc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.102/linux/drivers/pci/pci.c linux/drivers/pci/pci.c
@@ -1,10 +1,12 @@
 /*
- *	$Id: pci.c,v 1.84 1998/05/02 19:22:06 mj Exp $
+ *	$Id: pci.c,v 1.85 1998/05/12 07:36:01 mj Exp $
  *
- *	PCI Bus Services
+ *	PCI Bus Services, see include/linux/pci.h for further explanation.
  *
- *	Copyright 1993 -- 1998 Drew Eckhardt, Frederic Potter,
- *	David Mosberger-Tang, Martin Mares
+ *	Copyright 1993 -- 1997 Drew Eckhardt, Frederic Potter,
+ *	David Mosberger-Tang
+ *
+ *	Copyright 1997 -- 1998 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
  */
 
 #include <linux/config.h>
@@ -370,7 +372,7 @@
 		return;
 	}
 
-	printk("PCI: Probing PCI hardware.\n");
+	printk("PCI: Probing PCI hardware\n");
 
 	memset(&pci_root, 0, sizeof(pci_root));
 	pci_root.subordinate = pci_scan_bus(&pci_root);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov