Add a module for cnw(4) and build it on i386.
This commit is contained in:
parent
cc8945d204
commit
dddc2117cf
@ -53,6 +53,7 @@ SUBDIR= ${_3dfx} \
|
||||
${_ciss} \
|
||||
${_cm} \
|
||||
${_cmx} \
|
||||
${_cnw} \
|
||||
coda \
|
||||
coda5 \
|
||||
${_coff} \
|
||||
@ -457,6 +458,7 @@ _bios= bios
|
||||
_ciss= ciss
|
||||
_cm= cm
|
||||
_cmx= cmx
|
||||
_cnw= cnw
|
||||
_coretemp= coretemp
|
||||
_ctau= ctau
|
||||
_cx= cx
|
||||
|
8
sys/modules/cnw/Makefile
Normal file
8
sys/modules/cnw/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/cnw
|
||||
KMOD = if_cnw
|
||||
SRCS = if_cnw.c
|
||||
SRCS += device_if.h bus_if.h card_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
x
Reference in New Issue
Block a user