Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/include Define struct alpha_pci_conf_readwrit...
details: https://anonhg.NetBSD.org/src/rev/166f17a6478a
branches: trunk
changeset: 767867:166f17a6478a
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Tue Aug 02 04:45:10 2011 +0000
description:
Define struct alpha_pci_conf_readwrite_args only once; fix build.
diffstat:
sys/arch/alpha/include/sysarch.h | 11 +----------
1 files changed, 1 insertions(+), 10 deletions(-)
diffs (25 lines):
diff -r 15a0f8bc3e98 -r 166f17a6478a sys/arch/alpha/include/sysarch.h
--- a/sys/arch/alpha/include/sysarch.h Tue Aug 02 03:41:16 2011 +0000
+++ b/sys/arch/alpha/include/sysarch.h Tue Aug 02 04:45:10 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sysarch.h,v 1.17 2011/07/28 20:30:06 dyoung Exp $ */
+/* $NetBSD: sysarch.h,v 1.18 2011/08/02 04:45:10 uebayasi Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -81,15 +81,6 @@
u_int32_t val;
};
-struct alpha_pci_conf_readwrite_args {
- int write;
- u_int bus;
- u_int device;
- u_int function;
- u_int reg;
- u_int32_t val;
-};
-
#ifdef _KERNEL
extern u_int alpha_bus_window_count[];
extern int (*alpha_bus_get_window)(int, int,
Home |
Main Index |
Thread Index |
Old Index