unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Alírio Eyng" <alirioeyng@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: linux-libre: Add SIS hardware compatibility.
Date: Mon, 7 Apr 2014 02:22:06 +0000	[thread overview]
Message-ID: <CALkz57G9mKBkNxKK3bnb0j2bqA+MkpgNr636DKf3GiviU9=bfA@mail.gmail.com> (raw)

From 9d83f36249a6e14bf192ef80147ca87e9275d1a1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Al=C3=ADrio=20Eyng?= <alirioeyng@gmail.com>
Date: Mon, 7 Apr 2014 02:05:57 +0000
Subject: [PATCH] gnu: linux-libre: Add SIS hardware compatibility.

* gnu/packages/linux.scm (linux-libre): Add CONFIG_SATA_SIS=y,
  CONFIG_SIS190=y and CONFIG_DEVPTS_MULTIPLE_INSTANCES=y.
---
 gnu/packages/linux.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index c9f5bbc..857ce30 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -168,7 +168,11 @@
                         (display (string-append "CONFIG_NET_9P=m\n"
                                                 "CONFIG_NET_9P_VIRTIO=m\n"
                                                 "CONFIG_VIRTIO_BLK=m\n"
+                                                "CONFIG_SATA_SIS=y\n"
                                                 "CONFIG_VIRTIO_NET=m\n"
+                                                "CONFIG_SIS190=y\n"
+                                                ;;
https://lists.gnu.org/archive/html/guix-devel/2014-04/msg00039.html
+
"CONFIG_DEVPTS_MULTIPLE_INSTANCES=y\n"
                                                 "CONFIG_VIRTIO_PCI=m\n"
                                                 "CONFIG_VIRTIO_BALLOON=m\n"
                                                 "CONFIG_VIRTIO_MMIO=m\n"
-- 
1.8.4

             reply	other threads:[~2014-04-07  2:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-07  2:22 Alírio Eyng [this message]
2014-04-07  7:55 ` [PATCH] gnu: linux-libre: Add SIS hardware compatibility Ludovic Courtès
  -- strict thread matches above, loose matches on Subject: below --
2014-04-09 11:10 Alírio Eyng
2014-04-09 20:21 ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CALkz57G9mKBkNxKK3bnb0j2bqA+MkpgNr636DKf3GiviU9=bfA@mail.gmail.com' \
    --to=alirioeyng@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).