Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/dev/sbus Pull up revision 1.5 (requested by martin ...
details: https://anonhg.NetBSD.org/src/rev/bbd1fcb9db12
branches: netbsd-1-6
changeset: 529451:bbd1fcb9db12
user: tron <tron%NetBSD.org@localhost>
date: Fri Nov 22 17:37:45 2002 +0000
description:
Pull up revision 1.5 (requested by martin in ticket #948):
Use the structures defined in bsd_openprom.h for "reg", "range",
and "intr" properties, rather than having identical-except-for-names
sbus_* and iommu_* versions.
diffstat:
sys/dev/sbus/qecvar.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r ccf42ad9bfed -r bbd1fcb9db12 sys/dev/sbus/qecvar.h
--- a/sys/dev/sbus/qecvar.h Fri Nov 22 17:37:36 2002 +0000
+++ b/sys/dev/sbus/qecvar.h Fri Nov 22 17:37:45 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: qecvar.h,v 1.4 1999/01/17 20:47:50 pk Exp $ */
+/* $NetBSD: qecvar.h,v 1.4.36.1 2002/11/22 17:37:45 tron Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -41,9 +41,9 @@
struct sbusdev sc_sd; /* sbus device */
bus_space_tag_t sc_bustag; /* bus & dma tags */
bus_dma_tag_t sc_dmatag;
- struct sbus_range *sc_range; /* PROM ranges */
+ struct openprom_range *sc_range;/* PROM ranges */
int sc_nrange; /* */
- struct sbus_intr *sc_intr; /* interrupt info */
+ struct openprom_intr *sc_intr; /* interrupt info */
bus_space_handle_t sc_regs; /* QEC registers */
int sc_nchannels; /* # of channels on board */
Home |
Main Index |
Thread Index |
Old Index