Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/include Add fields to hold PROM info to be us...
details: https://anonhg.NetBSD.org/src/rev/fdf8abbae047
branches: trunk
changeset: 483835:fdf8abbae047
user: pk <pk%NetBSD.org@localhost>
date: Sun Mar 19 13:45:23 2000 +0000
description:
Add fields to hold PROM info to be used in console device matching.
diffstat:
sys/arch/sparc/include/z8530var.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 42a4c9580567 -r fdf8abbae047 sys/arch/sparc/include/z8530var.h
--- a/sys/arch/sparc/include/z8530var.h Sun Mar 19 13:38:54 2000 +0000
+++ b/sys/arch/sparc/include/z8530var.h Sun Mar 19 13:45:23 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: z8530var.h,v 1.2 1998/03/21 19:43:17 pk Exp $ */
+/* $NetBSD: z8530var.h,v 1.3 2000/03/19 13:45:23 pk Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -54,6 +54,8 @@
struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */
/* Machine-dependent part follows... */
+ int zsc_promunit; /* PROM's view of zs devices */
+ int zsc_node; /* PROM node, if any */
struct evcnt zsc_intrcnt; /* count interrupts */
struct zs_chanstate zsc_cs_store[2];
};
Home |
Main Index |
Thread Index |
Old Index