mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 12:19:30 +00:00
Fix PATH: directive in sys/modules/re/Makefile, and add the re(4) driver to
devd.conf. Pointed out by: Larry Rosenman
This commit is contained in:
parent
ba2157f218
commit
3ad525ef3c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119870
@ -19,7 +19,7 @@ options {
|
||||
# Setup some shorthand for regex that we use later in the file.
|
||||
set ethernet-nic-regex
|
||||
"(an|ar|ath|aue|awi|bge|cm|cnw|cs|cue|dc|de|ed|el|em|ep|ex|\
|
||||
fe|fxp|gem|gx|hme|ie|kue|lge|lnc|my|nge|pcn|ray|rl|rue|\
|
||||
fe|fxp|gem|gx|hme|ie|kue|lge|lnc|my|nge|pcn|ray|re|rl|rue|\
|
||||
sf|sis|sk|sn|snc|ste|ti|tl|tx|txp|vr|vx|wb|wi|xe|xl)[0-9]+";
|
||||
set scsi-controller-regex
|
||||
"(adv|advw|aic|aha|ahb|ahc|ahd|bt|ct|iir|isp|mly|mpt|ncv|nsp|\
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../pci
|
||||
.PATH: ${.CURDIR}/../../dev/re
|
||||
|
||||
KMOD= if_re
|
||||
SRCS= if_re.c opt_bdg.h device_if.h bus_if.h pci_if.h
|
||||
|
Loading…
Reference in New Issue
Block a user