Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / mac68k / include / nubus.h
blob7692c2ab92bb617e30cc7ea4ca65c2cbe0e5df65
1 #error Helloo? Paying attention? This version shouldn't be used.
2 /*-
3 * Copyright (C) 1993 Allen K. Briggs, Chris P. Caputo,
4 * Michael L. Finch, Bradley A. Grantham, and
5 * Lawrence A. Kesteloot
6 * All rights reserved.
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:
11 * 1. Redistributions of source code must retain the above copyright
12 * notice, this list of conditions and the following disclaimer.
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
15 * documentation and/or other materials provided with the distribution.
16 * 3. All advertising materials mentioning features or use of this software
17 * must display the following acknowledgement:
18 * This product includes software developed by the Alice Group.
19 * 4. The names of the Alice Group or any of its members may not be used
20 * to endorse or promote products derived from this software without
21 * specific prior written permission.
23 * THIS SOFTWARE IS PROVIDED BY THE ALICE GROUP ``AS IS'' AND ANY EXPRESS OR
24 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
25 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
26 * IN NO EVENT SHALL THE ALICE GROUP BE LIABLE FOR ANY DIRECT, INDIRECT,
27 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
28 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
30 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
32 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35 #ident "$Id: nubus.h,v 1.1 1993/09/29 06:09:22 briggs Exp $"
37 /* LAK: NuBus info */
39 struct nubus {
40 int slotnum; /* Which slot */
41 char str1[100]; /* First ID string */
42 char str2[100]; /* Second ID string */
43 char *addr; /* Address of board */
44 char *rom; /* Address of ROM */