Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Add a missing blank line between two functions.
details: https://anonhg.NetBSD.org/src/rev/2287885bb2be
branches: trunk
changeset: 550876:2287885bb2be
user: tron <tron%NetBSD.org@localhost>
date: Sun Aug 24 09:38:53 2003 +0000
description:
Add a missing blank line between two functions.
diffstat:
sys/dev/pci/agp.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r c54617682f64 -r 2287885bb2be sys/dev/pci/agp.c
--- a/sys/dev/pci/agp.c Sun Aug 24 09:35:49 2003 +0000
+++ b/sys/dev/pci/agp.c Sun Aug 24 09:38:53 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: agp.c,v 1.29 2003/07/20 18:56:32 hannken Exp $ */
+/* $NetBSD: agp.c,v 1.30 2003/08/24 09:38:53 tron Exp $ */
/*-
* Copyright (c) 2000 Doug Rabson
@@ -65,7 +65,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: agp.c,v 1.29 2003/07/20 18:56:32 hannken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: agp.c,v 1.30 2003/08/24 09:38:53 tron Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -299,6 +299,7 @@
else
sc->as_chipc = NULL;
}
+
int
agp_map_aperture(struct pci_attach_args *pa, struct agp_softc *sc)
{
Home |
Main Index |
Thread Index |
Old Index