RE: Problem with IBM Netfinity 5000 Server

2000-02-28 Thread Alejandro Ramirez

Hi,

  I have had problems with the 1st PCI slot in the IBM Netfinity 5000, it
  reboots my system constantly, I dont know why, but now Im not using this
  slot any more, and everything runs great.

 Could you tell me BIOS version and BIOS setting of your server ?
 Should I turn pnp,usb ... etc off?

Sorry about this missinformation, I have looked at the back of my server
cover and I have notice that the slot I was talking about it was the 5th
one, not the 1st one, it is the one that its nearest from the memory slots
the one that caused me the reboots in my system.

BTW I have not turned off PnP, and all my BIOS settings are the default one,
sorry I can give you the version of my BIOS right now, because I cant reboot
this server, but I will have to do it soon, and I will let you know this.

Greetings
Ales




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



RE: Problem with IBM Netfinity 5000 Server

2000-02-25 Thread Alejandro Ramirez

Hi,

 Don't things realy strage ?
 Everything wroks fine if 1th-4th PCI slot is empty, no device
 attached.
 Same kernel, Same Applications its running 

I have had problems with the 1st PCI slot in the IBM Netfinity 5000, it
reboots my system constantly, I dont know why, but now Im not using this
slot any more, and everything runs great.

Greetings
Ales




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



Re: Problem with IBM Netfinity 5000 Server

2000-02-25 Thread urania



Alejandro Ramirez wrote:
 
 Hi,
 
 I have had problems with the 1st PCI slot in the IBM Netfinity 5000, it
 reboots my system constantly, I dont know why, but now Im not using this
 slot any more, and everything runs great.

Could you tell me BIOS version and BIOS setting of your server ?
Should I turn pnp,usb ... etc off?

 
 Greetings
 Ales


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



Re: Problem with IBM Netfinity 5000 Server

2000-02-24 Thread David O'Brien

On Wed, Feb 23, 2000 at 02:27:31PM +0800, User URANIA wrote:
 I also set these flags at my /etc/make.conf
 CFLAGS= -mpentiumpro -O6 -pipe -funroll-loops -fexpensive-optimizations
 COPTFLAGS= -mpentiumpro -O6 -pipe -funroll-loops

-O6 (any -O above 3) is nonsense with the base GCC compiler.
I really have to wonder what people think they are getting by using such
hight -O values.

-- 
-- David([EMAIL PROTECTED])


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



Re: Problem with IBM Netfinity 5000 Server

2000-02-24 Thread Jeffrey J. Mountin

At 02:51 PM 2/24/00 -0800, David O'Brien wrote:
On Wed, Feb 23, 2000 at 02:27:31PM +0800, User URANIA wrote:
 I also set these flags at my /etc/make.conf
 CFLAGS= -mpentiumpro -O6 -pipe -funroll-loops -fexpensive-optimizations
 COPTFLAGS= -mpentiumpro -O6 -pipe -funroll-loops

-O6 (any -O above 3) is nonsense with the base GCC compiler.
I really have to wonder what people think they are getting by using such
hight -O values.

Maybe due to things like the Apache ports' Makefile:

#
# Set APACHE_PERF_TUNING env. variable to YES to get maximum performance
#
.if defined(APACHE_PERF_TUNING)  ${APACHE_PERF_TUNING} == YES
OPTIM+= -DBUFFERED_LOGS
CFLAGS+= -O6 -fomit-frame-pointer
.endif

... and not reading the man page or looking at the source.

Hey program does this, looks good, and so

Also, the various optimization levels (et all) choice keeps coming up, but
-O6 is not mentioned in the man pages.  Must be magic then. ;)


Jeff Mountin - [EMAIL PROTECTED]
Systems/Network Administrator
FreeBSD - the power to serve



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



Re: Problem with IBM Netfinity 5000 Server

2000-02-24 Thread Donn Miller

