Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/pci syntax error in comment



details:   https://anonhg.NetBSD.org/src/rev/3f0d2edda749
branches:  trunk
changeset: 552058:3f0d2edda749
user:      drochner <drochner%NetBSD.org@localhost>
date:      Wed Sep 17 11:57:34 2003 +0000

description:
syntax error in comment

diffstat:

 sys/arch/i386/pci/pcibios.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 79eb7ebf8391 -r 3f0d2edda749 sys/arch/i386/pci/pcibios.c
--- a/sys/arch/i386/pci/pcibios.c       Wed Sep 17 11:56:19 2003 +0000
+++ b/sys/arch/i386/pci/pcibios.c       Wed Sep 17 11:57:34 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcibios.c,v 1.11 2003/02/26 22:23:09 fvdl Exp $        */
+/*     $NetBSD: pcibios.c,v 1.12 2003/09/17 11:57:34 drochner Exp $    */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pcibios.c,v 1.11 2003/02/26 22:23:09 fvdl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pcibios.c,v 1.12 2003/09/17 11:57:34 drochner Exp $");
 
 #include "opt_pcibios.h"
 
@@ -242,7 +242,7 @@
                p = (caddr_t)ISA_HOLE_VADDR(pa);
                if (*(int *)p != BIOS32_MAKESIG('$', 'P', 'I', 'R')) {
                        /*
-                        * XXX: Some laptops (Toshiba/Libretto L series
+                        * XXX: Some laptops (Toshiba/Libretto L series)
                         * use _PIR instead of $PIR. So we try that too.
                         */
                        if (*(int *)p != BIOS32_MAKESIG('_', 'P', 'I', 'R'))



Home | Main Index | Thread Index | Old Index