1 1.19 dsl /* $NetBSD: autoconf.h,v 1.19 2009/03/14 14:46:04 dsl Exp $ */ 2 1.1 jonathan 3 1.1 jonathan /* 4 1.1 jonathan * Copyright (c) 1994, 1995 Carnegie-Mellon University. 5 1.1 jonathan * All rights reserved. 6 1.1 jonathan * 7 1.1 jonathan * Author: Chris G. Demetriou 8 1.12 simonb * 9 1.1 jonathan * Permission to use, copy, modify and distribute this software and 10 1.1 jonathan * its documentation is hereby granted, provided that both the copyright 11 1.1 jonathan * notice and this permission notice appear in all copies of the 12 1.1 jonathan * software, derivative works or modified versions, and any portions 13 1.1 jonathan * thereof, and that both notices appear in supporting documentation. 14 1.12 simonb * 15 1.12 simonb * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" 16 1.12 simonb * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND 17 1.1 jonathan * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. 18 1.12 simonb * 19 1.1 jonathan * Carnegie Mellon requests users of this software to return to 20 1.1 jonathan * 21 1.1 jonathan * Software Distribution Coordinator or Software.Distribution (at) CS.CMU.EDU 22 1.1 jonathan * School of Computer Science 23 1.1 jonathan * Carnegie Mellon University 24 1.1 jonathan * Pittsburgh PA 15213-3890 25 1.1 jonathan * 26 1.1 jonathan * any improvements or extensions that they make and grant Carnegie the 27 1.1 jonathan * rights to redistribute these changes. 28 1.1 jonathan */ 29 1.1 jonathan 30 1.17 ad #ifndef _PMAX_AUTOCONF_H_ 31 1.17 ad #define _PMAX_AUTOCONF_H_ 32 1.17 ad 33 1.1 jonathan /* 34 1.18 simonb * Machine-dependent structures for autoconfiguration 35 1.1 jonathan */ 36 1.1 jonathan 37 1.14 nisimura struct mainbus_attach_args { 38 1.14 nisimura const char *ma_name; /* device name */ 39 1.14 nisimura int ma_slot; /* CPU "slot" number; only meaningful 40 1.14 nisimura when attaching CPUs */ 41 1.1 jonathan }; 42 1.11 nisimura 43 1.19 dsl void makebootdev(char *); 44 1.17 ad 45 1.17 ad #endif /* !_PMAX_AUTOCONF_H_ */ 46