* [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
* [bug#39690] [PATCH v2] gnu: Add pm_pcie_driver.
2020-02-20 13:59 [bug#39690] [PATCH] gnu: Add pm_pcie_driver Danny Milosavljevic
@ 2020-02-20 14:01 ` Danny Milosavljevic
2020-02-20 14:27 ` Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 1 reply; 4+ messages in thread
From: Danny Milosavljevic @ 2020-02-20 14:01 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 "2.0.1000")
+ (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
* [bug#39690] [PATCH v2] gnu: Add pm_pcie_driver.
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
0 siblings, 1 reply; 4+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2020-02-20 14:27 UTC (permalink / raw)
To: 39690; +Cc: Danny Milosavljevic
[-- Attachment #1: Type: text/plain, Size: 493 bytes --]
Danny,
Danny Milosavljevic 写道:
> + (uri
> "https://www.passmark.com/downloads/pm_pcie_driver.tar.gz")
Are you a paying customer? Any chance you could ask your rep for
a versioned link? :o)
> + (license license:gpl2+)))
~/pm_pcie_driver λ grep -Eri "licen|gpl"
pm_pcie_driver.c:MODULE_LICENSE("GPL");
~/pm_pcie_driver λ
Sigh. Assuming for a moment that this is legal: wouldn't it be
gpl2-only, like Linux?
LG otherwise!
Thanks,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#39690] [PATCH v2] gnu: Add pm_pcie_driver.
2020-02-20 14:27 ` Tobias Geerinckx-Rice via Guix-patches via
@ 2020-02-20 17:01 ` Danny Milosavljevic
0 siblings, 0 replies; 4+ messages in thread
From: Danny Milosavljevic @ 2020-02-20 17:01 UTC (permalink / raw)
To: Tobias Geerinckx-Rice; +Cc: 39690
[-- Attachment #1: Type: text/plain, Size: 483 bytes --]
Hi T G-R,
On Thu, 20 Feb 2020 15:27:59 +0100
Tobias Geerinckx-Rice <me@tobias.gr> wrote:
> Are you a paying customer?
Yes.
> Any chance you could ask your rep for
> a versioned link? :o)
I'll try.
> ~/pm_pcie_driver λ grep -Eri "licen|gpl"
> pm_pcie_driver.c:MODULE_LICENSE("GPL");
> ~/pm_pcie_driver λ
>
> Sigh. Assuming for a moment that this is legal:
>wouldn't it be gpl2-only, like Linux?
Yeah, probably.
Thanks for the review!
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [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).