Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf Add amdccp at pci.



details:   https://anonhg.NetBSD.org/src/rev/b038507e77bf
branches:  trunk
changeset: 935068:b038507e77bf
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jun 24 03:38:54 2020 +0000

description:
Add amdccp at pci.

diffstat:

 sys/arch/amd64/conf/ALL     |  5 +++--
 sys/arch/amd64/conf/GENERIC |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r 7889e115b5f9 -r b038507e77bf sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Wed Jun 24 03:38:01 2020 +0000
+++ b/sys/arch/amd64/conf/ALL   Wed Jun 24 03:38:54 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.153 2020/06/07 09:45:19 maxv Exp $
+# $NetBSD: ALL,v 1.154 2020/06/24 03:38:54 thorpej Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "ALL-$Revision: 1.153 $"
+#ident         "ALL-$Revision: 1.154 $"
 
 maxusers       64              # estimated number of users
 
@@ -1539,6 +1539,7 @@
 # Cryptographic Devices
 
 # PCI cryptographic devices
+amdccp*        at pci? dev ? function ?        # AMD Cryptographic Coprocessor
 hifn*  at pci? dev ? function ?        # Hifn 7755/7811/795x
 qat*   at pci? dev ? function ?        # Intel QuickAssist
 ubsec* at pci? dev ? function ?        # Broadcom 5501/5601/580x/582x
diff -r 7889e115b5f9 -r b038507e77bf sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Wed Jun 24 03:38:01 2020 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Wed Jun 24 03:38:54 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.570 2020/06/18 16:23:43 maxv Exp $
+# $NetBSD: GENERIC,v 1.571 2020/06/24 03:38:54 thorpej Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.570 $"
+#ident         "GENERIC-$Revision: 1.571 $"
 
 maxusers       64              # estimated number of users
 
@@ -461,6 +461,7 @@
 # Cryptographic Devices
 
 # PCI cryptographic devices
+amdccp*        at pci? dev ? function ?        # AMD Cryptographic Coprocessor
 hifn*  at pci? dev ? function ?        # Hifn 7755/7811/795x
 #qat*  at pci? dev ? function ?        # Intel QuickAssist
 ubsec* at pci? dev ? function ?        # Broadcom 5501/5601/580x/582x



Home | Main Index | Thread Index | Old Index