From owner-freebsd-ppc@FreeBSD.ORG Tue Aug 29 09:09:07 2006 Return-Path: X-Original-To: freebsd-ppc@freebsd.org Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9C2616A4DE for ; Tue, 29 Aug 2006 09:09:07 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DB1E43D72 for ; Tue, 29 Aug 2006 09:09:07 +0000 (GMT) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0J4R00IS85F6MAC0@osl1smout1.broadpark.no> for freebsd-ppc@freebsd.org; Tue, 29 Aug 2006 11:09:06 +0200 (CEST) Received: from kg-work.kg4.no ([80.203.92.117]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with SMTP id <0J4R007L85F60911@osl1sminn1.broadpark.no> for freebsd-ppc@freebsd.org; Tue, 29 Aug 2006 11:09:06 +0200 (CEST) Date: Tue, 29 Aug 2006 11:09:05 +0200 From: Torfinn Ingolfsen X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH To: freebsd-ppc@freebsd.org Message-id: <20060829110905.5443d020.torfinn.ingolfsen@broadpark.no> MIME-version: 1.0 X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.20; i386-portbld-freebsd5.5) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: hw.model is empty? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Aug 2006 09:09:08 -0000 Hello, Just for fun, I installed the bsdstats (sysutils/bsdstats) port on my G4. It worked (hardly surprising), but when I checked http://www.bsdstats.org/ afterwards, there were no powerpc cpu's to be found. The bsdstats script uses 'sysctl -n hw.model' to get cpu information, but on my machine this reports an empty string. Here is the whole of sysctl hw: tingo@kg-g4$ sysctl hw hw.machine: powerpc hw.model: hw.ncpu: 1 hw.byteorder: 4321 hw.physmem: 528015360 hw.usermem: 475525120 hw.pagesize: 4096 hw.machine_arch: powerpc hw.realmem: 528015360 hw.ata.ata_dma: 1 hw.ata.atapi_dma: 1 hw.ata.wc: 1 hw.firewire.try_bmr: 1 hw.firewire.hold_count: 3 hw.firewire.fwmem.eui64_hi: 0 hw.firewire.fwmem.eui64_lo: 0 hw.firewire.fwmem.speed: 2 hw.firewire.fwe.stream_ch: 1 hw.firewire.fwe.tx_speed: 2 hw.firewire.fwe.rx_queue_len: 128 hw.firewire.sbp.auto_login: 1 hw.firewire.sbp.max_speed: 2 hw.firewire.sbp.exclusive_login: 1 hw.firewire.sbp.login_delay: 1000 hw.firewire.sbp.scan_delay: 500 hw.firewire.sbp.use_doorbell: 0 hw.firewire.sbp.tags: 0 hw.pci.enable_io_modes: 1 hw.pci.do_power_nodriver: 0 hw.pci.do_power_resume: 1 hw.intr_storm_threshold: 500 hw.availpages: 128910 hw.bus.devctl_disable: 0 hw.kbd.keymap_restrict_change: 0 hw.syscons.saver.keybonly: 1 hw.syscons.bell: 1 hw.uma_mdpages: 9035 hw.ofwfb.relax_mmap: 0 The machine is running: tingo@kg-g4$ uname -a FreeBSD kg-g4.kg4.no 7.0-20051105-SNAP FreeBSD 7.0-20051105-SNAP #0: Sat Nov 5 04:33:52 UTC 2005 root@macmini.ptree32.com.au:/usr/obj/usr/src/sys/GENERIC powerpc -- Regards, Torfinn Ingolfsen, Norway