summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_is.c
Commit message (Expand)AuthorAgeFilesLines
* Move ARP interface initialization into if_ether.c:arp_ifinit().wollman1994-12-221-10/+2
* Moved conversion of ether_type to host byte order out of ethernet driversdg1994-11-241-82/+5
* Add back a "is" variable which was removed by accident.phk1994-10-291-1/+2
* Fixed a couple of wrong printfs (too few arguments supplied). Also zappedphk1994-10-261-16/+19
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-231-3/+7
* Add support for devconf to a large number of device drivers, and dowollman1994-10-191-1/+19
* From 1.1.5:dg1994-09-211-4/+4
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-131-24/+24
* Added support for SIOCSIFMTU.dg1994-08-081-1/+13
* Added $Id$dg1994-08-021-1/+2
* Cast arguments to timeout() to quite compiler warnings. Should wergrimes1994-05-271-5/+5
* Fix some references to MIN() and MAX() that have been replaced by min() andrgrimes1994-05-261-1/+1
* New interrupt code from Bruce Evans. In additional to Bruce's attacheddg1994-04-021-2/+2
* Protect some printf's with #ifdef DEBUGrgrimes1994-02-211-4/+6
* if_ep.c: removed netisr.h, fixed unconverted ep_ac, changed <> into ""dg1994-02-031-1/+0
* Added new probe code to detect generic lance based cards. Should nowpaul1994-01-311-44/+153
* Make everything compile with -Wtraditional. Make it easier to distributewollman1993-12-191-1/+1
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-251-12/+26
* 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