summaryrefslogtreecommitdiff
path: root/sys/i386/isa/if_eg.c
Commit message (Expand)AuthorAgeFilesLines
* Pre 3.0 branch cleanup casualty #3: 3c505 ethernet supportPoul-Henning Kamp1998-12-271-791/+0
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+4
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Removed unused #includes.Bruce Evans1998-03-281-11/+1
* Make INET a proper option.Eivind Eklund1998-01-081-2/+4
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-1/+2
* Removed unused #includes.Bruce Evans1997-07-201-13/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-241-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* 1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's returnDavid Greenman1996-12-101-2/+3
* Pass right arp to bpf_mtap().Poul-Henning Kamp1996-10-301-3/+3
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-29/+1
* Megacommit to straigthen out ETHER_ mess.Poul-Henning Kamp1996-08-061-5/+1
* Reduce reset timeout. "only" 16 seconds (!) for a 512K board.Poul-Henning Kamp1996-08-041-3/+2
* Update driver.Poul-Henning Kamp1996-08-041-201/+220
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hBruce Evans1996-06-181-3/+1
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlyBruce Evans1996-04-071-2/+1
* Clean up Ethernet drivers:Garrett Wollman1996-02-061-6/+8
* The last part of the ether_sprint -> %6D change.Poul-Henning Kamp1996-01-261-4/+3
* Completed function declarations and/or added prototypes and/or addedBruce Evans1995-12-151-1/+9
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-22/+6
* all:David Greenman1995-12-051-2/+1
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up theBruce Evans1995-11-041-2/+1
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-261-1/+23
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallyGarrett Wollman1995-10-131-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-36/+36
* Add a class field to devconf and mst drivers.Garrett Wollman1995-04-121-2/+7
* Improve the if_eg driver a bit in style. It's still by far the worst driverPoul-Henning Kamp1995-04-121-53/+3
* Driver for 3c505 boards. Uses the onboard firmware, which is not a goodPoul-Henning Kamp1995-04-081-0/+856