mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add a module for cnw(4) and build it on i386.
This commit is contained in:
parent
cc8945d204
commit
dddc2117cf
2 changed files with 10 additions and 0 deletions
|
|
@ -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…
Reference in a new issue