On Thu, 24 Feb 2000, David O'Brien wrote:

 On Wed, Feb 23, 2000 at 02:27:31PM +0800, User URANIA wrote:
  I also set these flags at my /etc/make.conf
  CFLAGS= -mpentiumpro -O6 -pipe -funroll-loops -fexpensive-optimizations
  COPTFLAGS= -mpentiumpro -O6 -pipe -funroll-loops
 
 -O6 (any -O above 3) is nonsense with the base GCC compiler.
 I really have to wonder what people think they are getting by using such
 hight -O values.

I looked at the code for gcc a while back, and it looks like optimization
levels of 3 and above are considered 3.  So, -O6 is the same as -O3.  I
think gcc a long time ago had flags that went this high.  I think pgcc
uses -O6, though.

Sometimes when using flags -mpentium -O3 -pipe, I'll get an "internal
compiler error" unless I bump down the opt to -O2 or lower.  This is good
-- you want to have a compiler error saying the compiler can't do it,
rather than having it creating the code anyway with bugs.


- Donn



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



Re: Problem with IBM Netfinity 5000 Server

2000-02-24 Thread urania



Donn Miller wrote:
 I looked at the code for gcc a while back, and it looks like optimization
 levels of 3 and above are considered 3.  So, -O6 is the same as -O3.  I
 think gcc a long time ago had flags that went this high.  I think pgcc
 uses -O6, though.
 
 Sometimes when using flags -mpentium -O3 -pipe, I'll get an "internal
 compiler error" unless I bump down the opt to -O2 or lower.  This is good
 -- you want to have a compiler error saying the compiler can't do it,
 rather than having it creating the code anyway with bugs.
 
 - Donn

Thanks you all,
I do know gcc do nothing more as optimization levels large than 3. 
3 Month ago I try install RedHat 6.1 to this IBM 5000 server,
eepro100 module could only found by install and never success load this
module.
This Month I try install RedHat 6.2, it can found eepro100, and most
important is everythings work fine !!
So I think maybe FreeBSD problem only ?

3 Month ago 4.0-Current cannot see anything as I plug any PCI
interface at 1th-4th slot, only can found device at 5th PCI slot.
This Month 4.0-Current RC is out, I'm happy to re-build all things
from cvsup
source, update everything as /usr/src/UPDATE says, after reboot, I see
the missing
device I plug at 4th PCI slot, but after few seconds I login at console,
this IBM
Server direct reboot.
Nothing Panic, just like M$ Windows crash = Server Reset ?

After a longtime disk check, I login again, Server Reset again 

Don't things realy strage ?
Everything wroks fine if 1th-4th PCI slot is empty, no device
attached. 
Same kernel, Same Applications its running 


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



Re: Problem with IBM Netfinity 5000 Server

2000-02-24 Thread Jason Allum

- Original Message - 
From: "urania" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, February 24, 2000 10:05 PM
Subject: Re: Problem with IBM Netfinity 5000 Server


 Thanks you all,
 I do know gcc do nothing more as optimization levels large than 3. 
 3 Month ago I try install RedHat 6.1 to this IBM 5000 server,
 eepro100 module could only found by install and never success load this
 module.
 This Month I try install RedHat 6.2, it can found eepro100, and most
 important is everythings work fine !!
 So I think maybe FreeBSD problem only ?
 
 3 Month ago 4.0-Current cannot see anything as I plug any PCI
 interface at 1th-4th slot, only can found device at 5th PCI slot.
 This Month 4.0-Current RC is out, I'm happy to re-build all things
 from cvsup
 source, update everything as /usr/src/UPDATE says, after reboot, I see
 the missing
 device I plug at 4th PCI slot, but after few seconds I login at console,
 this IBM
 Server direct reboot.
 Nothing Panic, just like M$ Windows crash = Server Reset ?
 
 After a longtime disk check, I login again, Server Reset again 
 
 Don't things realy strage ?
 Everything wroks fine if 1th-4th PCI slot is empty, no device
 attached. 
 Same kernel, Same Applications its running 

aren't pci slots 1 through 4 "hot-pluggable" on the '5000?

