head	1.2;
access;
symbols
	RELENG_5_5_0_RELEASE:1.1
	RELENG_5_5:1.1.0.16
	RELENG_5_5_BP:1.1
	RELENG_5_4_0_RELEASE:1.1
	RELENG_5_4:1.1.0.14
	RELENG_5_4_BP:1.1
	RELENG_4_11_0_RELEASE:1.1.2.2
	RELENG_4_11:1.1.2.2.0.14
	RELENG_4_11_BP:1.1.2.2
	RELENG_5_3_0_RELEASE:1.1
	RELENG_5_3:1.1.0.12
	RELENG_5_3_BP:1.1
	RELENG_5:1.1.0.10
	RELENG_5_BP:1.1
	RELENG_4_10_0_RELEASE:1.1.2.2
	RELENG_4_10:1.1.2.2.0.12
	RELENG_4_10_BP:1.1.2.2
	RELENG_5_2_1_RELEASE:1.1
	RELENG_5_2_0_RELEASE:1.1
	RELENG_5_2:1.1.0.8
	RELENG_5_2_BP:1.1
	RELENG_4_9_0_RELEASE:1.1.2.2
	RELENG_4_9:1.1.2.2.0.10
	RELENG_4_9_BP:1.1.2.2
	RELENG_5_1_0_RELEASE:1.1
	RELENG_5_1:1.1.0.6
	RELENG_5_1_BP:1.1
	RELENG_4_8_0_RELEASE:1.1.2.2
	RELENG_4_8:1.1.2.2.0.8
	RELENG_4_8_BP:1.1.2.2
	RELENG_5_0_0_RELEASE:1.1
	RELENG_5_0:1.1.0.4
	RELENG_5_0_BP:1.1
	RELENG_4_7_0_RELEASE:1.1.2.2
	RELENG_4_7:1.1.2.2.0.6
	RELENG_4_7_BP:1.1.2.2
	RELENG_4_6_2_RELEASE:1.1.2.2
	RELENG_4_6_1_RELEASE:1.1.2.2
	RELENG_4_6_0_RELEASE:1.1.2.2
	RELENG_4_6:1.1.2.2.0.4
	RELENG_4_6_BP:1.1.2.2
	RELENG_4_5_0_RELEASE:1.1.2.2
	RELENG_4_5:1.1.2.2.0.2
	RELENG_4_5_BP:1.1.2.2
	RELENG_4:1.1.0.2;
locks; strict;
comment	@# @;


1.2
date	2004.11.08.19.05.22;	author phk;	state dead;
branches;
next	1.1;

1.1
date	2001.10.19.02.21.16;	author jlemon;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2001.11.15.03.11.22;	author jlemon;	state Exp;
branches;
next	1.1.2.2;

1.1.2.2
date	2001.12.04.20.01.53;	author brooks;	state Exp;
branches;
next	1.1.2.3;

1.1.2.3
date	2012.11.17.07.26.31;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove the obsolete gx driver.

All the hardware is supported by the better maintained if_em driver.

Absentmindedly nodded vertical by:	people on #that_channel
@
text
@# $FreeBSD: src/sys/modules/gx/Makefile,v 1.1 2001/10/19 02:21:16 jlemon Exp $

.PATH: ${.CURDIR}/../../dev/gx

KMOD=	if_gx
SRCS=	if_gx.c opt_bdg.h device_if.h bus_if.h pci_if.h miibus_if.h

.include <bsd.kmod.mk>
@


1.1
log
@Hook the gx module up to the build.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1.2.1
log
@Add gx module makefile.
@
text
@d3 1
a3 4
.PATH:	${.CURDIR}/../../dev/gx
KMOD	= if_gx
SRCS	= if_gx.c opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h miibus_if.h
KMODDEPS = miibus
d5 2
a6 3
CLEANFILES = vlan.h
vlan.h:
	echo '#define NVLAN 1' > vlan.h
@


1.1.2.2
log
@MFC: Make vlan(4) devices loadable, unloadable, and clonable.
@
text
@d5 1
a5 1
SRCS	= if_gx.c opt_bdg.h device_if.h bus_if.h pci_if.h miibus_if.h
d7 4
@


1.1.2.3
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/4/sys/modules/gx/Makefile 87367 2001-12-04 20:01:54Z brooks $
@


