unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: linux-libre: Add SIS hardware compatibility.
@ 2014-04-07  2:22 Alírio Eyng
  2014-04-07  7:55 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Alírio Eyng @ 2014-04-07  2:22 UTC (permalink / raw)
  To: guix-devel

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] gnu: linux-libre: Add SIS hardware compatibility.
  2014-04-07  2:22 [PATCH] gnu: linux-libre: Add SIS hardware compatibility Alírio Eyng
@ 2014-04-07  7:55 ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2014-04-07  7:55 UTC (permalink / raw)
  To: Alírio Eyng; +Cc: guix-devel

It seems that your mail client wrapped lines, which makes the patch
inapplicable.

Also, could you either send the output of ‘git format-patch’ as an
attachment, or send it directly with ‘git send-email’?  (Currently it
doesn’t work as expected if I pipe the message to ‘git am’, for some
reason.)

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] gnu: linux-libre: Add SIS hardware compatibility.
@ 2014-04-09 11:10 Alírio Eyng
  2014-04-09 20:21 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Alírio Eyng @ 2014-04-09 11:10 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0001-gnu-linux-libre-Add-SIS-hardware-compatibility.patch --]
[-- Type: text/x-diff, Size: 1472 bytes --]

From bab613902e5459fc794caebf9226663742371d0b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Al=C3=ADrio=20Eyng?= <alirioeyng@gmail.com>
Date: Wed, 9 Apr 2014 11:05:04 +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 66cf17f..d27c627 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] gnu: linux-libre: Add SIS hardware compatibility.
  2014-04-09 11:10 Alírio Eyng
@ 2014-04-09 20:21 ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2014-04-09 20:21 UTC (permalink / raw)
  To: Alírio Eyng; +Cc: guix-devel

Alírio Eyng <alirioeyng@gmail.com> skribis:

> From bab613902e5459fc794caebf9226663742371d0b Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Al=C3=ADrio=20Eyng?= <alirioeyng@gmail.com>
> Date: Wed, 9 Apr 2014 11:05:04 +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.

Applied, thanks.

Ludo’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-04-09 20:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-07  2:22 [PATCH] gnu: linux-libre: Add SIS hardware compatibility Alírio Eyng
2014-04-07  7:55 ` 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

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).