Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2003 16:16:11 -0600 (GMT)
From:      Sean Welch <welchsm@earthlink.net>
To:        Peter Grehan <grehan@freebsd.org>
Cc:        freebsd-ppc@freebsd.org
Subject:   Re: ATA patch and others
Message-ID:  <4250474.1046391410713.JavaMail.nobody@kermit.psp.pas.earthlink.net>

next in thread | raw e-mail | index | archive | help
Found the problem!  It was sendmail.  I had to add the following
to my rc.conf:

sendmail_submit_enable="NO"

Looked like maybe it couldn't resolve localhost.  Sendmail 
still starts but doesn't hang the box.

I tried to run ppp on dev/ttya but it complained it was 
failing to initialize the device -- no echo back.  Exiting
the program produced a complaint that the physical speed
couldn't be set to "0".

I wasn't able to use vi because it couldn't find a terminal
database -- I'll look for that.

I wanted to see if the USB would work but there are no 
kernel modules -- do I have to recompile the kernel with
USB enabled or can the module be built and run?

Is there any way to drop back down to the OFW prompt from
FreeBSD?  I tried a sysreset -r but it just halted and
ignored further input. I got the same results with halt...

Here's the contents of var/run/dmesg.boot:

Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
        The Regents of the University of California. All rights reserved.
FreeBSD 5.0-CURRENT #1: Wed Feb 26 15:57:22 CST 2003
    welchsm@NitroPhys.welchsmnet.net:/usr/obj/powerpc/usr/src/sys/GENERIC
Preloaded elf kernel "/boot/kernel/kernel" at 0x3ec000.
Timecounter "decrementer"  frequency 16644884 Hz
cpu0: Motorola PowerPC 750 revision 3.0, 300.00 MHz
cpu0: HID0 8090c0a4<EMCP,DOZE,DPM,ICE,DCE,SGE,BTIC,BHT>
real memory  = 297795584 (284 MB)
avail memory = 282316800 (269 MB)
nexus0: <OpenFirmware Nexus device>
openpic0: <OpenPIC interrupt controller> on nexus0
openpic0: Version 1.2, supports 4 CPUs and 64 irqs
unin0: <Apple UniNorth System Controller> on nexus0
unin0: Version 3
pcib0: <Apple UniNorth Host-PCI bridge> on nexus0
pci0: <PCI bus> on pcib0
pci0: <display, VGA> at device 16.0 (no driver attached)
pcib1: <Apple UniNorth Host-PCI bridge> on nexus0
pci1: <PCI bus> on pcib1
macio0: <KeyLargo I/O Controller> mem 0x80000000-0x8007ffff at device 23.0 on pci1
zs0: <Zilog Z8530> mem 0x8700-0x87ff,0x8600-0x86ff,0x8500-0x85ff,0x8400-0x84ff,0
x13000-0x13fff irq 50,22 on macio0
zstty0: <ttya> on zs0
zstty1: <ttyb> on zs0
atamacio0: <MacIO ATA Controller> mem 0x8a00-0x8aff,0x1f000-0x1ffff irq 19 on ma
cio0
ata0 on atamacio0
atamacio1: <MacIO ATA Controller> mem 0x8b00-0x8bff,0x20000-0x20fff irq 20 on ma
cio0
ata1 on atamacio1
atamacio2: <MacIO ATA Controller> mem 0x8c00-0x8cff,0x21000-0x21fff irq 21 on ma
cio0
ata2 on atamacio2
pci1: <serial bus, USB> at device 24.0 (no driver attached)
pci1: <serial bus, USB> at device 25.0 (no driver attached)
pcib2: <Apple UniNorth Host-PCI bridge> on nexus0
pci2: <PCI bus> on pcib2
gem0: <Apple GMAC Ethernet Adaptor> mem 0xf5200000-0xf53fffff irq 41 at device 1
5.0 on pci2
miibus0: <MII bus> on gem0
bmtphy0: <BCM5201 10/100baseTX PHY> on miibus0
bmtphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
gem0: Ethernet address: 00:0a:27:a9:fa:7c, 10KB RX fifo, 9KB TX fifo
using internal phy
Timecounters tick every 10.000 msec
ad0: 9590MB <IBM-DJSA-210> [19485/16/63] at ata0-master BIOSPIO
acd0: CDROM <MATSHITA CR-175> at ata1-master BIOSPIO
Mounting root from nfs:172.19.19.33:/data/ppc
setrootbyname failed
NFS ROOT: 172.19.19.33:/data/ppc


Cool!

              Sean

-------Original Message-------
From: Peter Grehan <grehan@freebsd.org>
Sent: 02/27/03 12:18 AM
To: Sean_Welch@alum.wofford.org
Subject: Re: ATA patch and others

> 
> Hi Sean,

> Any suggestions?  It is frustrating to be so tantalizingly
> close!

 Try putting 'rc_debug="YES"' in the Mac client's /etc/rc.conf and see how 

far you get.

later,

Peter.
> 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ppc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4250474.1046391410713.JavaMail.nobody>