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