CVS commit: src/sys/arch/sparc64/conf

2023-12-20 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Wed Dec 20 19:43:51 UTC 2023

Removed Files:
src/sys/arch/sparc64/conf: NONPLUS NONPLUS64

Log Message:
Remove NONPLUS(64) kernel configs, which are not part of autobuild configs,
unmaintained and fail to build.

Approved by eeh (who committed them originally) by email and martin.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r0 src/sys/arch/sparc64/conf/NONPLUS
cvs rdiff -u -r1.59 -r0 src/sys/arch/sparc64/conf/NONPLUS64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sparc64/conf

2023-12-20 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Wed Dec 20 19:43:51 UTC 2023

Removed Files:
src/sys/arch/sparc64/conf: NONPLUS NONPLUS64

Log Message:
Remove NONPLUS(64) kernel configs, which are not part of autobuild configs,
unmaintained and fail to build.

Approved by eeh (who committed them originally) by email and martin.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r0 src/sys/arch/sparc64/conf/NONPLUS
cvs rdiff -u -r1.59 -r0 src/sys/arch/sparc64/conf/NONPLUS64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sparc64/conf

2019-11-05 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Nov  5 12:59:55 UTC 2019

Modified Files:
src/sys/arch/sparc64/conf: GENERIC

Log Message:
Add GPT wedge autodiscovery


To generate a diff of this commit:
cvs rdiff -u -r1.217 -r1.218 src/sys/arch/sparc64/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sparc64/conf/GENERIC
diff -u src/sys/arch/sparc64/conf/GENERIC:1.217 src/sys/arch/sparc64/conf/GENERIC:1.218
--- src/sys/arch/sparc64/conf/GENERIC:1.217	Tue Nov  5 12:28:23 2019
+++ src/sys/arch/sparc64/conf/GENERIC	Tue Nov  5 12:59:54 2019
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.217 2019/11/05 12:28:23 martin Exp $
+# $NetBSD: GENERIC,v 1.218 2019/11/05 12:59:54 martin Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/sparc64/conf/std.sparc64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.217 $"
+#ident		"GENERIC-$Revision: 1.218 $"
 
 maxusers	64
 
@@ -138,6 +138,14 @@ options 	COMPAT_NETBSD32	# NetBSD/sparc 
 options 	EXEC_AOUT	# execve(2) support for a.out binaries
 options 	EXEC_ELF32	# Exec module for SunOS 5.x binaries.
 
+# Wedge support
+options 	DKWEDGE_AUTODISCOVER	# Automatically add dk(4) instances
+options 	DKWEDGE_METHOD_GPT	# Supports GPT partitions as wedges
+#options 	DKWEDGE_METHOD_BSDLABEL	# Support disklabel entries as wedges
+#options 	DKWEDGE_METHOD_MBR	# Support MBR partitions as wedges
+#options 	DKWEDGE_METHOD_APPLE	# Support Apple partitions as wedges
+#options 	DKWEDGE_METHOD_RDB	# Support RDB partitions as wedges
+
 ## File systems.
 include "conf/filesystems.config"
 



CVS commit: src/sys/arch/sparc64/conf

2019-11-05 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Nov  5 12:59:55 UTC 2019

Modified Files:
src/sys/arch/sparc64/conf: GENERIC

Log Message:
Add GPT wedge autodiscovery


To generate a diff of this commit:
cvs rdiff -u -r1.217 -r1.218 src/sys/arch/sparc64/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sparc64/conf

2019-11-05 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Nov  5 12:28:23 UTC 2019

Modified Files:
src/sys/arch/sparc64/conf: GENERIC

Log Message:
Add siisata* at pci (no idea why it was missing)


To generate a diff of this commit:
cvs rdiff -u -r1.216 -r1.217 src/sys/arch/sparc64/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sparc64/conf/GENERIC
diff -u src/sys/arch/sparc64/conf/GENERIC:1.216 src/sys/arch/sparc64/conf/GENERIC:1.217
--- src/sys/arch/sparc64/conf/GENERIC:1.216	Mon May  6 02:24:37 2019
+++ src/sys/arch/sparc64/conf/GENERIC	Tue Nov  5 12:28:23 2019
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.216 2019/05/06 02:24:37 sevan Exp $
+# $NetBSD: GENERIC,v 1.217 2019/11/05 12:28:23 martin Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/sparc64/conf/std.sparc64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.216 $"
+#ident		"GENERIC-$Revision: 1.217 $"
 
 maxusers	64
 
@@ -353,6 +353,7 @@ optiide* at pci? dev ? function ?	# Opti
 pdcide* at pci? dev ? function ?	# Promise IDE controllers
 pdcsata* at pci? dev ? function ?	# Promise SATA150 controllers
 satalink* at pci? dev ? function ?	# SiI SATALink controllers
