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

2018-05-14 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Mon May 14 22:01:57 UTC 2018

Modified Files:
src/sys/arch/mmeye/conf: MMEYE_WLF

Log Message:
Fully specifiy the location of indirectly-configured I2C devices. In
particular, the parent spec must not be wild-carded, as doing so doesn't
work well on systems where more than one I2C bus is present.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/mmeye/conf/MMEYE_WLF

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/mmeye/conf/MMEYE_WLF
diff -u src/sys/arch/mmeye/conf/MMEYE_WLF:1.23 src/sys/arch/mmeye/conf/MMEYE_WLF:1.24
--- src/sys/arch/mmeye/conf/MMEYE_WLF:1.23	Thu Sep 14 07:58:42 2017
+++ src/sys/arch/mmeye/conf/MMEYE_WLF	Mon May 14 22:01:57 2018
@@ -1,4 +1,4 @@
-# $NetBSD: MMEYE_WLF,v 1.23 2017/09/14 07:58:42 mrg Exp $
+# $NetBSD: MMEYE_WLF,v 1.24 2018/05/14 22:01:57 thorpej Exp $
 #
 # MMEYE_WLF -- Brains Inc. MMEYE-WLF platforms kernel
 #
@@ -22,7 +22,7 @@ include 	"arch/mmeye/conf/std.mmeye"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.23 $"
+#ident 		"GENERIC-$Revision: 1.24 $"
 
 maxusers	16		# estimated number of users
 
@@ -159,7 +159,7 @@ sci0	at shb?
 
 rtciic0	at mainbus? addr1 0xb10e
 iic* at rtciic?
-rs5c372rtc* at iic? addr 0x32
+rs5c372rtc* at iic0 addr 0x32
 
 #ac97x	at mainbus? addr1 0xb300-0xb30f irq1 1	# AD1881A
 audio* at audiobus?



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

2016-09-27 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Tue Sep 27 13:01:18 UTC 2016

Modified Files:
src/sys/arch/mmeye/conf: MMTAICE

Log Message:
Clean up some commented out x86-specific things.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/mmeye/conf/MMTAICE

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/mmeye/conf/MMTAICE
diff -u src/sys/arch/mmeye/conf/MMTAICE:1.52 src/sys/arch/mmeye/conf/MMTAICE:1.53
--- src/sys/arch/mmeye/conf/MMTAICE:1.52	Fri Aug  7 13:53:28 2015
+++ src/sys/arch/mmeye/conf/MMTAICE	Tue Sep 27 13:01:18 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: MMTAICE,v 1.52 2015/08/07 13:53:28 maxv Exp $
+#	$NetBSD: MMTAICE,v 1.53 2016/09/27 13:01:18 maya Exp $
 #
 #	GENERIC -- everything that's currently supported
 #
@@ -16,13 +16,9 @@ include "arch/mmeye/conf/std.mmeye"
 maxusers	32		# estimated number of users
 
 # CPU support.  At least one is REQUIRED.
-#options 	I386_CPU
-#options 	I486_CPU
-#options 	I586_CPU
 options		SH3
 options 	SH7708		# 60MHz
 #options 	SH7708R		# 100MHz
-#options 	I686_CPU
 options 	PCLOCK=		# 33.33MHz
 options 	INITTODR_ALWAYS_USE_RTC
 
@@ -32,8 +28,6 @@ makeoptions	DEFTEXTADDR="0x8c01"
 
 # CPU-related options.
 #options 	MATH_EMULATE	# floating point emulation
-#options 	VM86		# virtual 8086 emulation
-#options 	USER_LDT	# user-settable LDT; used by WINE
 # eliminate delay no-ops in I/O; recommended on all but very old machines
 #options 	DUMMY_NOPS
 



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

2011-03-21 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Tue Mar 22 05:39:32 UTC 2011

Modified Files:
src/sys/arch/mmeye/conf: MMEYE_WLF files.mmeye

