Re: which 3ware controllers are supported ?

2003-11-12 Thread Josh Tolbert
On Wed, Nov 12, 2003 at 03:43:27PM +0100, Harald Schmalzbauer wrote:
Content-Description: signed data
 On Wednesday 12 November 2003 14:07, Andrew Atrens wrote:
  Anyone using a 3WARE ESCALADE 7500-4LP ATA RAID CARD ?
 
 I recommended that a friend of mine. It's running without an Problem under 
 4.7. I Don't know about newer versions but it should work well.
 
 -Harry

I have a 3Ware 7000-2 (two-channel, 32-bit) running fine under
5.1-RELEASE, so it'll probably work fine under -CURRENT. However,
3dm from the ports tree does not work.

Thanks,
Josh
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: which 3ware controllers are supported ?

2003-11-12 Thread Josh Tolbert
On Wed, Nov 12, 2003 at 11:55:34AM -0600, Barry Pederson wrote:
 Josh Tolbert wrote:
 
 On Wed, Nov 12, 2003 at 03:43:27PM +0100, Harald Schmalzbauer wrote:
 Content-Description: signed data
 
 On Wednesday 12 November 2003 14:07, Andrew Atrens wrote:
 
 Anyone using a 3WARE ESCALADE 7500-4LP ATA RAID CARD ?
 
 I recommended that a friend of mine. It's running without an Problem 
 under 4.7. I Don't know about newer versions but it should work well.
 
 -Harry
 
 
 I have a 3Ware 7000-2 (two-channel, 32-bit) running fine under
 5.1-RELEASE, so it'll probably work fine under -CURRENT. However,
 3dm from the ports tree does not work.
 
 There was a list message about this back in May from [EMAIL PROTECTED] with the 
 subject Re: 3dmd broken
 
 http://docs.freebsd.org/cgi/getmsg.cgi?fetch=1035474+0+archive/2003/freebsd-current/20030601.freebsd-current
 
 which included a tiny binary patch.  I tried this with the port version of 
 3dmd on a 5.1-Release box, and it seems to work OK.
 
 Barry

Hi Barry,

Interesting. I should have searched. I wasn't running 5.1 back then. :) Either
way, thank you. I'll give the patch a shot.

Thanks,

Josh
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Trouble booting a SMP kernel

2003-11-10 Thread Josh Tolbert
On Thu, Nov 06, 2003 at 11:58:46AM -0600, Josh Tolbert wrote:
 On Thu, Nov 06, 2003 at 09:53:58AM -0800, Scott R. Sewall wrote:
  
  I need a little help diagnosing a problem booting a 5.1-RELEASE SMP kernel.
  
  The GENERIC kernel boots just fine. When I boot a GENERIC kernel with SMP
  enabled the boot fails early in the boot process.  The text from the 
  console is below:
  
  Programming 16 pins in IOAPIC #0
  IOAPIC #0 intpin 2 - irq 0
  Programming 16 pins in IOAPIC #1
  AP #1 (PHY #1) failed!
  panic y/n? [y] n
  snip
  APIC_IO: Testing 8254 interrupt delivery
  [system is locks up at this point, no more messages]
  
  Also fails to boot a FreeBSD 4.4 SMP kernel, which leads me to beleive 
  it's a hardware
  problem.
  
  Is this indicative of a failed processor or is it the motherboard?
  
  Hardware is a Tyan Thunder LE-T, BIOS v1.06, Dual Pentium III 1133 MHz, 
  2GB RAM.
  
  Any advise on diagnosing the problem is greatly appreciated.
  
  -- Scott
 
 No advice, but I experienced this exact problem last night. I'm running a Tyan
 Tiger LE motherboard, 2x PIII 733, 512M RAM and various other bits. It hangs
 in the exact same spot as yours does, which isn't surprising considering both
 motherboards use essentially the same chipset.
 
 This machine has ran with 4.x in the past, as well as an older 5-CURRENT, but
 I don't have timeframes for either.
 
 I'm fairly certain it's not a hardware problem. Google turns up a few other
 people with the same problem, so I don't think we're alone. I was going to
 fire off an e-mail to the lists today, but figured it would be best just to
 chime in with a me too since you've already got one in.
 
 Thanks,
 Josh

