1*95e1ffb1Schristos /* $NetBSD: if_aevar.h,v 1.10 2005/12/11 12:18:02 christos Exp $ */ 26b0774a8Sscottr 36b0774a8Sscottr /* 46b0774a8Sscottr * Device driver for National Semiconductor DS8390/WD83C690 based ethernet 56b0774a8Sscottr * adapters. 66b0774a8Sscottr * 76b0774a8Sscottr * Copyright (c) 1994, 1995 Charles M. Hannum. All rights reserved. 86b0774a8Sscottr * 96b0774a8Sscottr * Copyright (C) 1993, David Greenman. This software may be used, modified, 106b0774a8Sscottr * copied, distributed, and sold, in both source and binary form provided that 116b0774a8Sscottr * the above copyright and these terms are retained. Under no circumstances is 126b0774a8Sscottr * the author responsible for the proper functioning of this software, nor does 136b0774a8Sscottr * the author assume any responsibility for damages incurred with its use. 146b0774a8Sscottr */ 156b0774a8Sscottr 167acd68b1Schs int ae_size_card_memory(bus_space_tag_t, bus_space_handle_t, int); 177acd68b1Schs int ae_test_mem(struct dp8390_softc *); 187acd68b1Schs int ae_write_mbuf(struct dp8390_softc *, struct mbuf *, int); 19