Bug 26885

Summary: add if_xe as kernel module
Product: Base System Reporter: clkao <clkao>
Component: kernAssignee: keichii <keichii>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description clkao 2001-04-26 23:50:00 UTC
	The xe driver(Xircom Ethernet) is not compiled as kld.

Fix: 

use the suppiled Makefile as src/sys/modules/xe/Makefile
and add xe to SUBDIR in src/sys/modules/Makefile

# $FreeBSD$

.PATH:	${.CURDIR}/../../dev/xe
KMOD	= if_xe
SRCS	= if_xe.c opt_bdg.h device_if.h card_if.h bus_if.h pci_if.h
SRCS	+= if_xevar.h if_xereg.h

.include <bsd.kmod.mk>
Comment 1 keichii freebsd_committer freebsd_triage 2001-12-08 03:52:32 UTC
Responsible Changed
From-To: freebsd-bugs->keichii

I will do this.
Comment 2 Jeroen Ruigrok van der Werven freebsd_committer freebsd_triage 2002-04-08 19:04:55 UTC
State Changed
From-To: open->closed

Committed in STABLE.  Already in CURRENT. 

Thanks!