Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/nvidia G/C old structs
details: https://anonhg.NetBSD.org/src/rev/8b5e6913f5bb
branches: trunk
changeset: 344389:8b5e6913f5bb
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Mar 26 08:42:07 2016 +0000
description:
G/C old structs
diffstat:
sys/arch/arm/nvidia/tegra_var.h | 37 +------------------------------------
1 files changed, 1 insertions(+), 36 deletions(-)
diffs (51 lines):
diff -r 9fc6a8200ae3 -r 8b5e6913f5bb sys/arch/arm/nvidia/tegra_var.h
--- a/sys/arch/arm/nvidia/tegra_var.h Sat Mar 26 08:41:16 2016 +0000
+++ b/sys/arch/arm/nvidia/tegra_var.h Sat Mar 26 08:42:07 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tegra_var.h,v 1.29 2015/12/22 22:12:08 jmcneill Exp $ */
+/* $NetBSD: tegra_var.h,v 1.30 2016/03/26 08:42:07 skrll Exp $ */
/*-
* Copyright (c) 2015 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -35,41 +35,6 @@
#include "opt_tegra.h"
-struct tegra_locators {
- const char *loc_name;
- bus_addr_t loc_offset;
- bus_size_t loc_size;
- int loc_port;
- int loc_intr;
-#define TEGRAIO_INTR_DEFAULT 0
-};
-
-struct tegraio_attach_args {
- struct tegra_locators tio_loc;
- bus_space_tag_t tio_bst;
- bus_space_tag_t tio_a4x_bst;
- bus_space_handle_t tio_bsh;
- bus_dma_tag_t tio_dmat;
-};
-
-struct tegrafb_attach_args {
- bool tfb_console;
- bus_dma_tag_t tfb_dmat;
- bus_dmamap_t tfb_dmamap;
- void *tfb_dmap;
- u_int tfb_width;
- u_int tfb_height;
- u_int tfb_depth;
- u_int tfb_stride;
- device_t tfb_outputdev;
-};
-
-struct tegrausbphy_attach_args {
- bus_space_tag_t tup_bst;
- bus_space_handle_t tup_bsh;
- u_int tup_port;
-};
-
extern struct bus_space armv7_generic_bs_tag;
extern struct bus_space armv7_generic_a4x_bs_tag;
extern bus_space_handle_t tegra_ppsb_bsh;
Home |
Main Index |
Thread Index |
Old Index