Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci opt_pciverbose.h -> opt_pci.h (it's gonna be use...
details: https://anonhg.NetBSD.org/src/rev/148713761690
branches: trunk
changeset: 483964:148713761690
user: cgd <cgd%NetBSD.org@localhost>
date: Wed Mar 22 00:36:29 2000 +0000
description:
opt_pciverbose.h -> opt_pci.h (it's gonna be used by more things, soon)
diffstat:
sys/dev/pci/files.pci | 4 ++--
sys/dev/pci/pci_subr.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r e24f45b0b712 -r 148713761690 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci Wed Mar 22 00:17:46 2000 +0000
+++ b/sys/dev/pci/files.pci Wed Mar 22 00:36:29 2000 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: files.pci,v 1.78 2000/03/16 14:52:23 ad Exp $
+# $NetBSD: files.pci,v 1.79 2000/03/22 00:36:30 cgd Exp $
#
# Config file and device description for machine-independent PCI code.
# Included by ports that need it. Requires that the SCSI files be
# defined first.
-defopt PCIVERBOSE
+defopt opt_pci.h PCIVERBOSE
device pci {[dev = -1], [function = -1]}
attach pci at pcibus
diff -r e24f45b0b712 -r 148713761690 sys/dev/pci/pci_subr.c
--- a/sys/dev/pci/pci_subr.c Wed Mar 22 00:17:46 2000 +0000
+++ b/sys/dev/pci/pci_subr.c Wed Mar 22 00:36:29 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_subr.c,v 1.34 2000/01/25 22:30:04 drochner Exp $ */
+/* $NetBSD: pci_subr.c,v 1.35 2000/03/22 00:36:29 cgd Exp $ */
/*
* Copyright (c) 1997 Zubin D. Dittia. All rights reserved.
@@ -36,7 +36,7 @@
* PCI autoconfiguration support functions.
*/
-#include "opt_pciverbose.h"
+#include "opt_pci.h"
#include <sys/param.h>
#include <sys/systm.h>
Home |
Main Index |
Thread Index |
Old Index