Date: Fri, 27 Apr 2001 06:42:01 +0800 (CST) From: clkao@clkao.org To: FreeBSD-gnats-submit@freebsd.org Subject: kern/26885: add if_xe as kernel module Message-ID: <200104262242.f3QMg1G01513@portege.clkao.org>
next in thread | raw e-mail | index | archive | help
>Number: 26885 >Category: kern >Synopsis: add if_xe as kernel module >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 26 15:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Chia-liang Kao >Release: FreeBSD * >Organization: CirX >Environment: FreeBSD portege.clkao.org 4.2-STABLE FreeBSD 4.2-STABLE #4: Fri Feb 2 06:35:13 CST 2001 root@portege.clkao.org:/usr/src/sys/compile/PORTEGE.stable i386 >Description: The xe driver(Xircom Ethernet) is not compiled as kld. >How-To-Repeat: >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> >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104262242.f3QMg1G01513>