mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
Remove workaround that I had in place. devd didn't use to be able to
handle the empty section, but it has been able to do so for some time now.
This commit is contained in:
parent
8c0a2b3383
commit
4ccbfbeb64
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119254
@ -66,9 +66,9 @@ attach 0 {
|
||||
# Don't even try to second guess what to do about drivers that don't
|
||||
# match here. Instead, pass it off to syslog. Commented out for the
|
||||
# moment, as pnpinfo isn't set in devd yet
|
||||
#nomatch 0 {
|
||||
nomatch 0 {
|
||||
# action "logger Unknown device: $pnpinfo $location $bus";
|
||||
#};
|
||||
};
|
||||
|
||||
/* EXAMPLES TO END OF FILE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user