mcadevs.h revision 1.4 1 1.1 jdolecek /* $NetBSD: mcadevs.h,v 1.4 2001/03/19 22:20:30 jdolecek Exp $ */
2 1.1 jdolecek
3 1.1 jdolecek /*
4 1.1 jdolecek * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
5 1.1 jdolecek *
6 1.1 jdolecek * generated from:
7 1.4 jdolecek * NetBSD: mcadevs,v 1.3 2001/03/19 22:20:05 jdolecek Exp
8 1.1 jdolecek */
9 1.1 jdolecek
10 1.2 jdolecek /*-
11 1.2 jdolecek * Copyright (c) 2000 The NetBSD Foundation, Inc.
12 1.2 jdolecek * Copyright (c) 1996-1999 Scott D. Telford.
13 1.2 jdolecek * All rights reserved.
14 1.2 jdolecek *
15 1.2 jdolecek * This code is derived from software contributed to The NetBSD Foundation
16 1.2 jdolecek * by Scott Telford <s.telford (at) ed.ac.uk>.
17 1.1 jdolecek *
18 1.1 jdolecek * Redistribution and use in source and binary forms, with or without
19 1.1 jdolecek * modification, are permitted provided that the following conditions
20 1.1 jdolecek * are met:
21 1.1 jdolecek * 1. Redistributions of source code must retain the above copyright
22 1.1 jdolecek * notice, this list of conditions and the following disclaimer.
23 1.1 jdolecek * 2. Redistributions in binary form must reproduce the above copyright
24 1.1 jdolecek * notice, this list of conditions and the following disclaimer in the
25 1.2 jdolecek * documentation and/or other materials provided with the distribution.
26 1.2 jdolecek * 3. All advertising materials mentioning features or use of this software
27 1.2 jdolecek * must display the following acknowledgement:
28 1.2 jdolecek * This product includes software developed by the NetBSD
29 1.2 jdolecek * Foundation, Inc. and its contributors.
30 1.2 jdolecek * 4. Neither the name of The NetBSD Foundation nor the names of its
31 1.2 jdolecek * contributors may be used to endorse or promote products derived
32 1.2 jdolecek * from this software without specific prior written permission.
33 1.1 jdolecek *
34 1.2 jdolecek * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
35 1.2 jdolecek * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
36 1.2 jdolecek * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
37 1.2 jdolecek * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
38 1.2 jdolecek * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
39 1.2 jdolecek * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
40 1.2 jdolecek * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
41 1.2 jdolecek * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
42 1.2 jdolecek * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
43 1.2 jdolecek * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
44 1.2 jdolecek * POSSIBILITY OF SUCH DAMAGE.
45 1.1 jdolecek */
46 1.1 jdolecek
47 1.1 jdolecek /*
48 1.1 jdolecek * Supported MCA devices
49 1.1 jdolecek */
50 1.1 jdolecek
51 1.1 jdolecek #define MCA_PRODUCT_AHA1640 0x0F1F /* Adaptec AHA-1640 SCSI Adapter */
52 1.3 jdolecek #define MCA_PRODUCT_3C523 0x6042 /* 3Com EtherLink/MC Ethernet Adapter (3C523) */
53 1.4 jdolecek #define MCA_PRODUCT_3C529 0x627C /* 3Com 3C529 Ethernet Adapter */
54 1.4 jdolecek #define MCA_PRODUCT_3C529_TP 0x627D /* 3Com 3C529-TP Ethernet Adapter */
55 1.4 jdolecek #define MCA_PRODUCT_3C529_TM 0x62DB /* 3Com 3C529 Ethernet Adapter (test mode) */
56 1.4 jdolecek #define MCA_PRODUCT_3C529_2T 0x62F6 /* 3Com 3C529 Ethernet Adapter (10base2/T) */
57 1.4 jdolecek #define MCA_PRODUCT_3C529_T 0x62F7 /* 3Com 3C529 Ethernet Adapter (10baseT) */
58 1.1 jdolecek #define MCA_PRODUCT_ITR 0xE001 /* IBM Token Ring 16/4 Adapter/A */
59 1.4 jdolecek #define MCA_PRODUCT_IBM_MOD 0xEDFF /* IBM Internal Modem */
60