Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2004 19:08:52 -0700 (PDT)
From:      Doug White <dwhite@gumbysoft.com>
To:        luke@prgmr.com
Cc:        stable@freebsd.org
Subject:   Re: FreeBSD 4.10 + PAE + SunFire v40z (Newisys 4100)
Message-ID:  <20041021184743.G41366@carver.gumbysoft.com>
In-Reply-To: <20041020125520.P29221@prgmr.com>
References:  <20041020125520.P29221@prgmr.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 20 Oct 2004 luke@prgmr.com wrote:

>
> I have this SunFire v40z (as far as I can tell, it is a rebadged
> Newisys 4100.  Sopposedly, sun manufactured it, but I can't find any
> difference between it and the specs for the 4100)  for testing-  4 CPUs,
> 8G ram, seperate 'service' processor that acts as a serial server and
> remote rebooter.  So far, it looks very nice, save for one problem.
> I can not boot a PAE kernel off the onboard SCSI.  A rather large problem.
>
> I have the box netbooting right now.  It works fine, save for the LSILogic
> SCSI.

Why are you running this in i386 mode? Running an opteron in i386 mode +
PAE is a waste of a perfectly good 64 bit box :)

> mpt0: <LSILogic 1030 Ultra4 Adapter> port 0x2000-0x20ff mem \
> 0xe5820000-0xe582fff f,0xe5830000-0xe583ffff irq 19 at device 4.0 on pci2
> mpt0: error 16 creating per-cmd DMA maps
> mpt0: Could not allocate DMA memory

16 is EBUSY, whicih makes no sense whatsoever because it never sets error
to EBUSY.  It would only ever set it to ENOMEM or succeed. I suspect nasty
bad memory corruption.  Can the mpt device probe correctly if you drop it
below 4GB?


