Subject: 1.4.2 and mouse of StarMax (3000/200)
To: None <port-macppc@netbsd.org>
From: Makoto Fujiwara <makoto@ki.nu>
List: port-macppc
Date: 03/20/2000 16:06:32
----Next_Part(Mon_Mar_20_16:06:05_2000_595)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
I have successfully installed 1.4.2 on StarMax 3000/200
+ external SCSI disk. I have used nfs server while getting
tar files at sysinst. ( The network card is
ne0 at pci1 dev 7 function 0: RealTek 8029 Ethernet
ne0: 10base2, 10baseT, 10baseT-FDX, auto, default auto
ne0: Ethernet address 00:....
ne0: interrupting at irq 27
and sysinst works totally fine for the installation.)
Sysinst put ip address on /etc/ifconfig.ne0. It works fine. I
have also checked if hostname is on the record, instead of IP
address, like
cat /etc/ifconfig.ne0
tomura.ki.nu netmask 0xfffffff0 media autoselect
It is also good for ifconfig.
The StarMax has some oddity, to say, ADB mouse alone won't work
mainly because PS/2 mouse port is always activated even nothing
connected. So I have got another kernel to switch ams0/1 wscons0/1
relations. By this kernel, ADB mouse works fine for X11. (I only
have one button mouse, so I have no idea for more than two button
mouse.) I have attached diff to generate this kernel.
This machine has only 1MB VRAM but X11 works fine with 1152 x 870
mode.
One curious thing is that once trying to copy large file, I am
getting too many lines as
Mar 20 07:46:52 ne0: length does not match next packet pointer
Mar 20 07:46:52 ne0: len 05ee nlen 06ee start 4c first 71 curr 78 next 78 stop 8
Mar 20 07:46:52 ne0: length does not match next packet pointer
Mar 20 07:46:52 ne0: len 05ee nlen 06ee start 4c first 68 curr 6f next 6f stop 80
I have not checked furthur yet.
Thanks everyone supporting NetBSD and 1.4.2, especially Todd,
---
Makoto Fujiwara
----Next_Part(Mon_Mar_20_16:06:05_2000_595)--
Content-Type: Message/Rfc822
Content-Transfer-Encoding: 7bit
--- GENERIC Thu May 6 13:07:04 1999
+++ GENERIC-adb-mouse Mon Mar 20 06:45:08 2000
@@ -130,13 +130,15 @@
adb* at obio? # Apple Desktop Bus
aed* at adb? # ADB Event Device
akbd* at adb? # ADB keyboard
-ams* at adb? # ADB mouse
+ams0 at adb? # ADB mouse
+ams1 at adb? # ADB mouse
zsc* at obio?
zstty* at zsc? channel ?
wsdisplay0 at ofb? console ?
wskbd0 at akbd? console ?
-wsmouse0 at ams?
+wsmouse0 at ams1
+wsmouse1 at ams0
scsibus* at adv?
scsibus* at ahc?
----Next_Part(Mon_Mar_20_16:06:05_2000_595)----