|
Revision tags: v6.4.0, v6.4.0rc1, v6.5.0, v6.2.2, v6.2.1, v6.3.0, 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 |
|
| #
ffdba38f |
| 07-Jan-2019 |
Sascha Wildner <saw@online.de> |
kernel: Change CFLAGS -> KCFLAGS also in commented out Makefile lines.
|
| #
0ffa96a2 |
| 04-Jan-2019 |
Sascha Wildner <saw@online.de> |
kernel: Remove unused *.h files from SRCS in kernel module Makefiles.
They were found by checking the preprocessed code of the files in SRCS to see if the header was included at some point.
After r
kernel: Remove unused *.h files from SRCS in kernel module Makefiles.
They were found by checking the preprocessed code of the files in SRCS to see if the header was included at some point.
After removal, the preprocessed source of a build with the old Makefiles was compared against one with the changes (for various kernel configurations and when building just from /usr/src) to verify that the commit leads to no functional change.
show more ...
|
|
Revision tags: 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 |
|
| #
85aae976 |
| 06-Aug-2016 |
Matthew Dillon <dillon@apollo.backplane.com> |
kernel, world - Remove the remaining vestiges of linux emul
* Remove the remaining bits of the 32-bit linux emulation code. This code hasn't been used in ages and we have no plans to implement a
kernel, world - Remove the remaining vestiges of linux emul
* Remove the remaining bits of the 32-bit linux emulation code. This code hasn't been used in ages and we have no plans to implement a 64-bit linux emulation.
show more ...
|
|
Revision tags: 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, 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, v3.2.1, v3.2.0, v3.3.0, v3.0.3 |
|
| #
4c986ba7 |
| 10-Apr-2012 |
Peter Avalos <pavalos@dragonflybsd.org> |
Merge remote-tracking branch 'origin/master'
|
| #
079c0c83 |
| 30-Mar-2012 |
Matthew Dillon <dillon@apollo.backplane.com> |
Merge branches 'hammer2' and 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly into hammer2
|
| #
590ba11d |
| 29-Mar-2012 |
Sascha Wildner <saw@online.de> |
mfi(4): Update to LSI's version 4.23 of the driver.
Brings in support for newer SAS2208 (aka Thunderbolt) based controllers. It was tested with an Intel RS25DB080.
A few other things have been fixe
mfi(4): Update to LSI's version 4.23 of the driver.
Brings in support for newer SAS2208 (aka Thunderbolt) based controllers. It was tested with an Intel RS25DB080.
A few other things have been fixed too. Most x86_64/i386 specific parts have been merged, MSI is now setup in mfi_pci.c properly.
Taken-from: FreeBSD (from their projects/ repository)
show more ...
|
|
Revision tags: v3.0.2, v3.0.1, v3.1.0, v3.0.0 |
|
| #
86d7f5d3 |
| 26-Nov-2011 |
John Marino <draco@marino.st> |
Initial import of binutils 2.22 on the new vendor branch
Future versions of binutils will also reside on this branch rather than continuing to create new binutils branches for each new version.
|
|
Revision tags: v2.12.0, v2.13.0 |
|
| #
17566092 |
| 11-Aug-2011 |
Sascha Wildner <saw@online.de> |
mfi(4): Merge LSI's latest driver changes (updates us to version 3.981).
This adds support for a number of cards (according to LSI's README):
* LSI MegaRAID SAS 9240-4i * LSI MegaRAID SAS 9240-8i *
mfi(4): Merge LSI's latest driver changes (updates us to version 3.981).
This adds support for a number of cards (according to LSI's README):
* LSI MegaRAID SAS 9240-4i * LSI MegaRAID SAS 9240-8i * LSI MegaRAID SAS 9260-4i * LSI MegaRAID SAS 9260-8i * LSI MegaRAID SAS 9260DE-8i * LSI MegaRAID SAS 9260-16i * LSI MegaRAID SAS 9261-8i * LSI MegaRAID SAS 9280-4i4e * LSI MegaRAID SAS 9280-8e * LSI MegaRAID SAS 9280DE-8e * LSI MegaRAID SAS 9280-16i4e * LSI MegaRAID SAS 9280-24i4e
It was tested by Tomi Juvonen <tomi.juvonen@kenou.biz> on an IBM ServeRAID M1015 controller using LSI's 9240-8i IR firmware.
show more ...
|
|
Revision tags: v2.10.1, v2.11.0, v2.10.0 |
|
| #
2443e96e |
| 07-Feb-2011 |
Justin C. Sherrill <justin@leaf.dragonflybsd.org> |
Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
Conflicts: UPDATING
|
| #
77fbedb7 |
| 01-Dec-2010 |
Sascha Wildner <saw@online.de> |
mfi(4): Make mfi_linux.ko compile (maybe it even works).
I haven't tested this yet.
|
| #
249d29c8 |
| 30-Nov-2010 |
Sascha Wildner <saw@online.de> |
mfi(4): Add the mfi(4) RAID driver and the mfiutil(8) configuration tool.
The driver supports the following adapters:
* LSI MegaRAID SAS 1078 * LSI MegaRAID SAS 8408E * LSI MegaRAID SAS 8480E * LSI
mfi(4): Add the mfi(4) RAID driver and the mfiutil(8) configuration tool.
The driver supports the following adapters:
* LSI MegaRAID SAS 1078 * LSI MegaRAID SAS 8408E * LSI MegaRAID SAS 8480E * LSI MegaRAID SAS 9260 * Dell PERC5 * Dell PERC6 * IBM ServeRAID M5015 SAS/SATA * IBM ServeRAID-MR10i * Intel RAID Controller SROMBSAS18E
It was tested with the LSI MegaRAID SAS 8408E card.
Many thanks to FreeBSD, from which this code was obtained.
show more ...
|