Module Name: src
Committed By: skrll
Date: Sat Mar 26 08:42:07 UTC 2016
Modified Files:
src/sys/arch/arm/nvidia: tegra_var.h
Log Message:
G/C old structs
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/arm/nvidia/tegra_var.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/arm/nvidia/tegra_var.h
diff -u src/sys/arch/arm/nvidia/tegra_var.h:1.29 src/sys/arch/arm/nvidia/tegra_var.h:1.30
--- src/sys/arch/arm/nvidia/tegra_var.h:1.29 Tue Dec 22 22:12:08 2015
+++ src/sys/arch/arm/nvidia/tegra_var.h Sat Mar 26 08:42:07 2016
@@ -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 <[email protected]>
@@ -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;