diff options
| author | jdolecek <jdolecek@NetBSD.org> | 2000-05-11 15:42:00 +0000 |
|---|---|---|
| committer | jdolecek <jdolecek@NetBSD.org> | 2000-05-11 15:42:00 +0000 |
| commit | 2185bcc386e6e29032ccfa2d3606dcd26dbe2c50 (patch) | |
| tree | f9965c54d715df6572a037f8c6487f9123605c08 /sys/dev/mca/mcadevs.h | |
| parent | 2d2ad4f3e865d2eb356eedf8edee79226fb5e7aa (diff) | |
MI part of MicroChannel Architecture bus support
This work is based on code written by Scott D. Telford, the IBM
Token Ring card attachment was written by Gregory McGarry.
XXX this is still very experimental and development version; use at your
XXX own risk
Diffstat (limited to 'sys/dev/mca/mcadevs.h')
| -rw-r--r-- | sys/dev/mca/mcadevs.h | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/sys/dev/mca/mcadevs.h b/sys/dev/mca/mcadevs.h new file mode 100644 index 00000000000..adb6e3f39e4 --- /dev/null +++ b/sys/dev/mca/mcadevs.h @@ -0,0 +1,42 @@ +/* $NetBSD: mcadevs.h,v 1.1 2000/05/11 15:42:06 jdolecek Exp $ */ + +/* + * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. + * + * generated from: + * NetBSD + */ + +/* + * Copyright (c) 1996-1999 Scott D. Telford. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/ + * 3. The name of the author may not be used to endorse or promote products + * derived from this software without specific prior written permission + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + +/* + * Supported MCA devices + */ + +#define MCA_PRODUCT_AHA1640 0x0F1F /* Adaptec AHA-1640 SCSI Adapter */ +#define MCA_PRODUCT_3C523 0x6042 /* 3Com 3C523 Ethernet Adapter */ +#define MCA_PRODUCT_ITR 0xE001 /* IBM Token Ring 16/4 Adapter/A */ |
