| Summary: | add if_xe as kernel module | ||
|---|---|---|---|
| Product: | Base System | Reporter: | clkao <clkao> |
| Component: | kern | Assignee: | keichii <keichii> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-bugs->keichii I will do this. State Changed From-To: open->closed Committed in STABLE. Already in CURRENT. Thanks! |
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>