5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2 of the License, or
8 (at your option) any later version.
10 This program is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place - Suite 330, Boston,
21 #include <exec/types.h>
22 #include <exec/resident.h>
24 #include <exec/ports.h>
25 #include <exec/errors.h>
27 #include <devices/sana2.h>
28 #include <devices/sana2specialstats.h>
29 #include <devices/newstyle.h>
31 #include <utility/utility.h>
32 #include <utility/tagitem.h>
33 #include <utility/hooks.h>
35 #include <proto/exec.h>
36 #include <proto/dos.h>
37 #include <proto/battclock.h>
42 #include LC_LIBDEFS_FILE
44 struct SiS900Unit
*CreateUnit(LIBBASETYPEPTR
, OOP_Object
*, char *, char *);
45 void DeleteUnit(struct SiS900Base
*, struct SiS900Unit
*);
46 void FlushUnit(LIBBASETYPEPTR
, struct SiS900Unit
*, UBYTE
, BYTE
);
47 BOOL
AddressFilter(struct SiS900Base
*, struct SiS900Unit
*, UBYTE
*);
48 VOID
CopyPacket(struct SiS900Base
*, struct SiS900Unit
*, struct IOSana2Req
*, UWORD
, UWORD
, struct eth_frame
*);
49 VOID
ReportEvents(struct SiS900Base
*, struct SiS900Unit
*, ULONG
);
50 struct TypeStats
*FindTypeStats(struct SiS900Base
*, struct SiS900Unit
*, struct MinList
*, ULONG
);
52 BOOL
AddMulticastRange(LIBBASETYPEPTR
, struct SiS900Unit
*, const UBYTE
*, const UBYTE
*);
53 BOOL
RemMulticastRange(LIBBASETYPEPTR
, struct SiS900Unit
*, const UBYTE
*, const UBYTE
*);