History log of /src/sbin/devd/devd.conf (Results 1 – 25 of 103)
Revision Date Author Comments
# c14b0162 03-Feb-2025 Jesper Schmitz Mouridsen <jsm@FreeBSD.org>

mt7601U: Importing if_mtw from OpenBSD

Added ht20 mode, based on if_run from FreeBSD, and if_mtw.c
from OpenBSD.

PR: 247545
Approved by: adrian, wireless
Differential Revision: https://reviews.free

mt7601U: Importing if_mtw from OpenBSD

Added ht20 mode, based on if_run from FreeBSD, and if_mtw.c
from OpenBSD.

PR: 247545
Approved by: adrian, wireless
Differential Revision: https://reviews.freebsd.org/D45179

show more ...


# b3c116d5 07-Nov-2023 Emmanuel Vadot <manu@FreeBSD.org>

devd: autofs: Move autofs related events to a separate file

If a user don't have FreeBSD-autofs installed there is no need to try calling
automount on every GEOM event.
It's also easier to add/delet

devd: autofs: Move autofs related events to a separate file

If a user don't have FreeBSD-autofs installed there is no need to try calling
automount on every GEOM event.
It's also easier to add/delete autofs related event in a separate file.

Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D42495
Reviewed by: imp

show more ...


# dbf20354 27-Oct-2023 Warner Losh <imp@FreeBSD.org>

devd: Remove obsolete / wrong nomatch examples

