Home | History | Annotate | Line # | Download | only in isa
pccons_isavar.h revision 1.1.26.1
      1  1.1.26.1  skrll /* $NetBSD: pccons_isavar.h,v 1.1.26.1 2005/01/24 08:33:58 skrll 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.1   soda  *
     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.1   soda  *
     16       1.1   soda  * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
     17       1.1   soda  * 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.1   soda  *
     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.1.26.1  skrll 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