|
Revision tags: v6.4.0, v6.4.0rc1, v6.5.0, v6.2.2, v6.2.1, v6.3.0 |
|
| #
ac8179b5 |
| 25-Nov-2021 |
Sascha Wildner <saw@online.de> |
kernel: Rename BUILDING_WITH_KERNEL to KERNBUILDDIR.
Fits better with e.g. KERNCONFDIR.
Add a small paragraph in kmod.mk which was taken from FreeBSD.
|
|
Revision tags: v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc, v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc, v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0, v4.4.3, v4.4.2, v4.4.1, v4.4.0, v4.5.0, v4.4.0rc, v4.2.4, v4.3.1, v4.2.3, v4.2.1, v4.2.0, v4.0.6, v4.3.0, v4.2.0rc, v4.0.5, v4.0.4, v4.0.3, v4.0.2, v4.0.1, v4.0.0, v4.0.0rc3, v4.0.0rc2, v4.0.0rc, v4.1.0, v3.8.2, v3.8.1, v3.6.3, v3.8.0, v3.8.0rc2, v3.9.0, v3.8.0rc, v3.6.2, v3.6.1 |
|
| #
dcb4b80d |
| 27-Nov-2013 |
Sascha Wildner <saw@online.de> |
kernel: Generate miidevs.h, pccarddevs.h and pcidevs.h on the fly.
It removes the need to regenerate those header file after first editing the associated list of IDs (miidevs, pccarddevs or pcidevs)
kernel: Generate miidevs.h, pccarddevs.h and pcidevs.h on the fly.
It removes the need to regenerate those header file after first editing the associated list of IDs (miidevs, pccarddevs or pcidevs). After this commit, editing the list alone is enough to add IDs.
We already did it like that for usb4bsd's usbdevs.h before. This commit adjusts things for the remaining ID lists.
show more ...
|
|
Revision tags: v3.6.0, v3.7.1, v3.6.0rc, v3.4.3, v3.4.2, v3.4.1, v3.4.0, v3.4.0rc, v3.5.0, v3.2.2 |
|
| #
94b98a91 |
| 24-Oct-2012 |
Matthew Dillon <dillon@apollo.backplane.com> |
Merge branches 'hammer2' and 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly into hammer2
|
|
Revision tags: v3.2.1 |
|
| #
dc43b724 |
| 20-Oct-2012 |
Sepherosa Ziehau <sephe@dragonflybsd.org> |
netif: Enable ifpoll in module building
|
| #
eb5a70b4 |
| 19-Oct-2012 |
Matthew Dillon <dillon@apollo.backplane.com> |
Merge branches 'hammer2' and 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly into hammer2
|
| #
39a8d43a |
| 17-Oct-2012 |
Sepherosa Ziehau <sephe@dragonflybsd.org> |
bnx: Switch from DEVICE_POLLING to ifpoll
|
|
Revision tags: v3.2.0, v3.3.0, v3.0.3 |
|
| #
1ebac809 |
| 04-Aug-2012 |
Matthew Dillon <dillon@apollo.backplane.com> |
Merge branches 'hammer2' and 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly into hammer2
|
| #
66deb1c1 |
| 29-Jul-2012 |
Sepherosa Ziehau <sephe@dragonflybsd.org> |
bnx: Add TSO support
Obtained-from: FreeBSD if_bge.c
For TSO header information, ether_tso_pullup() is used instead of making our own wheel.
BNX_TSO_DEBUG is added to help testing various TCP para
bnx: Add TSO support
Obtained-from: FreeBSD if_bge.c
For TSO header information, ether_tso_pullup() is used instead of making our own wheel.
BNX_TSO_DEBUG is added to help testing various TCP parameters tuning
show more ...
|
| #
aaea8fd3 |
| 24-Jul-2012 |
Matthew Dillon <dillon@apollo.backplane.com> |
Merge branches 'hammer2' and 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly into hammer2
|
| #
6c8d8ecc |
| 15-Jul-2012 |
Sepherosa Ziehau <sephe@dragonflybsd.org> |
bnx: Add BCM5718 and BCM57785 chip families support
Broadcom's new generation of chips will support RSS (multiple RX rings), multiple TX rings (BCM5718 family only) and multi-vector MSI-X. The old
bnx: Add BCM5718 and BCM57785 chip families support
Broadcom's new generation of chips will support RSS (multiple RX rings), multiple TX rings (BCM5718 family only) and multi-vector MSI-X. The old chips supported by bge(4) is becoming burden, so new driver, bnx(4), is created to support new chip families features.
Related changes obtained from FreeBSD if_bge.c: 214428 221445 221818 226871 228479
Also, PCI-E 1.0a mode is not forced for BCM5718 and BCM57785 chip families
show more ...
|