|
Revision tags: release/12.4.0, release/13.1.0 |
|
| #
abda5677 |
| 28-Mar-2022 |
Warner Losh <[email protected]> |
devd: Add rtw to wireless list
rtw88 and rtw89 are coming soon, so add them here now
Approved by: re@ (gjb) Sponsored by: Netflix MFC After: 1 day
(cherry picked from commit dea368bc5e7905e7456
devd: Add rtw to wireless list
rtw88 and rtw89 are coming soon, so add them here now
Approved by: re@ (gjb) Sponsored by: Netflix MFC After: 1 day
(cherry picked from commit dea368bc5e7905e7456b052c545dcfd935341083) (cherry picked from commit cba6eb5d31e825cbf6e8694b5a934db75d380fc4)
show more ...
|
| #
a5ece99d |
| 09-Jan-2022 |
Warner Losh <[email protected]> |
devd: correct wifi regexp
Correct the wifi regexp to include iwlwifi and remove wi driver that was has been retired.
Approved by: re@ (gjb) Sponsored by: Netflix
(cherry picked from commit e0ab0
devd: correct wifi regexp
Correct the wifi regexp to include iwlwifi and remove wi driver that was has been retired.
Approved by: re@ (gjb) Sponsored by: Netflix
(cherry picked from commit e0ab0ff104cb0e817d47a1a2a235f915ec1a31f4) (cherry picked from commit eeec49e0b30a3faf2985e27f163a4c2f7b511e7c)
show more ...
|
| #
713595ca |
| 09-Jan-2022 |
Warner Losh <[email protected]> |
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.
Approved by: re@ (gjb) Sponsored by: Netflix
(cherry picked from commit 926e825ef823f49e371f61780634475a1f19c812) (cherry picked from commit cb95daaa91895a74a2f6d2db0d0773517a34ab99)
show more ...
|
|
Revision tags: release/12.3.0 |
|
| #
5b194853 |
| 15-Jul-2021 |
Warner Losh <[email protected]> |
devd: remove pccard entries
The pccard entries are now obsolete, remove them.
Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D31184
(cherry picked from commit a535413556
devd: remove pccard entries
The pccard entries are now obsolete, remove them.
Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D31184
(cherry picked from commit a53541355645080cb6d94466f5363db0941da4fa)
show more ...
|
| #
0f19be5f |
| 07-May-2021 |
Ceri Davies <[email protected]> |
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 Differentia
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 Differential Revision: https://reviews.freebsd.org/D30100
(cherry picked from commit 1a212abd54c0e4323f11e3bc2fd94ca26f7e5329)
show more ...
|
| #
990d0523 |
| 07-May-2021 |
Ceri Davies <[email protected]> |
devd.conf: Typo
PR: 255051
(cherry picked from commit 6a8ed85f487c6fd109897235c60f710948bd5150)
|
|
Revision tags: release/13.0.0, release/12.2.0 |
|
| #
6f6f0f28 |
| 09-Oct-2020 |
Warner Losh <[email protected]> |
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 <[email protected]> |
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 ...
|
|
Revision tags: release/11.4.0, release/12.1.0, release/11.3.0 |
|
| #
bbf61f79 |
| 27-Jan-2019 |
Andriy Voskoboinyk <[email protected]> |
devd.conf(5): simplify regex
Submitted by: Helge Oldach <[email protected]> MFC after: 5 days
|
| #
51a3cc6c |
| 21-Jan-2019 |
Andriy Voskoboinyk <[email protected]> |
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 <[email protected]> |
devd.conf(5): add otus(4) into wifi-driver-regex
MFC after: 5 days
|
|
Revision tags: release/12.0.0 |
|
| #
1a658069 |
| 02-Nov-2018 |
Warner Losh <[email protected]> |
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 <[email protected]> |
Catch up with the SCSI device removal. We should likely review why we even have this.
|
| #
7e4161c1 |
| 02-Nov-2018 |
Warner Losh <[email protected]> |
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 <[email protected]> |
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 ...
|
|
Revision tags: release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0 |
|
| #
3054f218 |
| 07-Dec-2002 |
Warner Losh <[email protected]> |
MFp4 (imp_freebsd branch): snapshot of devd work: o improve parsing and lexing o create data structures based on the parsed file now. o Still need to rewrite main loop and add regex (still uses hard
MFp4 (imp_freebsd branch): snapshot of devd work: o improve parsing and lexing o create data structures based on the parsed file now. o Still need to rewrite main loop and add regex (still uses hard coded devd-generic) o minor man page updates.
# There should be one more commit before rc2
Approved by: re (blanket)
show more ...
|
| #
85fb48da |
| 18-Nov-2002 |
John Baldwin <[email protected]> |
Remove leading ^ from example of match line in vendor-supplied rules since the ^ is implicit at the beginning of the expressions.
|
| #
e530e044 |
| 20-Oct-2002 |
Warner Losh <[email protected]> |
devd. A daemon that hooks into the kernel's /dev/devctl to produce arbitrary commands when devices come and go in the device tree (which is different than the /dev directory).
This is an initial ve
devd. A daemon that hooks into the kernel's /dev/devctl to produce arbitrary commands when devices come and go in the device tree (which is different than the /dev directory).
This is an initial version. Much of the planned power isn't here. Instead of doing the full matching, we always run /etc/devd-generic. /etc/devd.generic will go away at some point, I think.
I'm committing it in this early state so I can start getting feedback from early adapters.
Approved by: re
show more ...
|