r3594 - in trunk/kernel/source/linux-2.6-2.6.12/debian/arch: i386 s390 sparc

Andres Salomon dilinger at costa.debian.org
Wed Jul 20 00:04:25 UTC 2005


Author: dilinger
Date: 2005-07-20 00:04:24 +0000 (Wed, 20 Jul 2005)
New Revision: 3594

Added:
   trunk/kernel/source/linux-2.6-2.6.12/debian/arch/i386/desc.686
   trunk/kernel/source/linux-2.6-2.6.12/debian/arch/i386/desc.686-smp
   trunk/kernel/source/linux-2.6-2.6.12/debian/arch/i386/desc.k7
   trunk/kernel/source/linux-2.6-2.6.12/debian/arch/i386/desc.k7-smp
   trunk/kernel/source/linux-2.6-2.6.12/debian/arch/s390/desc.s390
   trunk/kernel/source/linux-2.6-2.6.12/debian/arch/s390/desc.s390x
   trunk/kernel/source/linux-2.6-2.6.12/debian/arch/sparc/desc.sparc64
   trunk/kernel/source/linux-2.6-2.6.12/debian/arch/sparc/desc.sparc64-smp
Log:
Add some description files for flavours.  Basically, for each flavour, if
'class' is set, then in the description, "@class@ class systems" will be
described; if class is not set, then the flavour name will be used.

Ie, if there's no desc.386, then "this kernel is for 386 class systems" will
show up in the description.

There's also @desc@ (see the s390 stuff for an example) that will be appended
to the description.

I haven't actually implemented this yet; please fill in what you need for
your pet architecture, and I'll do it tomorrow.



Added: trunk/kernel/source/linux-2.6-2.6.12/debian/arch/i386/desc.686
===================================================================
--- trunk/kernel/source/linux-2.6-2.6.12/debian/arch/i386/desc.686	2005-07-19 23:29:30 UTC (rev 3593)
+++ trunk/kernel/source/linux-2.6-2.6.12/debian/arch/i386/desc.686	2005-07-20 00:04:24 UTC (rev 3594)
@@ -0,0 +1 @@
+class = PPro/Celeron/PII/PIII/P4

Added: trunk/kernel/source/linux-2.6-2.6.12/debian/arch/i386/desc.686-smp
===================================================================
--- trunk/kernel/source/linux-2.6-2.6.12/debian/arch/i386/desc.686-smp	2005-07-19 23:29:30 UTC (rev 3593)
+++ trunk/kernel/source/linux-2.6-2.6.12/debian/arch/i386/desc.686-smp	2005-07-20 00:04:24 UTC (rev 3594)
@@ -0,0 +1 @@
+class = multi-processor PPro/Celeron/PII/PIII/P4

Added: trunk/kernel/source/linux-2.6-2.6.12/debian/arch/i386/desc.k7
===================================================================
--- trunk/kernel/source/linux-2.6-2.6.12/debian/arch/i386/desc.k7	2005-07-19 23:29:30 UTC (rev 3593)
+++ trunk/kernel/source/linux-2.6-2.6.12/debian/arch/i386/desc.k7	2005-07-20 00:04:24 UTC (rev 3594)
@@ -0,0 +1 @@
+class = AMD Duron/Athlon/AthlonXP 

Added: trunk/kernel/source/linux-2.6-2.6.12/debian/arch/i386/desc.k7-smp
===================================================================
--- trunk/kernel/source/linux-2.6-2.6.12/debian/arch/i386/desc.k7-smp	2005-07-19 23:29:30 UTC (rev 3593)
+++ trunk/kernel/source/linux-2.6-2.6.12/debian/arch/i386/desc.k7-smp	2005-07-20 00:04:24 UTC (rev 3594)
@@ -0,0 +1 @@
+class = multi-processor AMD Duron/Athlon/AthlonXP 

Added: trunk/kernel/source/linux-2.6-2.6.12/debian/arch/s390/desc.s390
===================================================================
--- trunk/kernel/source/linux-2.6-2.6.12/debian/arch/s390/desc.s390	2005-07-19 23:29:30 UTC (rev 3593)
+++ trunk/kernel/source/linux-2.6-2.6.12/debian/arch/s390/desc.s390	2005-07-20 00:04:24 UTC (rev 3594)
@@ -0,0 +1,2 @@
+class = IBM S/390
+desc = This kernel has support to IPL (boot) from a VM reader or DASD device.

Added: trunk/kernel/source/linux-2.6-2.6.12/debian/arch/s390/desc.s390x
===================================================================
--- trunk/kernel/source/linux-2.6-2.6.12/debian/arch/s390/desc.s390x	2005-07-19 23:29:30 UTC (rev 3593)
+++ trunk/kernel/source/linux-2.6-2.6.12/debian/arch/s390/desc.s390x	2005-07-20 00:04:24 UTC (rev 3594)
@@ -0,0 +1,2 @@
+class = IBM zSeries
+desc = This kernel has support to IPL (boot) from a VM reader or DASD device.

Added: trunk/kernel/source/linux-2.6-2.6.12/debian/arch/sparc/desc.sparc64
===================================================================
--- trunk/kernel/source/linux-2.6-2.6.12/debian/arch/sparc/desc.sparc64	2005-07-19 23:29:30 UTC (rev 3593)
+++ trunk/kernel/source/linux-2.6-2.6.12/debian/arch/sparc/desc.sparc64	2005-07-20 00:04:24 UTC (rev 3594)
@@ -0,0 +1 @@
+class = uni-processor 64-bit UltraSPARC

Added: trunk/kernel/source/linux-2.6-2.6.12/debian/arch/sparc/desc.sparc64-smp
===================================================================
--- trunk/kernel/source/linux-2.6-2.6.12/debian/arch/sparc/desc.sparc64-smp	2005-07-19 23:29:30 UTC (rev 3593)
+++ trunk/kernel/source/linux-2.6-2.6.12/debian/arch/sparc/desc.sparc64-smp	2005-07-20 00:04:24 UTC (rev 3594)
@@ -0,0 +1 @@
+class = multi-processor 64-bit UltraSPARC




More information about the Kernel-svn-changes mailing list