aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/if_is.c
Commit message (Expand)AuthorAgeFilesLines
* Move ARP interface initialization into if_ether.c:arp_ifinit().Garrett Wollman1994-12-221-10/+2
* Moved conversion of ether_type to host byte order out of ethernet driversDavid Greenman1994-11-241-82/+5
* Add back a "is" variable which was removed by accident.Poul-Henning Kamp1994-10-291-1/+2
* Fixed a couple of wrong printfs (too few arguments supplied). Also zappedPoul-Henning Kamp1994-10-261-16/+19
* Finished device configuration database work for all ISA devices (except `ze')Garrett Wollman1994-10-231-3/+7
* Add support for devconf to a large number of device drivers, and doGarrett Wollman1994-10-191-1/+19
* From 1.1.5:David Greenman1994-09-211-4/+4
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-131-24/+24
* Added support for SIOCSIFMTU.David Greenman1994-08-081-1/+13
* Added $Id$David Greenman1994-08-021-1/+2
* Cast arguments to timeout() to quite compiler warnings. Should weRodney W. Grimes1994-05-271-5/+5
* Fix some references to MIN() and MAX() that have been replaced by min() andRodney W. Grimes1994-05-261-1/+1
* New interrupt code from Bruce Evans. In additional to Bruce's attachedDavid Greenman1994-04-021-2/+2
* Protect some printf's with #ifdef DEBUGRodney W. Grimes1994-02-211-4/+6
* if_ep.c: removed netisr.h, fixed unconverted ep_ac, changed <> into ""David Greenman1994-02-031-1/+0
* Added new probe code to detect generic lance based cards. Should nowPaul Richards1994-01-311-44/+153
* Make everything compile with -Wtraditional. Make it easier to distributeGarrett Wollman1993-12-191-1/+1
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman1993-11-251-12/+26
* Removed #define ISDEBUG from top of file, should be config optionPaul Richards1993-10-241-2/+2
* Moved allocation of memory into is_attach so that malloc getsPaul Richards1993-10-241-75/+91
* Free malloc'ed memory when resetting card.Paul Richards1993-10-181-36/+59
* Modified memory allocation to use malloc rather than a static array.Paul Richards1993-10-171-11/+18
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-1/+2
* Fixed usage of arpcom and #define blahblah arpcom.blahblah, fixed ioctlRodney W. Grimes1993-09-061-3/+6
* * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading,David Greenman1993-07-271-1/+2
* Fixed attach printfs for new format (thanks Chris)Paul Richards1993-07-211-28/+42
* Added statistical counters ipackets,opackets etc.Paul Richards1993-07-211-7/+17
* Fixed warning from gcc1 (but not gcc2 for some reason).Paul Richards1993-07-181-2/+2
* Small fix to correct warning --Paul Richards1993-07-181-2/+3
* Added copyright message -- it didn't have one beforePaul Richards1993-07-091-2/+9
* Added bpf support to if_is.c (Isolan driver)Paul Richards1993-06-191-226/+397
* New if_is.c isolan ethernet driver that can handle multiple cards.Paul Richards1993-06-181-137/+160
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+747