NetBSD-Bugs archive

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

Re: kern/58164



The following reply was made to PR kern/58164; it has been noted by GNATS.

From: Stan Johnson <userm57%yahoo.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: mac68k NetBSD <port-mac68k%NetBSD.org@localhost>
Subject: Re: kern/58164
Date: Sat, 20 Apr 2024 09:21:48 -0600

 This may be related to Problem Report 58164.
 
 If the default NetBSD 10.0 netbsd-GENERICSBC that panics whenever a
 Nubus video card (such as the Toby Frame Buffer) is used or installed is
 instead booted using the built-in video on the Mac IIci, it doesn't
 panic, but the memory as reported by dmesg is wrong, seeming to ignore
 all of Bank A. It's not clear (from /proc/meminfo) whether the memory
 may actually be available. Also, the memory reported for [system]
 appears to be too high.
 
 For example, with 64 MiB installed in Bank A and 16 MiB installed in
 Bank B, and booting the default NetBSD 10.0 netbsd-GENERICSBC kernel
 using the built-in video:
 
 # dmesg
 ...
 [     1.000000] Apple Macintosh IIci  (68030)
 [     1.000000] cpu: delay factor 266
 [     1.000000] fpu: mc68882
 [     1.000000] total memory = 16384 KB
 [     1.000000] avail memory = 75696 KB
 ...
 
 maciici-1# cat /proc/meminfo
         total:    used:    free:  shared: buffers: cached:
 Mem:  78381056 28704768 49676288        0  7733248 22650880
 Swap: 268427264        0 268427264
 MemTotal:     76544 kB
 MemFree:      48512 kB
 MemShared:        0 kB
 Buffers:      48512 kB
 Cached:       22120 kB
 SwapTotal:   262136 kB
 SwapFree:    262136 kB
 
 maciici-1# ps auxw
 USER    PID %CPU %MEM   VSZ   RSS TTY   STAT STARTED    TIME COMMAND
 root      0  0.1 183.5     0 30048 ?     DKl   7:32PM 0:16.26 [system]
 root      1  0.0 10.4  5712  1672 ?     Is    7:32PM 0:02.62 init
 root    341  0.0 15.6 11112  2536 ?     Ss    7:34PM 0:01.67
 /usr/sbin/syslogd -s
 root    595  0.0 10.6  5672  1720 ?     Is    7:36PM 0:00.47
 /usr/sbin/inetd -l
 root    609  0.0 29.9 11696  4880 ?     S     7:37PM 0:09.40 telnetd
 root    637  0.0 10.7  6224  1736 ?     Ss    7:36PM 0:00.61 /usr/sbin/cron
 johnson 638  0.0 12.5  6080  2032 pts/0 I     7:37PM 0:02.14 -csh
 root    639  0.0 32.9 12168  5368 pts/0 Is    7:37PM 0:15.75 login
 root    666  0.0 10.7  5808  1728 pts/0 O+    7:40PM 0:00.50 ps -auxw
 root    680  0.0 14.7  6416  2392 pts/0 I<    7:38PM 0:07.13 su - root
 root    687  0.0 13.4  6400  2168 pts/0 S     7:38PM 0:02.13 -sh
 root    679  0.0 10.3  5416  1664 ttyE0 Is+   7:37PM 0:00.76
 /usr/libexec/getty Pc constty
 



Home | Main Index | Thread Index | Old Index