Home | History | Annotate | Line # | Download | only in isa
      1  1.4  tsutsui /* $NetBSD: pccons_isavar.h,v 1.4 2011/03/06 14:58:43 tsutsui Exp $ */
      2  1.1     soda /* NetBSD: vga_isavar.h,v 1.1 1998/03/22 15:14:36 drochner Exp  */
      3  1.1     soda 
      4  1.1     soda /*
      5  1.1     soda  * Copyright (c) 1996 Carnegie-Mellon University.
      6  1.1     soda  * All rights reserved.
      7  1.1     soda  *
      8  1.1     soda  * Author: Chris G. Demetriou
      9  1.4  tsutsui  *
     10  1.1     soda  * Permission to use, copy, modify and distribute this software and
     11  1.1     soda  * its documentation is hereby granted, provided that both the copyright
     12  1.1     soda  * notice and this permission notice appear in all copies of the
     13  1.1     soda  * software, derivative works or modified versions, and any portions
     14  1.1     soda  * thereof, and that both notices appear in supporting documentation.
     15  1.4  tsutsui  *
     16  1.4  tsutsui  * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
     17  1.4  tsutsui  * CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND
     18  1.1     soda  * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
     19  1.4  tsutsui  *
     20  1.1     soda  * Carnegie Mellon requests users of this software to return to
     21  1.1     soda  *
     22  1.1     soda  *  Software Distribution Coordinator  or  Software.Distribution (at) CS.CMU.EDU
     23  1.1     soda  *  School of Computer Science
     24  1.1     soda  *  Carnegie Mellon University
     25  1.1     soda  *  Pittsburgh PA 15213-3890
     26  1.1     soda  *
     27  1.1     soda  * any improvements or extensions that they make and grant Carnegie the
     28  1.1     soda  * rights to redistribute these changes.
     29  1.1     soda  */
     30  1.1     soda 
     31  1.2  tsutsui int pccons_isa_cnattach(bus_space_tag_t, bus_space_tag_t);
     32  1.1     soda 
     33  1.1     soda extern struct pccons_config *pccons_isa_conf;
     34