summaryrefslogtreecommitdiff
path: root/sys/dev/ic/stivar.h
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2003-08-17 02:47:48 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2003-08-17 02:47:48 +0000
commit374e688448aeebf450c5d79fd92cfbc4ad9697e5 (patch)
treeb1214474e61aa28e048bbe4ce6500b1f0befa955 /sys/dev/ic/stivar.h
parent91b236809a5b990ba91af6acd683521fc9fa2418 (diff)
cleanup
Diffstat (limited to 'sys/dev/ic/stivar.h')
-rw-r--r--sys/dev/ic/stivar.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/ic/stivar.h b/sys/dev/ic/stivar.h
index 88b9abc0147..e851add5b6c 100644
--- a/sys/dev/ic/stivar.h
+++ b/sys/dev/ic/stivar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: stivar.h,v 1.10 2003/06/02 19:24:22 mickey Exp $ */
+/* $OpenBSD: stivar.h,v 1.11 2003/08/17 02:47:47 mickey Exp $ */
/*
* Copyright (c) 2000-2003 Michael Shalayeff
@@ -29,8 +29,6 @@
#ifndef _IC_STIVAR_H_
#define _IC_STIVAR_H_
-/* #define STIDEBUG */
-
struct sti_softc {
struct device sc_dev;
void *sc_ih;
@@ -41,7 +39,7 @@ struct sti_softc {
#define STI_CONSOLE 0x0004
int sc_devtype;
int sc_nscreens;
-
+
bus_space_tag_t iot, memt;
bus_space_handle_t ioh, romh, fbh;