summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_is.c
Commit message (Expand)AuthorAgeFilesLines
* Removed #define ISDEBUG from top of file, should be config optionpaul1993-10-241-2/+2
* Moved allocation of memory into is_attach so that malloc getspaul1993-10-241-75/+91
* Free malloc'ed memory when resetting card.paul1993-10-181-36/+59
* Modified memory allocation to use malloc rather than a static array.paul1993-10-171-11/+18
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-1/+2
* Fixed usage of arpcom and #define blahblah arpcom.blahblah, fixed ioctlrgrimes1993-09-061-3/+6
* * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading,dg1993-07-271-1/+2
* Fixed attach printfs for new format (thanks Chris)paul1993-07-211-28/+42
* Added statistical counters ipackets,opackets etc.paul1993-07-211-7/+17
* Fixed warning from gcc1 (but not gcc2 for some reason).paul1993-07-181-2/+2
* Small fix to correct warning --paul1993-07-181-2/+3
* Added copyright message -- it didn't have one beforepaul1993-07-091-2/+9
* Added bpf support to if_is.c (Isolan driver)paul1993-06-191-226/+397
* New if_is.c isolan ethernet driver that can handle multiple cards.paul1993-06-181-137/+160
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+747
OpenPOWER on IntegriCloud