unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#39690] [PATCH] gnu: Add pm_pcie_driver.
@ 2020-02-20 13:59 Danny Milosavljevic
  2020-02-20 14:01 ` [bug#39690] [PATCH v2] " Danny Milosavljevic
  0 siblings, 1 reply; 4+ messages in thread
From: Danny Milosavljevic @ 2020-02-20 13:59 UTC (permalink / raw)
  To: 39690; +Cc: Danny Milosavljevic

* gnu/packages/linux.scm (pm_pcie_driver): New variable.
---
 gnu/packages/linux.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index aff8fd08fc..25dc756e56 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1046,6 +1046,26 @@ module allows the control of the backlight level or luminance property when
 supported under @file{/sys/class/backlight/}.")
     (license license:gpl2+)))
 
+(define-public pm_pcie_driver
+  (package
+    (name "pm_pcie_driver")
+    (version "0.3.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri "https://www.passmark.com/downloads/pm_pcie_driver.tar.gz")
+       (sha256
+        (base32
+         "0xxyr7xi3j8v64yixzw01w7hi0c8pvd21wyr3k8fjiilvls2x9iw"))))
+    (build-system linux-module-build-system)
+    (arguments
+     `(#:tests? #f))                               ; no tests
+    (home-page "https://www.passmark.com/products/pcie-test-card/index.php")
+    (synopsis "Passmark PCIe test card driver")
+    (description "This package provides a Linux kernel driver for the Passmark
+PCIe test card.")
+    (license license:gpl2+)))
+
 \f
 ;;;
 ;;; Pluggable authentication modules (PAM).

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

end of thread, other threads:[~2020-02-20 17:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-20 13:59 [bug#39690] [PATCH] gnu: Add pm_pcie_driver Danny Milosavljevic
2020-02-20 14:01 ` [bug#39690] [PATCH v2] " Danny Milosavljevic
2020-02-20 14:27   ` Tobias Geerinckx-Rice via Guix-patches via
2020-02-20 17:01     ` Danny Milosavljevic

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