From 6d17e46779590d85228dfab86c00fd2ca968fa31 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 2 Jul 2004 17:57:33 +0000 Subject: 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. --- sys/arch/mvme68k/include/autoconf.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/arch/mvme68k/include') 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 -- cgit v1.2.3