+siisata* at pci? dev ? function ?	# SiI SteelVine controllers
 siside* at pci? dev ? function ?	# SiS IDE controllers
 slide*	at pci? dev ? function ?	# Symphony Labs IDE controllers
 viaide* at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers



CVS commit: src/sys/arch/sparc64/conf

2019-11-05 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Nov  5 12:28:23 UTC 2019

Modified Files:
src/sys/arch/sparc64/conf: GENERIC

Log Message:
Add siisata* at pci (no idea why it was missing)


To generate a diff of this commit:
cvs rdiff -u -r1.216 -r1.217 src/sys/arch/sparc64/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sparc64/conf

2010-03-02 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Tue Mar  2 12:18:36 UTC 2010

Modified Files:
src/sys/arch/sparc64/conf: files.sparc64

Log Message:
Make kernel buildable without device ecadc.


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 src/sys/arch/sparc64/conf/files.sparc64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sparc64/conf/files.sparc64
diff -u src/sys/arch/sparc64/conf/files.sparc64:1.125 src/sys/arch/sparc64/conf/files.sparc64:1.126
--- src/sys/arch/sparc64/conf/files.sparc64:1.125	Sun Feb 28 11:49:44 2010
+++ src/sys/arch/sparc64/conf/files.sparc64	Tue Mar  2 12:18:35 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: files.sparc64,v 1.125 2010/02/28 11:49:44 martin Exp $
+#	$NetBSD: files.sparc64,v 1.126 2010/03/02 12:18:35 nakayama Exp $
 
 # @(#)files.sparc64	8.1 (Berkeley) 7/19/93
 # sparc64-specific configuration info
@@ -74,11 +74,11 @@
 
 device pcfiic: sysmon_envsys, pcf8584, i2cbus
 attach pcfiic at ebus
-file	arch/sparc64/dev/pcfiic_ebus.c	pcfiic
+file	arch/sparc64/dev/pcfiic_ebus.c		pcfiic
 
 device ecadc
 attach ecadc at iic
-file	arch/sparc64/dev/pcf8591_envctrl.c
+file	arch/sparc64/dev/pcf8591_envctrl.c	ecadc
 
 device lom: sysmon_envsys, sysmon_wdog
 attach lom at ebus



CVS commit: src/sys/arch/sparc64/conf

2010-03-02 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Tue Mar  2 12:18:36 UTC 2010

Modified Files:
src/sys/arch/sparc64/conf: files.sparc64

Log Message:
Make kernel buildable without device ecadc.


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 src/sys/arch/sparc64/conf/files.sparc64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sparc64/conf

2010-02-13 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Feb 13 22:24:09 UTC 2010

Modified Files:
src/sys/arch/sparc64/conf: SCHIZO

Log Message:
remove all the devices now present in GENERIC.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/sparc64/conf/SCHIZO

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sparc64/conf

2010-01-07 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Thu Jan  7 09:34:49 UTC 2010

Modified Files:
src/sys/arch/sparc64/conf: GENERIC

Log Message:
Add cas, gentbi and gphyter for Sun Cassini/Cassini+ Ethernet.


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/sys/arch/sparc64/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Re: CVS commit: src/sys/arch/sparc64/conf

2009-10-27 Thread Michael

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

On Oct 27, 2009, at 11:41 PM, Michael Lorenz wrote:

We should probably enable cgthree as well since it grew wsdisplay  
support a

while ago.


I don't think any sparc64 machines ever shipped with CG3s but I have a  
Tritec CG3 clone here ( identifies itself as cgthree ) - guess I'll  
stick it into my U1 and see what happens.


have fun
Michael

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (Darwin)

iQEVAwUBSue+9spnzkX8Yg2nAQI+ywgAuIMCcak6WZNPzZcAqXpQlcoBDOknn2wT
c8hK8Qjy943BnCZnzo/8WRPNx1+aEzCkwotWGSZIX1oJ2jRb4TQ3PMopTcAJlVlV
mwcH8zn3GJzrl1oc+2KEMWUydutoqTuZJwxc5ObPxMpWM6SDxPgyF2b9M2Cxg6W+
mdvN9yzppP1RSVHfVDng4ApcSzoY2tN1/nZI/36fNNhfGdEfdd+6dspVlonK27Ja
k/jB2435n7xu0z/3G99FMJgegjxaL72vj1cUQxs/5X5JOjLHXjva4zImcp9A1Zsc
DTSxxGf0cj5ucWgNd1Uqq/lw/534n3IJ4Ydqf08Kk58bF4F3zgD0Eg==
=SUdz
-END PGP SIGNATURE-