-
jason allum




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



Re: Problem with IBM Netfinity 5000 Server

2000-02-24 Thread Vallo Kallaste

On Wed, Feb 23, 2000 at 02:27:31PM +0800, User URANIA [EMAIL PROTECTED] wrote:

 I've a Netfinity 5000 Server, internal 5 PCI slot onborad.
 If i put one Intel 82558 NIC at 5th PCI Slot, everythings goes
 fine. Every times i put the same Intel NIC to any other PCI
 slots ( 1th ~ 4th ), after system login prompt , i also login 
 as root, then system direct reboot  #

 I also set these flags at my /etc/make.conf
 
 #
 CFLAGS= -mpentiumpro -O6 -pipe -funroll-loops -fexpensive-optimizations
 #
 # To avoid building various parts of the base system:
 NO_SENDMAIL=  true
 #NO_CVS=  true
 #
 # To compile just the kernel with special optimisations, you should use
 # this instead of CFLAGS (which is not applicable to kernel builds anyway):
 #
 COPTFLAGS= -mpentiumpro -O6 -pipe -funroll-loops

Please forget the "special" optimization parameters and compile world
and kernel with standard -O -pipe. Make sure you don't have any unusual
tweaks anywhere. Then compile GENERIC kernel and try it out. I don't
think the optimizing compiler is bad idea but I haven't seen any
significant gains versus dying kernels and weird acting standard system
binaries.
-- 

Vallo Kallaste
[EMAIL PROTECTED]


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



Re: Problem with IBM Netfinity 5000 Server

2000-02-23 Thread User URANIA


Sorry for sending you all the messages from /var/log/messages, here is
dmesg as the NIC at 5th PCI slot,
Sorry for I cannot got dmesg as the NIC at 4th PCI slot, server reboot
and I lost every things 


