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 XXX: gcc



details:   https://anonhg.NetBSD.org/src/rev/e0c456e2dd72
branches:  trunk
changeset: 554492:e0c456e2dd72
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Tue Oct 28 23:04:26 2003 +0000

description:
XXX: gcc

diffstat:

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

diffs (27 lines):

diff -r b19dd06b05d5 -r e0c456e2dd72 sys/arch/i386/pci/pchb.c
--- a/sys/arch/i386/pci/pchb.c  Tue Oct 28 22:56:19 2003 +0000
+++ b/sys/arch/i386/pci/pchb.c  Tue Oct 28 23:04:26 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pchb.c,v 1.47 2003/10/25 18:40:58 christos Exp $       */
+/*     $NetBSD: pchb.c,v 1.48 2003/10/28 23:04:26 mycroft Exp $        */
 
 /*-
  * Copyright (c) 1996, 1998, 2000 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pchb.c,v 1.47 2003/10/25 18:40:58 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pchb.c,v 1.48 2003/10/28 23:04:26 mycroft Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -111,7 +111,7 @@
        struct pcibus_attach_args pba;
        struct agpbus_attach_args apa;
        pcireg_t bcreg;
-       u_char bdnum, pbnum = 0;
+       u_char bdnum, pbnum = 0; /* XXX: gcc */
        pcitag_t tag;
        int doattach, attachflags, has_agp;
 



Home | Main Index | Thread Index | Old Index