11.1Suwe/*	$NetBSD: igsfb_pcivar.h,v 1.1 2003/05/10 01:51:56 uwe Exp $ */
21.1Suwe
31.1Suwe/*
41.1Suwe * Copyright (c) 2003 Valeriy E. Ushakov
51.1Suwe * All rights reserved.
61.1Suwe *
71.1Suwe * Redistribution and use in source and binary forms, with or without
81.1Suwe * modification, are permitted provided that the following conditions
91.1Suwe * are met:
101.1Suwe * 1. Redistributions of source code must retain the above copyright
111.1Suwe *    notice, this list of conditions and the following disclaimer.
121.1Suwe * 2. Redistributions in binary form must reproduce the above copyright
131.1Suwe *    notice, this list of conditions and the following disclaimer in the
141.1Suwe *    documentation and/or other materials provided with the distribution.
151.1Suwe * 3. The name of the author may not be used to endorse or promote products
161.1Suwe *    derived from this software without specific prior written permission
171.1Suwe *
181.1Suwe * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
191.1Suwe * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
201.1Suwe * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
211.1Suwe * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
221.1Suwe * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
231.1Suwe * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
241.1Suwe * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
251.1Suwe * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
261.1Suwe * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
271.1Suwe * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
281.1Suwe */
291.1Suwe
301.1Suwe/*
311.1Suwe * Integraphics Systems IGA 168x and CyberPro series.
321.1Suwe */
331.1Suwe#ifndef _DEV_PCI_IGSFB_PCIVAR_H_
341.1Suwe#define _DEV_PCI_IGSFB_PCIVAR_H_
351.1Suwe
361.1Suweextern int
371.1Suweigsfb_pci_cnattach(bus_space_tag_t, bus_space_tag_t, pci_chipset_tag_t,
381.1Suwe		   int, int, int);
391.1Suwe
401.1Suwe#endif /* _DEV_PCI_IGSFB_PCIVAR_H_ */
41