Port-macppc archive

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

Re: powermac 7200/ppc 601 dmesg and video



Hello,

On Wed, 12 Feb 2014 10:45:54 -0700
scole_mail <scole_mail%gmx.com@localhost> wrote:

> I'm getting close to having patches ready for Powermac 7200/PPC601.
> I've gotten it to boot multi-user through serial console (dmesg
> below).

I got your patches, here's my result:

Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
    2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014
    The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
    The Regents of the University of California.  All rights reserved.

NetBSD 6.99.31 (GENERIC-$Revision: 1.311 $) #0: Tue Feb 18 04:37:06 EST 2014
        ml@blackbush:/home/build/obj_601/sys/arch/macppc/compile/GENERIC_601
total memory = 104 MB
avail memory = 98480 KB
timecounter: Timecounters tick every 10.000 msec
found Grand Central PIC at f3000000
bootpath: adaptec/disk@2/netbsd
mainbus0 (root)
cpu0 at mainbus0: 601 (Revision 2), ID 0 (primary)
cpu0: HID0 0x818100a0<CE,BA,BD,ES,EIU,DRF>, powersave: -1
bandit0 at mainbus0
pci0 at bandit0 bus 0
pci0: i/o space, memory space enabled
pchb0 at pci0 dev 11 function 0
pchb0: Apple Computer Bandit Host-PCI Bridge (rev. 0x03)
voodoofb0 at pci0 dev 13 function 0: 3Dfx Interactive Voodoo3 (rev. 0x01)
voodoofb0: initial resolution 640x480, 8 bit
voodoofb0: switched to 1440x900, 8 bit
voodoofb0: 32 MB aperture at 0x90000000, 32 MB registers at 0x82000000
wsdisplay0 at voodoofb0 kbdmux 1: console (default, vt100 emulation)
wsmux1: connecting to wsdisplay0
drm at voodoofb0 not configured
ahc0 at pci0 dev 14 function 0: Adaptec 2902/04/10/15/20/30C SCSI adapter
ahc0: interrupting at irq 24
ahc0: aic7850: Ultra Single Channel A, SCSI Id=7, 3/253 SCBs
scsibus0 at ahc0: 8 targets, 8 luns per target
ohci0 at pci0 dev 15 function 0: Opti 82C861 (rev. 0x10)
ohci0: interrupting at irq 25
ohci0: OHCI version 1.0, legacy support
usb0 at ohci0: USB revision 1.0
obio0 at pci0 dev 16 function 0: addr 0xf3000000
esp0 at obio0 offset 0x10000 irq 12: NCR53C94, 25MHz, SCSI ID 7
scsibus1 at esp0: 8 targets, 8 luns per target
mc0 at obio0 offset 0x11000: irq 14,2,3: address 00:a0:40:24:7c:a4
zsc0 at obio0 irq 15,16
zstty0 at zsc0 channel 0
zstty1 at zsc0 channel 1
awacs0 at obio0 offset 0x14000: irq 17,8,9
awacs0: speaker
audio0 at awacs0: full duplex, playback, capture
swim3 at obio0 offset 0x15000 not configured
cuda0 at obio0 offset 0x16000 irq 18
nadb0 at cuda0: Apple Desktop Bus
iic0 at cuda0: I2C bus
nvram0 at obio0 offset 0x1d000
vmmask 5f900000 schedmask 7ff00000 highmask 7ff00000
timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
timecounter: Timecounter "rtc" frequency 1000000000 Hz quality 100
scsibus0: waiting 2 seconds for devices to settle...
scsibus1: waiting 2 seconds for devices to settle...
uhub0 at usb0: Opti OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
WARNING: module error: can't find builtin dependency `bpf'
adbkbd0 at nadb0 addr 2: extended keyboard
wskbd0 at adbkbd0: console keyboard, using wsdisplay0
wsmouse0 at adbkbd0 mux 0
adbms0 at nadb0 addr 3: 1-button, 100 dpi mouse
wsmouse1 at adbms0 mux 0
sd0 at scsibus0 target 2 lun 0: <COMPAQ, ST32171N, 0388> disk fixed
sd0: 2006 MB, 5172 cyl, 5 head, 158 sec, 512 bytes/sect x 4110000 sectors
sd0: sync (50.00ns offset 15), 8-bit (20.000MB/s) transfers, tagged queueing

Onboard video is problematic since OF itself doesn't support it as
console, so for now it's either serial or a graphics card with the
right firmware ( which narrows it down to Voodoo3 and possibly some ATI
boards - I know the latter work as console with OF3 but I never had a
chance to try any of them with OF 1.0.5 )
Also, the onboard SCSI controller has problems, which may or may not
have anything to do with the 601 patches - esp at obio didn't exactly
get much testing lately, and most newer powermacs have mesh at obio
which, as far as I know, still works.
The ahc driver needed some minor tweaks which are already committed,
I'll commit the rest as soon as I'm sure the rest still works and matt@
is happy with them ;)

have fun
Michael


Home | Main Index | Thread Index | Old Index