Log Message:
Add slhci(4) and some usb devices.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/mmeye/conf/MMEYE_WLF
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/mmeye/conf/files.mmeye

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/mmeye/conf/MMEYE_WLF
diff -u src/sys/arch/mmeye/conf/MMEYE_WLF:1.1 src/sys/arch/mmeye/conf/MMEYE_WLF:1.2
--- src/sys/arch/mmeye/conf/MMEYE_WLF:1.1	Sat Feb 19 10:46:27 2011
+++ src/sys/arch/mmeye/conf/MMEYE_WLF	Tue Mar 22 05:39:31 2011
@@ -1,4 +1,4 @@
-# $NetBSD: MMEYE_WLF,v 1.1 2011/02/19 10:46:27 kiyohara Exp $
+# $NetBSD: MMEYE_WLF,v 1.2 2011/03/22 05:39:31 kiyohara Exp $
 #
 # MMEYE_WLF -- Brains Inc. MMEYE-WLF platforms kernel
 #
@@ -22,7 +22,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		GENERIC-$Revision: 1.1 $
+#ident 		GENERIC-$Revision: 1.2 $
 
 maxusers	16		# estimated number of users
 
@@ -196,10 +196,25 @@
 com*	at pcmcia? function ?		# Modems and serial cards
 wdc*	at pcmcia? function ?
 wi*	at pcmcia? function ?		# Lucent/Intersil WaveLAN/IEEE (802.11)
+slhci*	at pcmcia? function ?		# ScanLogic SL811HS
 
 atabus* at ata?
 wd*	at atabus? drive ?			# the drives themselves
 
+usb*	at slhci?
+
+# USB Hubs
+uhub*	at usb?
+uhub*	at uhub? port ?
+
+# USB Mass Storage
+umass*	at uhub? port ? configuration ? interface ?
+scsibus* at scsi?
+sd*	at scsibus? target ? lun ?	# SCSI disk drives
+
+# USB Generic driver
+ugen*	at uhub? port ?
+
 # Bluetooth Device Hub
 bthub* at bcsp?
 bthub* at btuart?

Index: src/sys/arch/mmeye/conf/files.mmeye
diff -u src/sys/arch/mmeye/conf/files.mmeye:1.14 src/sys/arch/mmeye/conf/files.mmeye:1.15
--- src/sys/arch/mmeye/conf/files.mmeye:1.14	Sat Feb 19 10:46:28 2011
+++ src/sys/arch/mmeye/conf/files.mmeye	Tue Mar 22 05:39:31 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: files.mmeye,v 1.14 2011/02/19 10:46:28 kiyohara Exp $
+#	$NetBSD: files.mmeye,v 1.15 2011/03/22 05:39:31 kiyohara Exp $
 #
 # config file for mmeye
 
@@ -70,6 +70,7 @@
 attach	rtciic at mainbus
 file	arch/mmeye/dev/rtciic.c		rtciic
 
+include dev/usb/files.usb
 include dev/bluetooth/files.bluetooth
 
 include arch/mmeye/conf/majors.mmeye



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

2011-02-01 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Wed Feb  2 04:23:53 UTC 2011

Modified Files:
src/sys/arch/mmeye/conf: majors.mmeye

Log Message:
Assign mojor number to sci and scif.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/mmeye/conf/majors.mmeye

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/mmeye/conf/majors.mmeye
diff -u src/sys/arch/mmeye/conf/majors.mmeye:1.19 src/sys/arch/mmeye/conf/majors.mmeye:1.20
--- src/sys/arch/mmeye/conf/majors.mmeye:1.19	Wed Nov 12 12:36:04 2008
+++ src/sys/arch/mmeye/conf/majors.mmeye	Wed Feb  2 04:23:53 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: majors.mmeye,v 1.19 2008/11/12 12:36:04 ad Exp $
+#	$NetBSD: majors.mmeye,v 1.20 2011/02/02 04:23:53 kiyohara Exp $
 #
 # Device majors for mmeye
 #
@@ -13,6 +13,9 @@
 device-major	log		char 7
 device-major	com		char 8			com
 
+device-major	scif		char 10			scif
+device-major	sci		char 11			sci
+
 device-major	sd		char 13  block 4	sd
 device-major	st		char 14  block 5	st
 device-major	cd		char 15  block 6	cd