>
>
>
>
> %uname -a
> FreeBSD  4.10-RELEASE FreeBSD 4.10-RELEASE #0: Wed Oct 20 12:11:08 PDT
> 2004     luke@:/usr/obj/usr/src/sys/SMP_PAE  i386
>
>
> full dmesg from the successful netboot follows:
>
> Copyright (c) 1992-2004 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 4.10-RELEASE #0: Wed Oct 20 12:11:08 PDT 2004
>      luke@:/usr/obj/usr/src/sys/SMP_PAE
> Timecounter "i8254"  frequency 1193182 Hz
> CPU: AMD Opteron(tm) Processor 848 (2189.08-MHz 686-class CPU)
>    Origin = "AuthenticAMD"  Id = 0xf5a  Stepping = 10
>
> Features=0x78bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,\
> CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2>
>    AMD Features=0xe0500000<<b20>,AMIE,<b29>,DSP,3DNow!>
> real memory  = 8589934592 (8388608K bytes)
> avail memory = 7898091520 (7712980K bytes)
> Programming 24 pins in IOAPIC #0
> IOAPIC #0 intpin 2 -> irq 0
> Programming 4 pins in IOAPIC #1
> Programming 4 pins in IOAPIC #2
> Programming 4 pins in IOAPIC #3
> Programming 4 pins in IOAPIC #4
> Programming 4 pins in IOAPIC #5
> Programming 4 pins in IOAPIC #6
> FreeBSD/SMP: Multiprocessor motherboard: 4 CPUs
>   cpu0 (BSP): apic id:  0, version: 0x00040010, at 0xfee00000
>   cpu1 (AP):  apic id:  1, version: 0x00040010, at 0xfee00000
>   cpu2 (AP):  apic id:  2, version: 0x00040010, at 0xfee00000
>   cpu3 (AP):  apic id:  3, version: 0x00040010, at 0xfee00000
>   io0 (APIC): apic id:  4, version: 0x00170011, at 0xfec00000
>   io1 (APIC): apic id:  5, version: 0x00030011, at 0xe4000000
>   io2 (APIC): apic id:  6, version: 0x00030011, at 0xe4001000
>   io3 (APIC): apic id:  7, version: 0x00030011, at 0xe5b01000
>   io4 (APIC): apic id:  8, version: 0x00030011, at 0xe5b03000
>   io5 (APIC): apic id:  9, version: 0x00030011, at 0xe5b05000
>   io6 (APIC): apic id: 10, version: 0x00030011, at 0xe5b07000
> Preloaded elf kernel "kernel" at 0xc053f000.
> Pentium Pro MTRR support enabled
> md0: Malloc disk
> Using $PIR table, 24 entries at 0xc00fde40
> npx0: <math processor> on motherboard
> npx0: INT 16 interface
> pcib0: <Host to PCI bridge> on motherboard
> pci0: <PCI bus> on pcib0
> pcib16: <PCI to PCI bridge (vendor=1022 device=7460)> at device 6.0 on
> pci0
> IOAPIC #0 intpin 19 -> irq 2
> IOAPIC #0 intpin 17 -> irq 16
> pci1: <PCI bus> on pcib16
> ohci0: <OHCI (generic) USB controller> mem 0xe4120000-0xe4120fff irq 2 at\
> device 0.0 on pci1
> usb0: OHCI version 1.0, legacy support
> usb0: SMM does not respond, resetting
> usb0: <OHCI (generic) USB controller> on ohci0
> usb0: USB revision 1.0
> uhub0: AMD OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
> uhub0: 3 ports with 3 removable, self powered
> ohci1: <OHCI (generic) USB controller> mem 0xe4121000-0xe4121fff irq 2 at\
> device 0.1 on pci1
> usb1: OHCI version 1.0, legacy support
> usb1: SMM does not respond, resetting
> usb1: <OHCI (generic) USB controller> on ohci1
> usb1: USB revision 1.0
> uhub1: AMD OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
> uhub1: 3 ports with 3 removable, self powered
> pci1: <Trident model 9880 VGA-compatible display device> at 5.0 irq 16
> isab0: <PCI to ISA bridge (vendor=1022 device=7468)> at device 7.0 on pci0
> isa0: <ISA bus> on isab0
> atapci0: <AMD 8111 ATA133 controller> port 0x1000-0x100f at device 7.1 on\
> pci0
> ata0: at 0x1f0 irq 14 on atapci0
> ata1: at 0x170 irq 15 on atapci0
> chip0: <PCI to Other bridge (vendor=1022 device=746b)> at device 7.3 on\
> pci0
> pcib17: <PCI to PCI bridge (vendor=1022 device=7450)> at device 10.0 on\
> pci0
> IOAPIC #1 intpin 1 -> irq 17
> IOAPIC #1 intpin 2 -> irq 18
> IOAPIC #1 intpin 3 -> irq 19
> pci2: <PCI bus> on pcib17
> bge0: <Broadcom BCM5703 Gigabit Ethernet, ASIC rev. 0x1002> mem\
> 0xe5800000-0xe580ffff irq 17 at device 2.0 on pci2
> bge0: Ethernet address: 00:09:3d:00:48:c3
> miibus0: <MII bus> on bge0
> brgphy0: <BCM5703 10/100/1000baseTX PHY> on miibus0
> brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, \
> 1000baseTX-FDX, auto
> bge1: <Broadcom BCM5703 Gigabit Ethernet, ASIC rev. 0x1002> mem\
> 0xe5810000-0xe581ffff irq 18 at device 3.0 on pci2
> bge1: Ethernet address: 00:09:3d:00:4b:e3
> miibus1: <MII bus> on bge1
> brgphy1: <BCM5703 10/100/1000baseTX PHY> on miibus1
> brgphy1:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, \
> 1000baseTX-FDX, auto
> mpt0: <LSILogic 1030 Ultra4 Adapter> port 0x2000-0x20ff mem \
> 0xe5820000-0xe582ffff,0xe5830000-0xe583ffff irq 19 at device 4.0 on pci2
> mpt0: error 16 creating per-cmd DMA maps
> mpt0: Could not allocate DMA memory
> pci0: <unknown card> (vendor=0x1022, dev=0x7451) at 10.1
> pcib18: <PCI to PCI bridge (vendor=1022 device=7450)> at device 11.0 on
> pci0
> pci3: <PCI bus> on pcib18
> pci0: <unknown card> (vendor=0x1022, dev=0x7451) at 11.1
> pcib1: <Host to PCI bridge> on motherboard
> pci4: <PCI bus> on pcib1
> pcib2: <Host to PCI bridge> on motherboard
> pci5: <PCI bus> on pcib2
> pcib3: <Host to PCI bridge> on motherboard
> pci6: <PCI bus> on pcib3
> pcib4: <Host to PCI bridge> on motherboard
> pci7: <PCI bus> on pcib4
> pcib5: <Host to PCI bridge> on motherboard
> pci8: <PCI bus> on pcib5
> pcib6: <Host to PCI bridge> on motherboard
> pci9: <PCI bus> on pcib6
> pcib7: <Host to PCI bridge> on motherboard
> pci10: <PCI bus> on pcib7
> pcib8: <Host to PCI bridge> on motherboard
> pci11: <PCI bus> on pcib8
> pcib9: <Host to PCI bridge> on motherboard
> pci12: <PCI bus> on pcib9
> pcib10: <Host to PCI bridge> on motherboard
> pci13: <PCI bus> on pcib10
> pcib11: <Host to PCI bridge> on motherboard
> pci14: <PCI bus> on pcib11
> pcib12: <Host to PCI bridge> on motherboard
> pci15: <PCI bus> on pcib12
> pcib13: <Host to PCI bridge> on motherboard
> pci16: <PCI bus> on pcib13
> pcib14: <Host to PCI bridge> on motherboard
> pci17: <PCI bus> on pcib14
> pcib15: <Host to PCI bridge> on motherboard
> pci18: <PCI bus> on pcib15
> orm0: <Option ROMs> at iomem 0xc0000-0xc7fff,0xc8000-0xc97ff,0xc9800-0xcafff,\
> 0xcb000-0xcb7ff on isa0
> pmtimer0 on isa0
> fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
> fdc0: FIFO enabled, 8 bytes threshold
> fd0: <1440-KB 3.5" drive> on fdc0 drive 0
> atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
> atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
> kbd0 at atkbd0
> psm0: <PS/2 Mouse> irq 12 on atkbdc0
> psm0: model Generic PS/2 mouse, device ID 0
> vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
> sc0: <System console> at flags 0x100 on isa0
> sc0: VGA <16 virtual consoles, flags=0x300>
> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
> sio0: type 16550A
> sio1 at port 0x2f8-0x2ff irq 3 on isa0
> sio1: type 16550A
> ppc0: parallel port not found.
> APIC_IO: Testing 8254 interrupt delivery
> APIC_IO: routing 8254 via IOAPIC #0 intpin 2
> SMP: AP CPU #1 Launched!
> SMP: AP CPU #2 Launched!
> SMP: AP CPU #3 Launched!
> acd0: DVD-ROM <DV-28E-C> at ata1-master PIO4
> NFS ROOT: 10.1.0.1:/home/system/wc/FreeBSD_4_10_test_sandbox/
> bge0: gigabit link up
>
> _______________________________________________
> freebsd-stable@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
>

-- 
Doug White                    |  FreeBSD: The Power to Serve
dwhite@gumbysoft.com          |  www.FreeBSD.org



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