|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
031beb4e |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0 |
|
| #
3544d43b |
| 18-Aug-2019 |
Vladimir Kondratyev <[email protected]> |
ng_ubt(4): do not attach Intel Wireless 8260/8265 in bootloader mode.
Add helper function for synchronous execution of HCI commands at probe stage and use this function to check firmware state of In
ng_ubt(4): do not attach Intel Wireless 8260/8265 in bootloader mode.
Add helper function for synchronous execution of HCI commands at probe stage and use this function to check firmware state of Intel Wireless 8260/8265 bluetooth devices found in many post 2016 year laptops.
Attempt to initialize FreeBSD bluetooth stack while such a device is in bootloader mode locks the adapter hardly so it requires power on/off cycle to restore.
This change blocks ng_ubt attachment unless operational firmware is loaded thus preventing the lock up.
PR: 237083 Reviewed by: hps, emax MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D21071
show more ...
|
|
Revision tags: release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0 |
|
| #
193d9e76 |
| 04-Mar-2017 |
Enji Cooper <[email protected]> |
sys/modules: normalize .CURDIR-relative paths to SRCTOP
This simplifies make output/logic
Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
|
|
Revision tags: 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 |
|
| #
06079f14 |
| 27-May-2009 |
Andrew Thompson <[email protected]> |
Hook ubt and ubtbcmfw back up to the build.
|
|
Revision tags: release/7.2.0_cvs, release/7.2.0 |
|
| #
7d0d268b |
| 23-Feb-2009 |
Andrew Thompson <[email protected]> |
Hook up new USB modules.
|
|
Revision tags: 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 |
|
| #
9be0cda6 |
| 18-Feb-2006 |
Yaroslav Tykhiy <[email protected]> |
Style: Remove blank lines before EOF.
Tested by: cvs diff -B
|
|
Revision tags: 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 |
|
| #
4c16ce4d |
| 29-Dec-2004 |
Warner Losh <[email protected]> |
No need to generate vnode_if.h anymore
|
|
Revision tags: release/5.3.0_cvs, release/5.3.0 |
|
| #
143a002e |
| 28-Jun-2004 |
Warner Losh <[email protected]> |
Build usbdevs.h
|
|
Revision tags: release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1 |
|
| #
5ef42ab6 |
| 13-Jan-2004 |
Ruslan Ermilov <[email protected]> |
bsd.kmod.mk does not deal with manpages anymore.
|
|
Revision tags: release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
| #
0986ab12 |
| 12-Oct-2003 |
Maksim Yevmenkin <[email protected]> |
Update Bluetooth code.
Reviewed by: M. Warner Losh <[email protected]>; John Hay <[email protected]> Approved by: M. Warner Losh <[email protected]> (mentor)
|
|
Revision tags: release/5.1.0_cvs, release/5.1.0 |
|
| #
f2bb1cae |
| 10-May-2003 |
Julian Elischer <[email protected]> |
Part one of undating the bluetooth code to the newest version
Submitted by: Maksim Yevmenkin <[email protected]> Approved by: re@
|
|
Revision tags: release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0 |
|
| #
668537ba |
| 21-Nov-2002 |
Warner Losh <[email protected]> |
Fix make buildkernel.
These makefiles work when building in the sys/modules directory, but not with the objdir stuff that buildkernel uses. This is because they used -I../../../blah rather than -I$
Fix make buildkernel.
These makefiles work when building in the sys/modules directory, but not with the objdir stuff that buildkernel uses. This is because they used -I../../../blah rather than -I${.CURDIR}/../../../blah.
# I didn't fix the abuse of CFLAGS to specify -g since I wanted the # barest minimal change since we're in a code freeze.
Approved by: make buildkernel... Hat for armchair anarchists: core member fixing src tree damage
show more ...
|
| #
878ed226 |
| 20-Nov-2002 |
Julian Elischer <[email protected]> |
The second try a committing the bluetooth code Has been seen to work on several cards and communicating with several mobile phones to use them as modems etc.
We are still talking with 3com to try ge
The second try a committing the bluetooth code Has been seen to work on several cards and communicating with several mobile phones to use them as modems etc.
We are still talking with 3com to try get them to allow us to include the firmware for their pccard in the driver but the driver is here.. In the mean time it can be downloaded from the 3com website and loaded using the utility bt3cfw(8) (supplied) (instructions in the man page)
Not yet linked to the build
Submitted by: Maksim Yevmenkin <[email protected]> Approved by: re
show more ...
|