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 Oops, add back struct alpha_pci_conf_...
details: https://anonhg.NetBSD.org/src/rev/aa669a300efb
branches: trunk
changeset: 767374:aa669a300efb
user: dyoung <dyoung%NetBSD.org@localhost>
date: Sun Jul 17 04:30:56 2011 +0000
description:
Oops, add back struct alpha_pci_conf_readwrite_args.
diffstat:
sys/arch/alpha/include/sysarch.h | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r cffd5418ff90 -r aa669a300efb sys/arch/alpha/include/sysarch.h
--- a/sys/arch/alpha/include/sysarch.h Sun Jul 17 02:46:01 2011 +0000
+++ b/sys/arch/alpha/include/sysarch.h Sun Jul 17 04:30:56 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sysarch.h,v 1.15 2011/07/17 01:08:12 dyoung Exp $ */
+/* $NetBSD: sysarch.h,v 1.16 2011/07/17 04:30:56 dyoung Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -77,6 +77,15 @@
#define ALPHA_BUS_TYPE_PCI_MEM 1
#define ALPHA_BUS_TYPE_MAX 1
+struct alpha_pci_conf_readwrite_args {
+ int write;
+ u_int bus;
+ u_int device;
+ u_int function;
+ u_int reg;
+ u_int32_t val;
+};
+
extern u_int alpha_bus_window_count[];
extern int (*alpha_bus_get_window)(int, int,
struct alpha_bus_space_translation *);
Home |
Main Index |
Thread Index |
Old Index