Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Cleanup. No functional change.



details:   https://anonhg.NetBSD.org/src/rev/b6eaaba5ff00
branches:  trunk
changeset: 786037:b6eaaba5ff00
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Apr 12 03:33:17 2013 +0000

description:
Cleanup. No functional change.

diffstat:

 sys/dev/pci/if_bge.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r a197ca1cf660 -r b6eaaba5ff00 sys/dev/pci/if_bge.c
--- a/sys/dev/pci/if_bge.c      Fri Apr 12 03:32:28 2013 +0000
+++ b/sys/dev/pci/if_bge.c      Fri Apr 12 03:33:17 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_bge.c,v 1.236 2013/04/11 11:24:07 msaitoh Exp $     */
+/*     $NetBSD: if_bge.c,v 1.237 2013/04/12 03:33:17 msaitoh Exp $     */
 
 /*
  * Copyright (c) 2001 Wind River Systems
@@ -79,7 +79,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.236 2013/04/11 11:24:07 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.237 2013/04/12 03:33:17 msaitoh Exp $");
 
 #include "vlan.h"
 
@@ -184,7 +184,7 @@
 
 typedef int (*bge_eaddr_fcn_t)(struct bge_softc *, uint8_t[]);
 
-static uint32_t bge_chipid(const struct pci_attach_args *pa);
+static uint32_t bge_chipid(const struct pci_attach_args *);
 static int bge_probe(device_t, cfdata_t, void *);
 static void bge_attach(device_t, device_t, void *);
 static int bge_detach(device_t, int);
@@ -4156,7 +4156,7 @@
        }
 
        /* 57XX step 18 */
-       /* Wirte mac mode. 
+       /* Write mac mode. 
         * XXX Write 0x0c for 5703S and 5704S
         */
        val = CSR_READ_4(sc, BGE_MAC_MODE);



Home | Main Index | Thread Index | Old Index