To follow up, I tried the latest -CURRENT build from current.freebsd.org. The
new SMP arrangement works great and the kernel boots fine on the machine, but
I couldn't continue the install once I got past drive partitioning due to some
missing devices related to the Promise IDE RAID array.

So, as it stands, -RELEASE won't run in SMP and -CURRENT will, but -CURRENT
won't install on my machine. Of course, I put all of about five minutes' worth
of effort in to it...

Any other ideas?

Thanks,
Josh
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Trouble booting a SMP kernel

2003-11-06 Thread Josh Tolbert
On Thu, Nov 06, 2003 at 09:53:58AM -0800, Scott R. Sewall wrote:
 
 I need a little help diagnosing a problem booting a 5.1-RELEASE SMP kernel.
 
 The GENERIC kernel boots just fine. When I boot a GENERIC kernel with SMP
 enabled the boot fails early in the boot process.  The text from the 
 console is below:
 
 Programming 16 pins in IOAPIC #0
 IOAPIC #0 intpin 2 - irq 0
 Programming 16 pins in IOAPIC #1
 AP #1 (PHY #1) failed!
 panic y/n? [y] n
 snip
 APIC_IO: Testing 8254 interrupt delivery
 [system is locks up at this point, no more messages]
 
 Also fails to boot a FreeBSD 4.4 SMP kernel, which leads me to beleive 
 it's a hardware
 problem.
 
 Is this indicative of a failed processor or is it the motherboard?
 
 Hardware is a Tyan Thunder LE-T, BIOS v1.06, Dual Pentium III 1133 MHz, 
 2GB RAM.
 
 Any advise on diagnosing the problem is greatly appreciated.
 
 -- Scott

No advice, but I experienced this exact problem last night. I'm running a Tyan
Tiger LE motherboard, 2x PIII 733, 512M RAM and various other bits. It hangs
in the exact same spot as yours does, which isn't surprising considering both
motherboards use essentially the same chipset.

This machine has ran with 4.x in the past, as well as an older 5-CURRENT, but
I don't have timeframes for either.

I'm fairly certain it's not a hardware problem. Google turns up a few other
people with the same problem, so I don't think we're alone. I was going to
fire off an e-mail to the lists today, but figured it would be best just to
chime in with a me too since you've already got one in.

Thanks,
Josh
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Extremely slow boot?

2002-12-08 Thread Josh Tolbert
Hi,
I've been running FreeBSD since 3.4. I had built a machine to
replace my old fileserver, but decided to hold off on switching them
around and use the machine to test out 5.0 on.
The machine itself is a Tyan Tiger LE (S2515, ServerWorks
ServerSet III-LE chipset), dual PIII/733EB, 512M RAM, DPT PM2865U3 64-bit,
dual-channel, U160 SCSI RAID controller, on-board Intel Pro/100 ethernet
and on-board ATi Rage video. I'm running a bunch of Seagate 9.1G drives in
RAID 1/0, an IDE CD-ROM at ata0-master and an IDE CD-RW at ata1-master.
The machine worked perfectly with everything before 5.0.
I tried to install DP2, but the hardware detection during boot
seemed to hang after detecting vga0. I thought that the problem would have
been found already and decided to try a later -CURRENT. I downloaded some
boot floppies for the latest -CURRENT (20021208) from current.freebsd.org
and tried the install again, with the same luck. It appeared to hang after
detecting vga0.
Booting with -v, I would see a message about isa_probe_children,
and that's when the machine hung. Oddly enough, after letting the machine
sit in the hung state for a while, the boot process continued and I was
able to install, but every time since the long boot times continue.
After searching around, I discovered the device hint
'hint.acpi.0.disable=1' and added it to my /boot/device.hints, but the
problem still persists. I then set acpi_load=NO in /boot/loader.conf,
but with no luck. The machine boots, just boots extremely slow.
Any ideas? I'm happy to post any information that's requested
(once the machine boots...).

Thanks,
Josh Tolbert


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message