diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-07-02 17:57:33 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-07-02 17:57:33 +0000 |
commit | 6d17e46779590d85228dfab86c00fd2ca968fa31 (patch) | |
tree | 3097714167fa8f2f165cfcac672803d327dace96 /sys/arch/mvme68k/include | |
parent | f8970b7c5d896f4ad492d9bd802ea350e715efb5 (diff) |
Kill ca_master in autoconf structures. Drivers either only attach to one
specific bus (mc/pcc/pcctwo), or they know it from the ca_bustype value,
and can use the globals sys_busname variables.
This also allows for some code simplifications.
Diffstat (limited to 'sys/arch/mvme68k/include')
-rw-r--r-- | sys/arch/mvme68k/include/autoconf.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/include/autoconf.h b/sys/arch/mvme68k/include/autoconf.h index 1a114ca1743..4a3a7be2549 100644 --- a/sys/arch/mvme68k/include/autoconf.h +++ b/sys/arch/mvme68k/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.8 2003/06/02 05:09:14 deraadt Exp $ */ +/* $OpenBSD: autoconf.h,v 1.9 2004/07/02 17:57:32 miod Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -37,8 +37,6 @@ struct confargs { int ca_ipl; int ca_vec; char *ca_name; - - void *ca_master; /* points to bus-dependent data */ }; #define BUS_MAIN 1 |