Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.14 /arch/i386/kernel/pci-pc.c

Filename:/arch/i386/kernel/pci-pc.c
Lines Added:3
Lines Deleted:3
Also changed in: (Previous) 2.4.13-ac8  2.4.13-ac7  2.4.13-ac6  2.4.13-ac5  2.4.13-ac4  2.4.13-ac3 
(Following) 2.4.15-pre2  2.4.15-pre3  2.4.15-pre4  2.4.15-pre5  2.4.15-pre6  2.4.15-pre7 

Location
[  2.4.14
  [  arch
    [  i386
      [  kernel
         o  pci-pc.c

Patch

diff -u --recursive --new-file v2.4.13/linux/arch/i386/kernel/pci-pc.c linux/arch/i386/kernel/pci-pc.c
--- v2.4.13/linux/arch/i386/kernel/pci-pc.c   Tue Oct  9 17:06:51 2001
+++ linux/arch/i386/kernel/pci-pc.c   Sun Nov  4 09:31:58 2001
@@ -1,7 +1,7 @@
 /*
  *   Low-Level PCI Support for PC
  *
- *   (c) 1999--2000 Martin Mares <mj@suse.cz>
+ *   (c) 1999--2000 Martin Mares <mj@ucw.cz>
  */
 
 #include <linux/config.h>
@@ -521,7 +521,7 @@
       DBG("PCI: BIOS probe returned s=%02x hw=%02x ver=%02x.%02x l=%02x\n",
          status, hw_mech, major_ver, minor_ver, pcibios_last_bus);
       if (status || signature != PCI_SIGNATURE) {
-         printk (KERN_ERR "PCI: BIOS BUG #%x[%08x] found, report to <mj@suse.cz>\n",
+         printk (KERN_ERR "PCI: BIOS BUG #%x[%08x] found\n",
             status, signature);
          return 0;
       }
@@ -773,7 +773,7 @@
       if (sum != 0)
          continue;
       if (check->fields.revision != 0) {
-         printk("PCI: unsupported BIOS32 revision %d at 0x%p, report to <mj@suse.cz>\n",
+         printk("PCI: unsupported BIOS32 revision %d at 0x%p\n",
             check->fields.revision, check);
          continue;
       }


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.