[BACK]Return to if_aevar.h CVS log [TXT][DIR] Up to [local] / sys / arch / mac68k / dev

Annotation of sys/arch/mac68k/dev/if_aevar.h, Revision 1.1

1.1     ! nbrk        1: /*     $OpenBSD: if_aevar.h,v 1.5 2007/01/22 13:17:45 martin Exp $     */
        !             2: /*     $NetBSD: if_aevar.h,v 1.10 2005/12/11 12:18:02 christos Exp $   */
        !             3:
        !             4: /*
        !             5:  * Device driver for National Semiconductor DS8390/WD83C690 based ethernet
        !             6:  * adapters.
        !             7:  *
        !             8:  * Copyright (c) 1994, 1995 Charles M. Hannum.  All rights reserved.
        !             9:  *
        !            10:  * Copyright (C) 1993, David Greenman.  This software may be used, modified,
        !            11:  * copied, distributed, and sold, in both source and binary form provided that
        !            12:  * the above copyright and these terms are retained.  Under no circumstances is
        !            13:  * the author responsible for the proper functioning of this software, nor does
        !            14:  * the author assume any responsibility for damages incurred with its use.
        !            15:  */
        !            16:
        !            17: int    ae_size_card_memory(bus_space_tag_t, bus_space_handle_t, int);
        !            18: int    ae_test_mem(struct dp8390_softc *);
        !            19: int    ae_write_mbuf(struct dp8390_softc *, struct mbuf *, int);

CVSweb