Copyright (c) 1992-2000 The FreeBSD Project.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
FreeBSD 4.0-CURRENT #0: Wed Feb 23 13:56:44 CST 2000
[EMAIL PROTECTED]:/usr/src/sys/compile/www
Calibrating clock(s) ... TSC clock: 498602083 Hz, i8254 clock: 1193024 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254"  frequency 1193182 Hz
CLK_USE_TSC_CALIBRATION not specified - using old calibration method
Timecounter "TSC"  frequency 498670656 Hz
CPU: Pentium III/Pentium III Xeon (498.67-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x673  Stepping = 3
  
Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,XMM
real memory  = 536854528 (524272K bytes)
Physical memory chunk(s):
0x1000 - 0x0009dfff, 643072 bytes (157 pages)
0x0031c000 - 0x1fff3fff, 533561344 bytes (130264 pages)
avail memory = 517894144 (505756K bytes)
bios32: Found BIOS32 Service Directory header at 0xc00fd5d0
bios32: Entry = 0xfd5e1 (c00fd5e1)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xd61c
pnpbios: Found PnP BIOS data at 0xc00fde90
pnpbios: Entry = f:497d  Rev = 1.0
Other BIOS signatures found:
ACPI: 000fdec0
Preloaded elf kernel "kernel" at 0xc0303000.
Pentium Pro MTRR support enabled
Math emulator present
pci_open(1):mode 1 addr port (0x0cf8) is 0x0070
pci_open(1a):   mode1res=0x8000 (0x8000)
pci_cfgcheck:   device 0 [class=06] [hdr=80] is there (id=00071166)
npx0: math processor on motherboard
npx0: INT 16 interface
pci_open(1):mode 1 addr port (0x0cf8) is 0x
pci_open(1a):   mode1res=0x8000 (0x8000)
pci_cfgcheck:   device 0 [class=06] [hdr=80] is there (id=00071166)
pcib0: Host to PCI bridge on motherboard
found- vendor=0x1166, dev=0x0007, revid=0x04
class=06-00-00, hdrtype=0x00, mfdev=1
subordinatebus=0secondarybus=0
map[10]: type 1, range 32, base , size  0
found- vendor=0x1166, dev=0x0005, revid=0x02
class=06-00-00, hdrtype=0x00, mfdev=1
subordinatebus=0secondarybus=0
found- vendor=0x8086, dev=0x1229, revid=0x05
class=02-00-00, hdrtype=0x00, mfdev=0
subordinatebus=0secondarybus=0
intpin=a, irq=11
map[10]: type 1, range 32, base febff000, size 12
map[14]: type 1, range 32, base 2000, size  5
map[18]: type 1, range 32, base fea0, size 20
found- vendor=0x9004, dev=0x7895, revid=0x04
class=01-00-00, hdrtype=0x00, mfdev=1
subordinatebus=0secondarybus=0
intpin=a, irq=15
map[10]: type 1, range 32, base 2200, size  8
map[14]: type 1, range 32, base febfe000, size 12
found- vendor=0x9004, dev=0x7895, revid=0x04
class=01-00-00, hdrtype=0x00, mfdev=1
subordinatebus=0secondarybus=0
intpin=b, irq=10
map[10]: type 1, range 32, base 2300, size  8
map[14]: type 1, range 32, base febfd000, size 12
found- vendor=0x1022, dev=0x2000, revid=0x36
class=02-00-00, hdrtype=0x00, mfdev=0
subordinatebus=0secondarybus=0
intpin=a, irq=11
map[10]: type 1, range 32, base 2020, size  5
map[14]: type 1, range 32, base febfcc00, size  5
found- vendor=0x5333, dev=0x8901, revid=0x16
class=03-00-00, hdrtype=0x00, mfdev=0
subordinatebus=0secondarybus=0
intpin=a, irq=9
map[10]: type 1, range 32, base f800, size 26
found- vendor=0x1166, dev=0x0200, revid=0x4d
class=06-01-00, hdrtype=0x00, mfdev=1
subordinatebus=0secondarybus=0
found- vendor=0x1166, dev=0x0210, revid=0x4a
class=01-01-ea, hdrtype=0x00, mfdev=1
subordinatebus=0secondarybus=0
intpin=a, irq=14
map[10]: type 1, range 32, base 01f0, size  3
map[14]: type 1, range 32, base 03f4, size  2
map[18]: type 1, range 32, base 0010, size  3
map[1c]: type 1, range 32, base , size  2
map[20]: type 1, range 32, base ffa0, size  4
found- vendor=0x1166, dev=0x0220, revid=0x04
class=0c-03-10, hdrtype=0x00, mfdev=0
subordinatebus=0secondarybus=0
intpin=a, irq=10
map[10]: type 1, range 32, base ff70, size 12
pci0: PCI bus on pcib0
fxp0: Intel EtherExpress Pro 10/100B Ethernet port 0x2000-0x201f mem 
0xfea0-0xfeaf,0xfebff000-0xfebf irq 11 at device 1.0 on pci0
fxp0: Ethernet address 00:04:ac:45:75:fc
bpf: fxp0 attached
ahc0: Adaptec aic7895 Ultra SCSI adapter port 0x2200-0x22ff mem 
0xfebfe000-0xfebfefff irq 15 at device 6.0 on pci0
ahc0: Reading SEEPROM...done.
ahc0: Low byte termination Enabled
ahc0: High byte 

Problem with IBM Netfinity 5000 Server (with dmesg)

2000-02-23 Thread User URANIA



Sorry for sending you all the messages from /var/log/messages, here is
dmesg as the NIC at 5th PCI slot,
Sorry for I cannot got dmesg as the NIC at 4th PCI slot, server reboot
and I lost every things 


Copyright (c) 1992-2000 The FreeBSD Project.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
FreeBSD 4.0-CURRENT #0: Wed Feb 23 13:56:44 CST 2000
[EMAIL PROTECTED]:/usr/src/sys/compile/www
Calibrating clock(s) ... TSC clock: 498602083 Hz, i8254 clock: 1193024 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254"  frequency 1193182 Hz
CLK_USE_TSC_CALIBRATION not specified - using old calibration method
Timecounter "TSC"  frequency 498670656 Hz
CPU: Pentium III/Pentium III Xeon (498.67-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x673  Stepping = 3
  
Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,XMM
real memory  = 536854528 (524272K bytes)
Physical memory chunk(s):
0x1000 - 0x0009dfff, 643072 bytes (157 pages)
0x0031c000 - 0x1fff3fff, 533561344 bytes (130264 pages)
avail memory = 517894144 (505756K bytes)
bios32: Found BIOS32 Service Directory header at 0xc00fd5d0
bios32: Entry = 0xfd5e1 (c00fd5e1)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xd61c
pnpbios: Found PnP BIOS data at 0xc00fde90
pnpbios: Entry = f:497d  Rev = 1.0
Other BIOS signatures found:
ACPI: 000fdec0
Preloaded elf kernel "kernel" at 0xc0303000.
Pentium Pro MTRR support enabled
Math emulator present
pci_open(1):mode 1 addr port (0x0cf8) is 0x0070
pci_open(1a):   mode1res=0x8000 (0x8000)
pci_cfgcheck:   device 0 [class=06] [hdr=80] is there (id=00071166)
npx0: math processor on motherboard
npx0: INT 16 interface
pci_open(1):mode 1 addr port (0x0cf8) is 0x
pci_open(1a):   mode1res=0x8000 (0x8000)
pci_cfgcheck:   device 0 [class=06] [hdr=80] is there (id=00071166)
pcib0: Host to PCI bridge on motherboard
found- vendor=0x1166, dev=0x0007, revid=0x04
class=06-00-00, hdrtype=0x00, mfdev=1
subordinatebus=0secondarybus=0
map[10]: type 1, range 32, base , size  0
found- vendor=0x1166, dev=0x0005, revid=0x02
class=06-00-00, hdrtype=0x00, mfdev=1
subordinatebus=0secondarybus=0
found- vendor=0x8086, dev=0x1229, revid=0x05
class=02-00-00, hdrtype=0x00, mfdev=0
subordinatebus=0secondarybus=0
intpin=a, irq=11
map[10]: type 1, range 32, base febff000, size 12
map[14]: type 1, range 32, base 2000, size  5
map[18]: type 1, range 32, base fea0, size 20
found- vendor=0x9004, dev=0x7895, revid=0x04
class=01-00-00, hdrtype=0x00, mfdev=1
subordinatebus=0secondarybus=0
intpin=a, irq=15
map[10]: type 1, range 32, base 2200, size  8
map[14]: type 1, range 32, base febfe000, size 12
found- vendor=0x9004, dev=0x7895, revid=0x04
class=01-00-00, hdrtype=0x00, mfdev=1
subordinatebus=0secondarybus=0
intpin=b, irq=10
map[10]: type 1, range 32, base 2300, size  8
map[14]: type 1, range 32, base febfd000, size 12
found- vendor=0x1022, dev=0x2000, revid=0x36
class=02-00-00, hdrtype=0x00, mfdev=0
subordinatebus=0secondarybus=0
intpin=a, irq=11
map[10]: type 1, range 32, base 2020, size  5
map[14]: type 1, range 32, base febfcc00, size  5
found- vendor=0x5333, dev=0x8901, revid=0x16
class=03-00-00, hdrtype=0x00, mfdev=0
subordinatebus=0secondarybus=0
intpin=a, irq=9
map[10]: type 1, range 32, base f800, size 26
found- vendor=0x1166, dev=0x0200, revid=0x4d
class=06-01-00, hdrtype=0x00, mfdev=1
subordinatebus=0secondarybus=0
found- vendor=0x1166, dev=0x0210, revid=0x4a
class=01-01-ea, hdrtype=0x00, mfdev=1
subordinatebus=0secondarybus=0
intpin=a, irq=14
map[10]: type 1, range 32, base 01f0, size  3
map[14]: type 1, range 32, base 03f4, size  2
map[18]: type 1, range 32, base 0010, size  3
map[1c]: type 1, range 32, base , size  2
map[20]: type 1, range 32, base ffa0, size  4
found- vendor=0x1166, dev=0x0220, revid=0x04
class=0c-03-10, hdrtype=0x00, mfdev=0
subordinatebus=0secondarybus=0
intpin=a, irq=10
map[10]: type 1, range 32, base ff70, size 12
pci0: PCI bus on pcib0
fxp0: Intel EtherExpress Pro 10/100B Ethernet port 0x2000-0x201f mem 
0xfea0-0xfeaf,0xfebff000-0xfebf irq 11 at device 1.0 on pci0
fxp0: Ethernet address 00:04:ac:45:75:fc
bpf: fxp0 attached
ahc0: Adaptec aic7895 Ultra SCSI adapter port 0x2200-0x22ff mem 
0xfebfe000-0xfebfefff irq 15 at device 6.0 on pci0
ahc0: Reading SEEPROM...done.
ahc0: Low byte termination Enabled
ahc0: High byte 

Problem with IBM Netfinity 5000 Server

2000-02-22 Thread User URANIA



I've a Netfinity 5000 Server, internal 5 PCI slot onborad.
If i put one Intel 82558 NIC at 5th PCI Slot, everythings goes
fine. Every times i put the same Intel NIC to any other PCI
slots ( 1th ~ 4th ), after system login prompt , i also login 
as root, then system direct reboot  #


Here is boot -v message as I put The NIC at 4th PCI Slot:
Feb 23 14:02:59 www /kernel: Copyright (c) 1992-2000 The FreeBSD Project.
Feb 23 14:02:59 www /kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
Feb 23 14:02:59 www /kernel: The Regents of the University of California. All rights 
reserved.
Feb 23 14:02:59 www /kernel: FreeBSD 4.0-CURRENT #0: Wed Feb 23 13:56:44 CST 2000
Feb 23 14:02:59 www /kernel: [EMAIL PROTECTED]:/usr/src/sys/compile/www
Feb 23 14:02:59 www /kernel: Calibrating clock(s) ... TSC clock: 498595828 Hz, i8254 
clock: 1193010 Hz
Feb 23 14:02:59 www /kernel: CLK_USE_I8254_CALIBRATION not specified - using default 
frequency
Feb 23 14:02:59 www /kernel: Timecounter "i8254"  frequency 1193182 Hz
Feb 23 14:02:59 www /kernel: CLK_USE_TSC_CALIBRATION not specified - using old 
calibration method
Feb 23 14:02:59 www /kernel: Timecounter "TSC"  frequency 498670821 Hz
Feb 23 14:02:59 www /kernel: CPU: Pentium III/Pentium III Xeon (498.67-MHz 686-class 
CPU)
Feb 23 14:02:59 www /kernel: Origin = "GenuineIntel"  Id = 0x673  Stepping = 3
Feb 23 14:02:59 www /kernel: 
Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,XMM
Feb 23 14:02:59 www /kernel: real memory  = 536854528 (524272K bytes)
Feb 23 14:02:59 www /kernel: Physical memory chunk(s):
Feb 23 14:02:59 www /kernel: 0x1000 - 0x0009dfff, 643072 bytes (157 pages)
Feb 23 14:02:59 www /kernel: 0x0031c000 - 0x1fff3fff, 533561344 bytes (130264 pages)
Feb 23 14:02:59 www /kernel: avail memory = 517894144 (505756K bytes)
Feb 23 14:02:59 www /kernel: bios32: Found BIOS32 Service Directory header at 
0xc00fd5d0
Feb 23 14:02:59 www /kernel: bios32: Entry = 0xfd5e1 (c00fd5e1)  Rev = 0  Len = 1
Feb 23 14:02:59 www /kernel: pcibios: PCI BIOS entry at 0xd61c
Feb 23 14:02:59 www /kernel: pnpbios: Found PnP BIOS data at 0xc00fde90
Feb 23 14:02:59 www /kernel: pnpbios: Entry = f:497d  Rev = 1.0
Feb 23 14:02:59 www /kernel: Other BIOS signatures found:
Feb 23 14:02:59 www /kernel: ACPI: 000fdec0
Feb 23 14:02:59 www /kernel: Preloaded elf kernel "kernel" at 0xc0303000.
Feb 23 14:02:59 www /kernel: Pentium Pro MTRR support enabled
Feb 23 14:02:59 www /kernel: Math emulator present
Feb 23 14:02:59 www /kernel: pci_open(1):   mode 1 addr port (0x0cf8) is 0x0070
Feb 23 14:02:59 www /kernel: pci_open(1a):  mode1res=0x8000 (0x8000)
Feb 23 14:02:59 www /kernel: pci_cfgcheck:  device 0 [class=06] [hdr=80] is 
there (id=00071166)
Feb 23 14:02:59 www /kernel: npx0: math processor on motherboard
Feb 23 14:02:59 www /kernel: npx0: INT 16 interface
Feb 23 14:02:59 www /kernel: pci_open(1):   mode 1 addr port (0x0cf8) is 0x
Feb 23 14:02:59 www /kernel: pci_open(1a):  mode1res=0x8000 (0x8000)
Feb 23 14:02:59 www /kernel: pci_cfgcheck:  device 0 [class=06] [hdr=80] is 
there (id=00071166)
Feb 23 14:02:59 www /kernel: pcib0: Host to PCI bridge on motherboard
Feb 23 14:02:59 www /kernel: found-vendor=0x1166, dev=0x0007, revid=0x04
Feb 23 14:02:59 www /kernel: class=06-00-00, hdrtype=0x00, mfdev=1
Feb 23 14:02:59 www /kernel: subordinatebus=0   secondarybus=0
Feb 23 14:02:59 www /kernel: map[10]: type 1, range 32, base , size  0
Feb 23 14:02:59 www /kernel: found-vendor=0x1166, dev=0x0005, revid=0x02
Feb 23 14:02:59 www /kernel: class=06-00-00, hdrtype=0x00, mfdev=1
Feb 23 14:02:59 www /kernel: subordinatebus=0   secondarybus=0
Feb 23 14:02:59 www /kernel: found-vendor=0x9004, dev=0x7895, revid=0x04
Feb 23 14:02:59 www /kernel: class=01-00-00, hdrtype=0x00, mfdev=1
Feb 23 14:02:59 www /kernel: subordinatebus=0   secondarybus=0
Feb 23 14:02:59 www /kernel: intpin=a, irq=11
Feb 23 14:02:59 www /kernel: map[10]: type 1, range 32, base 2000, size  8
Feb 23 14:02:59 www /kernel: map[14]: type 1, range 32, base febff000, size 12
Feb 23 14:02:59 www /kernel: found-vendor=0x9004, dev=0x7895, revid=0x04
Feb 23 14:02:59 www /kernel: class=01-00-00, hdrtype=0x00, mfdev=1
Feb 23 14:02:59 www /kernel: subordinatebus=0   secondarybus=0
Feb 23 14:03:00 www /kernel: intpin=b, irq=15
Feb 23 14:03:00 www /kernel: map[10]: type 1, range 32, base 2200, size  8
Feb 23 14:03:00 www /kernel: map[14]: type 1, range 32, base febfe000, size 12
Feb 23 14:03:00 www /kernel: found-vendor=0x1022, dev=0x2000, revid=0x36
Feb 23 14:03:00 www /kernel: class=02-00-00, hdrtype=0x00, mfdev=0
Feb 23 14:03:00 www /kernel: subordinatebus=0   secondarybus=0
Feb 23 14:03:00 www /kernel: intpin=a, irq=10
Feb 23 14:03:00 www /kernel: map[10]: type 1, range 32, base 2180, size  5
Feb 23 14:03:00 www /kernel: map[14]: type 1, range 32, base febfdc00, size  5
Feb 23