-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
These three backported patches are already included in 4.9.68.
We want our kernel revision numbers to be unique over all linux kernel packages. Avoid conflicts by doing a quick check against the available bee files. Patch by Thomas Kreitler
Include the names of the conflicting files in the error message.
Include kernel config in the bee file, so that we can better track config changes. The set of non-default config options was generated with `make savedefconfig`.
Compile the aacraid driver supplied by Adaptec, because the in-tree aacraid driver lacks support for async mode. We want version 54013 for now, because it has been tested here. Patch by Thomas Kreitler
Add kernel modules required for the ZFS filesystem. http://zfsonlinux.org/ Patch by Thomas Kreitler
As requested by Paul.
As requested by Thomas: * Add CONFIG_DRM_NOUVEAU=m * Change CONFIG_DRM=y to CONFIG_DRM=m When CONFIG_DRM_NOUVEAU ist set, CONFIG_FB_VESA is implied. Note, that nvidia_drm.ko requires the modules drm and drm_kms_helper. Because we select differenct nvidia modules depending on the graphics card found at boot time, we don't have that dependency in modules.dep and need to explicitly load the drm modules for nvidia.
Add 4.9.70 from 4.9.68 and remove 4.9.68.
Add drivers for linux 4.9.70 from drivers for 4.9.68 and remove drivers for 4.9.68.
Closed
For the 4.9.70 commit, I’d use Update instead of Add as the older version is removed. |
Tested how? |
tested aacraid mod on sirhammerlock, bloodwing & mrtorgue
|
Sign in
to join this conversation on GitHub.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Tested aacraid module on sirhammerlock, bloodwing & mrtorgue by @david.
supersedes #551