These examples are wrong, and with devmatch, nobody would ever see them
(since it's a higher priority).

Sponsored by: Netflix
Differential Revision:

devd: Remove obsolete / wrong nomatch examples

These examples are wrong, and with devmatch, nobody would ever see them
(since it's a higher priority).

Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D42325

show more ...


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# e17944a8 18-Apr-2023 Bjoern A. Zeeb <bz@FreeBSD.org>

ath10k: ath11k: ammend devd.conf regex

In order to match these drivers, and in expectiation of ath12k
happening add ath[0-9]+k to the regex pattern for wlan devices.

MFC after: 2 months


# 88e71cc0 18-Apr-2023 Bjoern A. Zeeb <bz@FreeBSD.org>

mt76: devd: add support for mt79* wireless drivers to devd.conf

Add the "mt79" to the regex for wireless drivers in devd.conf so
that they get handled as expected.

MFC after: 2 months


# cab549c7 01-Feb-2023 Emmanuel Vadot <manu@FreeBSD.org>

pkgbase: Create a FreeBSD-console-tools package

And put in it:
- kbdcontrol
- vidcontrol
- moused
- kbdmap

Those aren't useful in a jail or for a modern desktop.
While here, split the devd.conf

pkgbase: Create a FreeBSD-console-tools package

And put in it:
- kbdcontrol
- vidcontrol
- moused
- kbdmap

Those aren't useful in a jail or for a modern desktop.
While here, split the devd.conf part into some new files.

Reviewed by: bapt
Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D38321

show more ...


# 2878e21f 01-Feb-2023 Emmanuel Vadot <manu@FreeBSD.org>

devd: Move power_profile part in devd/power_profile.conf

And make it part of the FreeBSD-acpi package.
This avoid calling service power_profile on an installation without it
installed.

Sponsored by

devd: Move power_profile part in devd/power_profile.conf

And make it part of the FreeBSD-acpi package.
This avoid calling service power_profile on an installation without it
installed.

Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D38324

show more ...


# 9150a045 01-Feb-2023 Emmanuel Vadot <manu@FreeBSD.org>

devd: Move bluetooth part in devd/bluetooth.conf

And make it part of the FreeBSD-bluetooth package.
This avoid calling service bluetooth on an installation without it
installed.

Sponsored by: Bec

devd: Move bluetooth part in devd/bluetooth.conf

And make it part of the FreeBSD-bluetooth package.
This avoid calling service bluetooth on an installation without it
installed.

Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D38323

show more ...


# f4d9116d 01-Feb-2023 Emmanuel Vadot <manu@FreeBSD.org>

devd: Move dhclient part in devd/dhclient.conf

And make it part of the FreeBSD-dhclient package.
This avoid calling dhclient on an installation without dhclient
installed.

Sponsored by: Beckhoff Au

devd: Move dhclient part in devd/dhclient.conf

And make it part of the FreeBSD-dhclient package.
This avoid calling dhclient on an installation without dhclient
installed.

Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D38322

show more ...


# dea368bc 28-Mar-2022 Warner Losh <imp@FreeBSD.org>

devd: Add rtw to wireless list

rtw88 and rtw89 are coming soon, so add them here now

Sponsored by: Netflix
MFC After: 1 day


# e0ab0ff1 09-Jan-2022 Warner Losh <imp@FreeBSD.org>

devd: correct wifi regexp

Correct the wifi regexp to include iwlwifi and remove wi driver that was
has been retired.

Sponsored by: Netflix


# 926e825e 09-Jan-2022 Warner Losh <imp@FreeBSD.org>

devd: remove the scsi regexp

We don't really use the scsi regexp for anything. The rescan was a
workaround that was fixed a long time ago and has been disabled for
ages. And the regexp was incomplet

devd: remove the scsi regexp

We don't really use the scsi regexp for anything. The rescan was a
workaround that was fixed a long time ago and has been disabled for
ages. And the regexp was incomplete.

Sponsored by: Netflix

show more ...


# a5354135 15-Jul-2021 Warner Losh <imp@FreeBSD.org>

devd: remove pccard entries

The pccard entries are now obsolete, remove them.

Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D31184


# 1a212abd 07-May-2021 Ceri Davies <ceri@submonkey.net>

devd.conf: Remove support for coldsync

The coldsync port was removed in 2012. The last stable release of
coldsync was issued in 2002. Let's get rid of it.

PR: 255051
Reviewed by: imp
MFC after:

devd.conf: Remove support for coldsync

The coldsync port was removed in 2012. The last stable release of
coldsync was issued in 2002. Let's get rid of it.

PR: 255051
Reviewed by: imp
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D30100

show more ...


# 6a8ed85f 07-May-2021 Ceri Davies <ceri@submonkey.net>

devd.conf: Typo

PR: 255051
MFC after: 3 days


# 6f6f0f28 09-Oct-2020 Warner Losh <imp@FreeBSD.org>

Remove gratuitous use of '' around arguments

There's no need to use ' here, so remove it. This use causes no
problems, but is a bad example.


# f2ed697e 16-Jul-2020 Mateusz Piotrowski <0mp@FreeBSD.org>

Remove old devd rules for ActiveWire and Entrega Serial DB25

Those rules have been broken at least since 8-STABLE, when the port
providing the ezdownload binary was removed (misc/ezload).

Reviewed

Remove old devd rules for ActiveWire and Entrega Serial DB25

Those rules have been broken at least since 8-STABLE, when the port
providing the ezdownload binary was removed (misc/ezload).

Reviewed by: kevans, imp
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D25686

show more ...


# bbf61f79 27-Jan-2019 Andriy Voskoboinyk <avos@FreeBSD.org>

devd.conf(5): simplify regex

Submitted by: Helge Oldach <freebsd@oldach.net>
MFC after: 5 days


# 51a3cc6c 21-Jan-2019 Andriy Voskoboinyk <avos@FreeBSD.org>

Fix duplicate wpa_supplicant(8) / hostapd(8) startup with devd(8)

Do not invoke 'wlan_up' function from devd(8) on interface
creation event (an example to create such event:
'ifconfig wlan0 create w

Fix duplicate wpa_supplicant(8) / hostapd(8) startup with devd(8)

Do not invoke 'wlan_up' function from devd(8) on interface
creation event (an example to create such event:
'ifconfig wlan0 create wlandev rtwn0');
they're typically produced during 'service netif (re)start'
and result in duplicate interface initialization.

From the user side if WPA option is used, this result in messages like:
- /etc/rc.d/wpa_supplicant: WARNING: failed to start wpa_supplicant
or
- wpa_supplicant already running? (pid=xxxx).
(for HOSTAP interfaces this race may result in startup failure).

As a side effect, wpa_supplicant(8) / hostapd(8) will not be
invoked when new wlan(4) interface is created manually and
corresponding configuration for it is present in rc.conf(5).

This change does not affect device attach / removal events.

MFC after: 5 days

show more ...


# 271b714d 21-Jan-2019 Andriy Voskoboinyk <avos@FreeBSD.org>

devd.conf(5): add otus(4) into wifi-driver-regex

MFC after: 5 days


# 1a658069 02-Nov-2018 Warner Losh <imp@FreeBSD.org>

Further research shows usbdump(8) is what we should point people at
rather than tcpdump for usb traffic capture.


# 43a96624 02-Nov-2018 Warner Losh <imp@FreeBSD.org>

Catch up with the SCSI device removal. We should likely review why we
even have this.


# 7e4161c1 02-Nov-2018 Warner Losh <imp@FreeBSD.org>

Document r226775: tell why we omit usbus[0-9]+

tcpdump can capture packet traces from the usb bus. usbus[0-9] are
registered as ifnet devices so this can work. When these devices come
up, devd was t

Document r226775: tell why we omit usbus[0-9]+

tcpdump can capture packet traces from the usb bus. usbus[0-9] are
registered as ifnet devices so this can work. When these devices come
up, devd was trying to run pccard_ether on those interfaces, which
didn't exist and generated an error.

show more ...


# 44e1285c 21-Aug-2018 Brad Davis <brd@FreeBSD.org>

Move all devd related configs to sbin/devd/

This helps with pkgbase as it switches these to using CONFS so they are
properly tagged as config files.

Approved by: will (mentor), imp
Differential Rev

Move all devd related configs to sbin/devd/

This helps with pkgbase as it switches these to using CONFS so they are
properly tagged as config files.

Approved by: will (mentor), imp
Differential Revision: https://reviews.freebsd.org/D16781

show more ...


12345