Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Whitespace KNF.
details: https://anonhg.NetBSD.org/src/rev/c042d0e396fe
branches: trunk
changeset: 533306:c042d0e396fe
user: junyoung <junyoung%NetBSD.org@localhost>
date: Thu Jun 27 06:44:17 2002 +0000
description:
Whitespace KNF.
diffstat:
sys/dev/pci/vga_pci.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r f111601b90f1 -r c042d0e396fe sys/dev/pci/vga_pci.c
--- a/sys/dev/pci/vga_pci.c Thu Jun 27 06:34:23 2002 +0000
+++ b/sys/dev/pci/vga_pci.c Thu Jun 27 06:44:17 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vga_pci.c,v 1.13 2002/06/27 06:26:55 junyoung Exp $ */
+/* $NetBSD: vga_pci.c,v 1.14 2002/06/27 06:44:17 junyoung Exp $ */
/*
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vga_pci.c,v 1.13 2002/06/27 06:26:55 junyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vga_pci.c,v 1.14 2002/06/27 06:44:17 junyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -188,6 +188,7 @@
vga_pci_cnattach(bus_space_tag_t iot, bus_space_tag_t memt,
pci_chipset_tag_t pc, int bus, int device, int function)
{
+
return (vga_cnattach(iot, memt, WSDISPLAY_TYPE_PCIVGA, 0));
}
Home |
Main Index |
Thread Index |
Old Index