[BACK]Return to tc_conf.h CVS log [TXT][DIR] Up to [local] / sys / arch / alpha / tc

Annotation of sys/arch/alpha/tc/tc_conf.h, Revision 1.1

1.1     ! nbrk        1: /* $OpenBSD: tc_conf.h,v 1.8 2004/06/28 02:28:43 aaron Exp $ */
        !             2: /* $NetBSD: tc_conf.h,v 1.10 2000/06/04 19:14:29 cgd Exp $ */
        !             3:
        !             4: /*
        !             5:  * Copyright (c) 1995 Carnegie-Mellon University.
        !             6:  * All rights reserved.
        !             7:  *
        !             8:  * Author: Chris G. Demetriou
        !             9:  *
        !            10:  * Permission to use, copy, modify and distribute this software and
        !            11:  * its documentation is hereby granted, provided that both the copyright
        !            12:  * notice and this permission notice appear in all copies of the
        !            13:  * software, derivative works or modified versions, and any portions
        !            14:  * thereof, and that both notices appear in supporting documentation.
        !            15:  *
        !            16:  * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
        !            17:  * CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND
        !            18:  * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
        !            19:  *
        !            20:  * Carnegie Mellon requests users of this software to return to
        !            21:  *
        !            22:  *  Software Distribution Coordinator  or  Software.Distribution@CS.CMU.EDU
        !            23:  *  School of Computer Science
        !            24:  *  Carnegie Mellon University
        !            25:  *  Pittsburgh PA 15213-3890
        !            26:  *
        !            27:  * any improvements or extensions that they make and grant Carnegie the
        !            28:  * rights to redistribute these changes.
        !            29:  */
        !            30:
        !            31: /*
        !            32:  * Machine-specific TurboChannel configuration definitions.
        !            33:  */
        !            34:
        !            35: #ifdef DEC_3000_500
        !            36: #include <alpha/tc/tc_dma_3000_500.h>
        !            37:
        !            38: extern void    tc_3000_500_intr_setup(void);
        !            39: extern void    tc_3000_500_iointr(void *, unsigned long);
        !            40:
        !            41: extern void    tc_3000_500_intr_establish(struct device *, void *,
        !            42:                    tc_intrlevel_t, int (*)(void *), void *);
        !            43: extern void    tc_3000_500_intr_disestablish(struct device *, void *);
        !            44:
        !            45: extern int     tc_3000_500_nslots;
        !            46: extern struct tc_slotdesc tc_3000_500_slots[];
        !            47: extern int     tc_3000_500_graphics_nbuiltins;
        !            48: extern struct tc_builtin tc_3000_500_graphics_builtins[];
        !            49: extern int     tc_3000_500_nographics_nbuiltins;
        !            50: extern struct tc_builtin tc_3000_500_nographics_builtins[];
        !            51: #endif /* DEC_3000_500 */
        !            52:
        !            53: #ifdef DEC_3000_300
        !            54: #include <alpha/tc/tc_dma_3000_300.h>
        !            55:
        !            56: extern void    tc_3000_300_intr_setup(void);
        !            57: extern void    tc_3000_300_iointr(void *, unsigned long);
        !            58:
        !            59: extern void    tc_3000_300_intr_establish(struct device *, void *,
        !            60:                    tc_intrlevel_t, int (*)(void *), void *);
        !            61: extern void    tc_3000_300_intr_disestablish(struct device *, void *);
        !            62:
        !            63: extern int     tc_3000_300_nslots;
        !            64: extern struct tc_slotdesc tc_3000_300_slots[];
        !            65: extern int     tc_3000_300_nbuiltins;
        !            66: extern struct tc_builtin tc_3000_300_builtins[];
        !            67: #endif /* DEC_3000_300 */
        !            68:
        !            69: extern int     tc_fb_cnattach(tc_addr_t);
        !            70:

CVSweb