Home | History | Annotate | Line # | Download | only in isa
fdcvar.h revision 1.1.6.2
      1  1.1.6.2  bouyer /*	$NetBSD: fdcvar.h,v 1.1.6.2 2000/11/20 11:41:14 bouyer Exp $	*/
      2  1.1.6.2  bouyer 
      3  1.1.6.2  bouyer /*-
      4  1.1.6.2  bouyer  * Copyright (c) 1998 The NetBSD Foundation, Inc.
      5  1.1.6.2  bouyer  * All rights reserved.
      6  1.1.6.2  bouyer  *
      7  1.1.6.2  bouyer  * This code is derived from software contributed to The NetBSD Foundation
      8  1.1.6.2  bouyer  * by Charles M. Hannum.
      9  1.1.6.2  bouyer  *
     10  1.1.6.2  bouyer  * Redistribution and use in source and binary forms, with or without
     11  1.1.6.2  bouyer  * modification, are permitted provided that the following conditions
     12  1.1.6.2  bouyer  * are met:
     13  1.1.6.2  bouyer  * 1. Redistributions of source code must retain the above copyright
     14  1.1.6.2  bouyer  *    notice, this list of conditions and the following disclaimer.
     15  1.1.6.2  bouyer  * 2. Redistributions in binary form must reproduce the above copyright
     16  1.1.6.2  bouyer  *    notice, this list of conditions and the following disclaimer in the
     17  1.1.6.2  bouyer  *    documentation and/or other materials provided with the distribution.
     18  1.1.6.2  bouyer  * 3. All advertising materials mentioning features or use of this software
     19  1.1.6.2  bouyer  *    must display the following acknowledgement:
     20  1.1.6.2  bouyer  *        This product includes software developed by the NetBSD
     21  1.1.6.2  bouyer  *        Foundation, Inc. and its contributors.
     22  1.1.6.2  bouyer  * 4. Neither the name of The NetBSD Foundation nor the names of its
     23  1.1.6.2  bouyer  *    contributors may be used to endorse or promote products derived
     24  1.1.6.2  bouyer  *    from this software without specific prior written permission.
     25  1.1.6.2  bouyer  *
     26  1.1.6.2  bouyer  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
     27  1.1.6.2  bouyer  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
     28  1.1.6.2  bouyer  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
     29  1.1.6.2  bouyer  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
     30  1.1.6.2  bouyer  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     31  1.1.6.2  bouyer  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     32  1.1.6.2  bouyer  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     33  1.1.6.2  bouyer  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     34  1.1.6.2  bouyer  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     35  1.1.6.2  bouyer  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
     36  1.1.6.2  bouyer  * POSSIBILITY OF SUCH DAMAGE.
     37  1.1.6.2  bouyer  */
     38  1.1.6.2  bouyer 
     39  1.1.6.2  bouyer /*-
     40  1.1.6.2  bouyer  * Copyright (c) 1990 The Regents of the University of California.
     41  1.1.6.2  bouyer  * All rights reserved.
     42  1.1.6.2  bouyer  *
     43  1.1.6.2  bouyer  * This code is derived from software contributed to Berkeley by
     44  1.1.6.2  bouyer  * Don Ahn.
     45  1.1.6.2  bouyer  *
     46  1.1.6.2  bouyer  * Redistribution and use in source and binary forms, with or without
     47  1.1.6.2  bouyer  * modification, are permitted provided that the following conditions
     48  1.1.6.2  bouyer  * are met:
     49  1.1.6.2  bouyer  * 1. Redistributions of source code must retain the above copyright
     50  1.1.6.2  bouyer  *    notice, this list of conditions and the following disclaimer.
     51  1.1.6.2  bouyer  * 2. Redistributions in binary form must reproduce the above copyright
     52  1.1.6.2  bouyer  *    notice, this list of conditions and the following disclaimer in the
     53  1.1.6.2  bouyer  *    documentation and/or other materials provided with the distribution.
     54  1.1.6.2  bouyer  * 3. All advertising materials mentioning features or use of this software
     55  1.1.6.2  bouyer  *    must display the following acknowledgement:
     56  1.1.6.2  bouyer  *	This product includes software developed by the University of
     57  1.1.6.2  bouyer  *	California, Berkeley and its contributors.
     58  1.1.6.2  bouyer  * 4. Neither the name of the University nor the names of its contributors
     59  1.1.6.2  bouyer  *    may be used to endorse or promote products derived from this software
     60  1.1.6.2  bouyer  *    without specific prior written permission.
     61  1.1.6.2  bouyer  *
     62  1.1.6.2  bouyer  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
     63  1.1.6.2  bouyer  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     64  1.1.6.2  bouyer  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     65  1.1.6.2  bouyer  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
     66  1.1.6.2  bouyer  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     67  1.1.6.2  bouyer  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     68  1.1.6.2  bouyer  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     69  1.1.6.2  bouyer  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     70  1.1.6.2  bouyer  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     71  1.1.6.2  bouyer  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     72  1.1.6.2  bouyer  * SUCH DAMAGE.
     73  1.1.6.2  bouyer  *
     74  1.1.6.2  bouyer  *	@(#)fd.c	7.4 (Berkeley) 5/25/91
     75  1.1.6.2  bouyer  */
     76  1.1.6.2  bouyer 
     77  1.1.6.2  bouyer /*
     78  1.1.6.2  bouyer  * Floppy formatting facilities merged from FreeBSD fd.c driver:
     79  1.1.6.2  bouyer  *	Id: fd.c,v 1.53 1995/03/12 22:40:56 joerg Exp
     80  1.1.6.2  bouyer  * which carries the same copyright/redistribution notice as shown above with
     81  1.1.6.2  bouyer  * the addition of the following statement before the "Redistribution and
     82  1.1.6.2  bouyer  * use ..." clause:
     83  1.1.6.2  bouyer  *
     84  1.1.6.2  bouyer  * Copyright (c) 1993, 1994 by
     85  1.1.6.2  bouyer  *  jc (at) irbs.UUCP (John Capo)
     86  1.1.6.2  bouyer  *  vak (at) zebub.msk.su (Serge Vakulenko)
     87  1.1.6.2  bouyer  *  ache (at) astral.msk.su (Andrew A. Chernov)
     88  1.1.6.2  bouyer  *
     89  1.1.6.2  bouyer  * Copyright (c) 1993, 1994, 1995 by
     90  1.1.6.2  bouyer  *  joerg_wunsch (at) uriah.sax.de (Joerg Wunsch)
     91  1.1.6.2  bouyer  *  dufault (at) hda.com (Peter Dufault)
     92  1.1.6.2  bouyer  */
     93  1.1.6.2  bouyer 
     94  1.1.6.2  bouyer enum fdc_state {
     95  1.1.6.2  bouyer 	DEVIDLE = 0,
     96  1.1.6.2  bouyer 	MOTORWAIT,
     97  1.1.6.2  bouyer 	DOSEEK,
     98  1.1.6.2  bouyer 	SEEKWAIT,
     99  1.1.6.2  bouyer 	SEEKTIMEDOUT,
    100  1.1.6.2  bouyer 	SEEKCOMPLETE,
    101  1.1.6.2  bouyer 	DOIO,
    102  1.1.6.2  bouyer 	IOCOMPLETE,
    103  1.1.6.2  bouyer 	IOTIMEDOUT,
    104  1.1.6.2  bouyer 	DORESET,
    105  1.1.6.2  bouyer 	RESETCOMPLETE,
    106  1.1.6.2  bouyer 	RESETTIMEDOUT,
    107  1.1.6.2  bouyer 	DORECAL,
    108  1.1.6.2  bouyer 	RECALWAIT,
    109  1.1.6.2  bouyer 	RECALTIMEDOUT,
    110  1.1.6.2  bouyer 	RECALCOMPLETE,
    111  1.1.6.2  bouyer };
    112  1.1.6.2  bouyer 
    113  1.1.6.2  bouyer /* software state, per controller */
    114  1.1.6.2  bouyer struct fdc_softc {
    115  1.1.6.2  bouyer 	struct device sc_dev;		/* boilerplate */
    116  1.1.6.2  bouyer 	void *sc_ih;
    117  1.1.6.2  bouyer 
    118  1.1.6.2  bouyer 	bus_space_tag_t sc_iot;		/* ISA i/o space identifier */
    119  1.1.6.2  bouyer 	bus_space_handle_t sc_ioh;	/* ISA io handle */
    120  1.1.6.2  bouyer 	isa_chipset_tag_t sc_ic;	/* ISA chipset info */
    121  1.1.6.2  bouyer 
    122  1.1.6.2  bouyer 	struct callout sc_timo_ch;	/* timeout callout */
    123  1.1.6.2  bouyer 	struct callout sc_intr_ch;	/* pseudo-intr callout */
    124  1.1.6.2  bouyer 
    125  1.1.6.2  bouyer 	/*
    126  1.1.6.2  bouyer 	 * XXX We have port overlap with the first IDE controller.
    127  1.1.6.2  bouyer 	 * Until we have a reasonable solution for handling overlap
    128  1.1.6.2  bouyer 	 * like this, we kludge access to our control register at
    129  1.1.6.2  bouyer 	 * offset 7.
    130  1.1.6.2  bouyer 	 */
    131  1.1.6.2  bouyer 	bus_space_handle_t sc_fdctlioh;
    132  1.1.6.2  bouyer #define	sc_fdinioh	sc_fdctlioh
    133  1.1.6.2  bouyer 
    134  1.1.6.2  bouyer 	int sc_drq;
    135  1.1.6.2  bouyer 	bus_size_t sc_maxiosize;
    136  1.1.6.2  bouyer 
    137  1.1.6.2  bouyer 	struct fd_softc *sc_fd[4];	/* pointers to children */
    138  1.1.6.2  bouyer 	TAILQ_HEAD(drivehead, fd_softc) sc_drives;
    139  1.1.6.2  bouyer 	enum fdc_state sc_state;
    140  1.1.6.2  bouyer 	int sc_errors;			/* number of retries so far */
    141  1.1.6.2  bouyer 	u_char sc_status[7];		/* copy of registers */
    142  1.1.6.2  bouyer };
    143  1.1.6.2  bouyer 
    144  1.1.6.2  bouyer int	out_fdc __P((bus_space_tag_t iot, bus_space_handle_t ioh, u_char x));
    145  1.1.6.2  bouyer 
    146  1.1.6.2  bouyer void	fdcattach __P((struct fdc_softc *));
    147  1.1.6.2  bouyer int	fdcintr __P((void *));
    148