head	1.3;
access;
symbols
	RELENG_6_4_0_RELEASE:1.2.26.1
	RELENG_6_4:1.2.0.26
	RELENG_6_4_BP:1.2
	RELENG_6_3_0_RELEASE:1.2
	RELENG_6_3:1.2.0.24
	RELENG_6_3_BP:1.2
	RELENG_6_2_0_RELEASE:1.2
	RELENG_6_2:1.2.0.22
	RELENG_6_2_BP:1.2
	RELENG_5_5_0_RELEASE:1.2
	RELENG_5_5:1.2.0.20
	RELENG_5_5_BP:1.2
	RELENG_6_1_0_RELEASE:1.2
	RELENG_6_1:1.2.0.18
	RELENG_6_1_BP:1.2
	RELENG_6_0_0_RELEASE:1.2
	RELENG_6_0:1.2.0.16
	RELENG_6_0_BP:1.2
	RELENG_6:1.2.0.14
	RELENG_6_BP:1.2
	RELENG_5_4_0_RELEASE:1.2
	RELENG_5_4:1.2.0.12
	RELENG_5_4_BP:1.2
	RELENG_5_3_0_RELEASE:1.2
	RELENG_5_3:1.2.0.10
	RELENG_5_3_BP:1.2
	RELENG_5:1.2.0.8
	RELENG_5_BP:1.2
	RELENG_5_2_1_RELEASE:1.2
	RELENG_5_2_0_RELEASE:1.2
	RELENG_5_2:1.2.0.6
	RELENG_5_2_BP:1.2
	RELENG_5_1_0_RELEASE:1.2
	RELENG_5_1:1.2.0.4
	RELENG_5_1_BP:1.2
	RELENG_5_0_0_RELEASE:1.2
	RELENG_5_0:1.2.0.2
	RELENG_5_0_BP:1.2
	KSE_MILESTONE_2:1.2
	KSE_PRE_MILESTONE_2:1.2;
locks; strict;
comment	@# @;


1.3
date	2005.08.26.13.42.03;	author jhb;	state dead;
branches;
next	1.2;

1.2
date	2001.01.06.13.59.45;	author obrien;	state Exp;
branches
	1.2.14.1
	1.2.26.1;
next	1.1;

1.1
date	2000.12.15.20.09.09;	author wpaul;	state Exp;
branches;
next	;

1.2.14.1
date	2012.11.17.07.44.17;	author svnexp;	state Exp;
branches;
next	;

1.2.26.1
date	2008.10.02.02.57.24;	author kensmith;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove the el(4) driver for 3Com 3c501 ISA NICs from HEAD as threatened
earlier as no one has stepped up to test recent changes to the driver.
Oddly, the module was actually turned on on ia64 though I'm fairly certain
that no ia64 machine has ever had or will ever have an ISA slot.

Axe borrowed from:	phk
@
text
@# $FreeBSD: src/sys/modules/el/Makefile,v 1.2 2001/01/06 13:59:45 obrien Exp $

.PATH: ${.CURDIR}/../../i386/isa

KMOD=	if_el
SRCS=	if_el.c
SRCS+=	opt_bdg.h opt_inet.h opt_ipx.h device_if.h bus_if.h isa_if.h

.include <bsd.kmod.mk>
@


1.2
log
@Use a consistent style and one much closer to the rest of /usr/src
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/el/Makefile,v 1.1 2000/12/15 20:09:09 wpaul Exp $
@


1.2.14.1
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/6/sys/modules/el/Makefile 70711 2001-01-06 14:00:42Z obrien $
@


1.2.26.1
log
@SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith

Create releng/6.4 from stable/6 in preparation for 6.4-RC1.

Approved by:	re (implicit)
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@Newbus the if_el (3Com 3c501) driver. Use bus_space_X() functions.
Add detach routine and turn driver into a module so it can be loaded
and unloaded. Also take a stab at implementing multicast packet
reception so that this NIC will work with IPv6. Promiscuous mode
doesn't seem to work, but I'm not sure why. It works well enough that
I can run dhclient on it and put it on the office network though.
Also ripped out spl stuff and replaced it with mutexes.
@
text
@d1 1
a1 1
# $FreeBSD$
d3 5
a7 4
.PATH:	${.CURDIR}/../../i386/isa
KMOD	= if_el
SRCS	= if_el.c
SRCS	+= opt_bdg.h opt_inet.h opt_ipx.h device_if.h bus_if.h isa_if.h
@

