Re: current doesnt see ps2 port with acpi enabled on intel vc820

2001-12-18 Thread KT Sin

Hi all

Glad to hear that it worked for you.

Just wondering..is your affected motherboard using AMI for BIOS?
Mine is AMI too.

I'll try to submit a PR. Hopefully the fix will be accepted.

kt

On Sun, Dec 16, 2001 at 10:25:52AM -0500, Brian K. White wrote:
 
 - Original Message -
 From: KT Sin [EMAIL PROTECTED]
 To: Jon Christopherson [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Saturday, December 15, 2001 10:24 PM
 Subject: Re: current doesnt see ps2 port with acpi enabled on intel vc820
 
   I have just compiled and installed -current from this morning
   7AMPST, and have noticed that when acpi is enabled in loader.conf the OS
   does not see the ps2 mouse port. When I turn off ACPI the mouse port
   shows up fine. Other than not seeing the ps2 port when in ACPI enabled
   mode, the OS works without a hitch on my motherboard. Any ideas? IF this
   is a known problem please let me know, as I have been off this list for
   a month or so.
 
  I'm seeing the same problem on my MSI bookpc. For some reasons, the psm
  device will fail to get an IRQ when ACPI is enabled.
 
  Can you try the attached patch and see if it helps?
 
 Hey I had the same problem but I assumed it was because I was slightly
 overclocking an amd k6-2 500 to 550
 on a cheap old e-machine via-based motherboard. I applied your patch and now
 my mouse works. thanks!
 
 blather
 although, partially in response to the mouse problem, I never use my kvm
 switch anymore anyways, just vnc on the rare occasion I feel like playing
 with x on this box.
 /blather
 
 Brian K. White  --  [EMAIL PROTECTED]  --  http://www.aljex.com/bkw/
 +[+++[-]-]+..+.+++.-.[+---]++.
 filePro BBx  Linux SCO  Prosper/FACTS AutoCAD  #callahans Satriani
 
 

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



Re: current doesnt see ps2 port with acpi enabled on intel vc820

2001-12-18 Thread Mike Smith

 Hi all
 
 Glad to hear that it worked for you.
 
 Just wondering..is your affected motherboard using AMI for BIOS?
 Mine is AMI too.
 
 I'll try to submit a PR. Hopefully the fix will be accepted.

A PR that hardwires IRQ 12 probably won't be accepted.  Can you look 
around the ACPI tables and try to see where the driver should be 
intuiting the IRQ from?  In particular, have a look at the atkbdc device 
and see if it isn't being given two interrupts...


 
 kt
 
 On Sun, Dec 16, 2001 at 10:25:52AM -0500, Brian K. White wrote:
  
  - Original Message -
  From: KT Sin [EMAIL PROTECTED]
  To: Jon Christopherson [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Sent: Saturday, December 15, 2001 10:24 PM
  Subject: Re: current doesnt see ps2 port with acpi enabled on intel vc820
  
I have just compiled and installed -current from this morning
7AMPST, and have noticed that when acpi is enabled in loader.conf the O
 S
does not see the ps2 mouse port. When I turn off ACPI the mouse port
shows up fine. Other than not seeing the ps2 port when in ACPI enabled
mode, the OS works without a hitch on my motherboard. Any ideas? IF thi
 s
is a known problem please let me know, as I have been off this list for
a month or so.
  
   I'm seeing the same problem on my MSI bookpc. For some reasons, the psm
   device will fail to get an IRQ when ACPI is enabled.
  
   Can you try the attached patch and see if it helps?
  
  Hey I had the same problem but I assumed it was because I was slightly
  overclocking an amd k6-2 500 to 550
  on a cheap old e-machine via-based motherboard. I applied your patch and no
 w
  my mouse works. thanks!
  
  blather
  although, partially in response to the mouse problem, I never use my kvm
  switch anymore anyways, just vnc on the rare occasion I feel like playing
  with x on this box.
  /blather
  
  Brian K. White  --  [EMAIL PROTECTED]  --  http://www.aljex.com/bkw/
  +[+++[-]-]+..+.+++.-.[+---]++.
  filePro BBx  Linux SCO  Prosper/FACTS AutoCAD  #callahans Satriani
  
  
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-current in the body of the message

-- 
... every activity meets with opposition, everyone who acts has his
rivals and unfortunately opponents also.  But not because people want
to be opponents, rather because the tasks and relationships force
people to take different points of view.  [Dr. Fritz Todt]
   V I C T O R Y   N O T   V E N G E A N C E



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



Re: current doesnt see ps2 port with acpi enabled on intel vc820

2001-12-18 Thread KT Sin

Yes...you are absolutely correct. 8)

For my case, all that is needed is adding the correct pnp id and let the pnp
driver take care of the rest.

Thanks
kt

On Tue, Dec 18, 2001 at 11:35:33AM -0800, Mike Smith wrote:
  Hi all
  
  Glad to hear that it worked for you.
  
  Just wondering..is your affected motherboard using AMI for BIOS?
  Mine is AMI too.
  
  I'll try to submit a PR. Hopefully the fix will be accepted.
 
 A PR that hardwires IRQ 12 probably won't be accepted.  Can you look 
 around the ACPI tables and try to see where the driver should be 
 intuiting the IRQ from?  In particular, have a look at the atkbdc device 
 and see if it isn't being given two interrupts...
 
 
  
  kt
  
  On Sun, Dec 16, 2001 at 10:25:52AM -0500, Brian K. White wrote:
   
   - Original Message -
   From: KT Sin [EMAIL PROTECTED]
   To: Jon Christopherson [EMAIL PROTECTED]
   Cc: [EMAIL PROTECTED]
   Sent: Saturday, December 15, 2001 10:24 PM
   Subject: Re: current doesnt see ps2 port with acpi enabled on intel vc820
   
 I have just compiled and installed -current from this morning
 7AMPST, and have noticed that when acpi is enabled in loader.conf the O
  S
 does not see the ps2 mouse port. When I turn off ACPI the mouse port
 shows up fine. Other than not seeing the ps2 port when in ACPI enabled
 mode, the OS works without a hitch on my motherboard. Any ideas? IF thi
  s
 is a known problem please let me know, as I have been off this list for
 a month or so.
   
I'm seeing the same problem on my MSI bookpc. For some reasons, the psm
device will fail to get an IRQ when ACPI is enabled.
   
Can you try the attached patch and see if it helps?
   
   Hey I had the same problem but I assumed it was because I was slightly
   overclocking an amd k6-2 500 to 550
   on a cheap old e-machine via-based motherboard. I applied your patch and no
  w
   my mouse works. thanks!
   
   blather
   although, partially in response to the mouse problem, I never use my kvm
   switch anymore anyways, just vnc on the rare occasion I feel like playing
   with x on this box.
   /blather
   
   Brian K. White  --  [EMAIL PROTECTED]  --  http://www.aljex.com/bkw/
   +[+++[-]-]+..+.+++.-.[+---]++.
   filePro BBx  Linux SCO  Prosper/FACTS AutoCAD  #callahans Satriani
   
   
  
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-current in the body of the message
 
 -- 
 ... every activity meets with opposition, everyone who acts has his
 rivals and unfortunately opponents also.  But not because people want
 to be opponents, rather because the tasks and relationships force
 people to take different points of view.  [Dr. Fritz Todt]
V I C T O R Y   N O T   V E N G E A N C E
 
 

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



RE: current doesnt see ps2 port with acpi enabled on intel vc820

2001-12-16 Thread Jon Christopherson

Hello,

That patch worked like a charm! Ps2 port seen fine both in acpi
mode and non-acpi mode. Thanks a lot. Perhaps this should be imported to
the driver in the source tree?

Attached is the new dmesg output.

Regards,

Jon Christopherson


-Original Message-
From: KT Sin [mailto:[EMAIL PROTECTED]] 
Sent: Saturday, December 15, 2001 7:24 PM
To: Jon T. Christopherson
Cc: [EMAIL PROTECTED]
Subject: Re: current doesnt see ps2 port with acpi enabled on intel
vc820

Hi

I'm seeing the same problem on my MSI bookpc. For some reasons, the psm
device will fail to get an IRQ when ACPI is enabled.

Can you try the attached patch and see if it helps?

kt


On Sat, Dec 15, 2001 at 09:16:07AM -0800, Jon Christopherson wrote:
 Hello,
 
   I have just compiled and installed -current from this morning
 7AMPST, and have noticed that when acpi is enabled in loader.conf the
OS
 does not see the ps2 mouse port. When I turn off ACPI the mouse port
 shows up fine. Other than not seeing the ps2 port when in ACPI enabled
 mode, the OS works without a hitch on my motherboard. Any ideas? IF
this
 is a known problem please let me know, as I have been off this list
for
 a month or so.
 
   On another note .. when doing a make distribution in
 /usr/src/etc, the process will fail when trying to install MAKEDEV and
 MAKEDEV.local into /dev both in single user and multiuser. I got
around
 this by telling it to not install them.
 
   I have attached dmesg output from both ACPI and non ACPI enabled
 boots.
 
 Thanks in advance,
 
 Jon Christopherson
 

 Copyright (c) 1992-2001 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: Sat Dec 15 08:04:04 PST 2001
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENESIS
 Preloaded elf kernel /boot/kernel/kernel at 0xc0438000.
 Preloaded elf module /boot/kernel/acpi.ko at 0xc04380a8.
 Timecounter i8254  frequency 1193182 Hz
 Timecounter TSC  frequency 598476354 Hz
 CPU: Pentium III/Pentium III Xeon/Celeron (598.48-MHz 686-class CPU)
   Origin = GenuineIntel  Id = 0x673  Stepping = 3

Features=0x383f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,C
MOV,PAT,PSE36,MMX,FXSR,SSE
 real memory  = 133955584 (130816K bytes)
 avail memory = 125849600 (122900K bytes)
 pnpbios: Bad PnP BIOS data checksum
 Pentium Pro MTRR support enabled
 VESA: v3.0, 16320k memory, flags:0x1, mode table:0xc03788a2 (122)
 VESA: NVidia
 Using $PIR table, 11 entries at 0xc00f2f60
 npx0: math processor on motherboard
 npx0: INT 16 interface
 acpi0: AMIOEM OEMRSDT  on motherboard
 acpi0: power button is handled as a fixed feature programming model.
 Timecounter ACPI  frequency 3579545 Hz
 acpi_timer0: 24-bit timer at 3.579545MHz port 0x408-0x40b on acpi0
 acpi_cpu0: CPU on acpi0
 acpi_button0: Sleep Button on acpi0
 acpi_pcib0: Host-PCI bridge port 0xcf8-0xcff on acpi0
 pci0: PCI bus on acpi_pcib0
 pcib1: PCI-PCI bridge at device 1.0 on pci0
 pci1: PCI bus on pcib1
 pci1: display, VGA at device 0.0 (no driver attached)
 pcib2: PCI-PCI bridge at device 30.0 on pci0
 pci2: PCI bus on pcib2
 pcm0: AudioPCI ES1373-B port 0xdf00-0xdf3f irq 11 at device 7.0 on
pci2
 fxp0: Intel Pro 10/100B/100+ Ethernet port 0xdf80-0xdf9f mem
0xfe90-0xfe9f,0xf43ff000-0xf43f irq 10 at device 9.0 on pci2
 fxp0: Ethernet address 00:a0:c9:69:49:b4
 inphy0: i82555 10/100 media interface on miibus0
 inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
 ahc0: Adaptec 2940 Ultra SCSI adapter port 0xd800-0xd8ff mem
0xfeaff000-0xfeaf irq 9 at device 10.0 on pci2
 aic7880: Ultra Wide Channel A, SCSI Id=7, 16/255 SCBs
 pci2: multimedia, video at device 12.0 (no driver attached)
 isab0: PCI-ISA bridge at device 31.0 on pci0
 isa0: ISA bus on isab0
 atapci0: Intel ICH ATA66 controller port 0xffa0-0xffaf at device
31.1 on pci0
 ata0: at 0x1f0 irq 14 on atapci0
 ata1: at 0x170 irq 15 on atapci0
 uhci0: Intel 82801AA (ICH) USB controller port 0xef80-0xef9f irq 11
at device 31.2 on pci0
 usb0: Intel 82801AA (ICH) USB controller on uhci0
 usb0: USB revision 1.0
 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhub0: 2 ports with 2 removable, self powered
 pci0: serial bus, SMBus at device 31.3 (no driver attached)
 atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
 atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
 kbd0 at atkbd0
 fdc0: NEC 72065B or clone port
0x3f7,0x3f4-0x3f5,0x3f2-0x3f3,0x3f0-0x3f1 irq 6 on acpi0
 fdc0: FIFO enabled, 8 bytes threshold
 fd0: 1440-KB 3.5 drive on fdc0 drive 0
 sio0 port 0x3f8-0x3ff irq 4 on acpi0
 sio0: type 16550A
 sio1 port 0x2f8-0x2ff irq 3 on acpi0
 sio1: type 16550A
 ppc0 port 0x378-0x37f irq 7 on acpi0
 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
 lpt0: Printer on ppbus0
 lpt0: Interrupt-driven port
 ppi0: Parallel I/O on ppbus0
 ata-: ata0 already exists, skipping it
 ata-: ata1

Re: current doesnt see ps2 port with acpi enabled on intel vc820

2001-12-16 Thread Brian K. White


- Original Message -
From: KT Sin [EMAIL PROTECTED]
To: Jon Christopherson [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Saturday, December 15, 2001 10:24 PM
Subject: Re: current doesnt see ps2 port with acpi enabled on intel vc820

  I have just compiled and installed -current from this morning
  7AMPST, and have noticed that when acpi is enabled in loader.conf the OS
  does not see the ps2 mouse port. When I turn off ACPI the mouse port
  shows up fine. Other than not seeing the ps2 port when in ACPI enabled
  mode, the OS works without a hitch on my motherboard. Any ideas? IF this
  is a known problem please let me know, as I have been off this list for
  a month or so.

 I'm seeing the same problem on my MSI bookpc. For some reasons, the psm
 device will fail to get an IRQ when ACPI is enabled.

 Can you try the attached patch and see if it helps?

Hey I had the same problem but I assumed it was because I was slightly
overclocking an amd k6-2 500 to 550
on a cheap old e-machine via-based motherboard. I applied your patch and now
my mouse works. thanks!

blather
although, partially in response to the mouse problem, I never use my kvm
switch anymore anyways, just vnc on the rare occasion I feel like playing
with x on this box.
/blather

Brian K. White  --  [EMAIL PROTECTED]  --  http://www.aljex.com/bkw/
+[+++[-]-]+..+.+++.-.[+---]++.
filePro BBx  Linux SCO  Prosper/FACTS AutoCAD  #callahans Satriani



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



current doesnt see ps2 port with acpi enabled on intel vc820

2001-12-15 Thread Jon Christopherson

Hello,

I have just compiled and installed -current from this morning
7AMPST, and have noticed that when acpi is enabled in loader.conf the OS
does not see the ps2 mouse port. When I turn off ACPI the mouse port
shows up fine. Other than not seeing the ps2 port when in ACPI enabled
mode, the OS works without a hitch on my motherboard. Any ideas? IF this
is a known problem please let me know, as I have been off this list for
a month or so.

On another note .. when doing a make distribution in
/usr/src/etc, the process will fail when trying to install MAKEDEV and
MAKEDEV.local into /dev both in single user and multiuser. I got around
this by telling it to not install them.

I have attached dmesg output from both ACPI and non ACPI enabled
boots.

Thanks in advance,

Jon Christopherson



Copyright (c) 1992-2001 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: Sat Dec 15 08:04:04 PST 2001
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENESIS
Preloaded elf kernel /boot/kernel/kernel at 0xc0438000.
Preloaded elf module /boot/kernel/acpi.ko at 0xc04380a8.
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 598476354 Hz
CPU: Pentium III/Pentium III Xeon/Celeron (598.48-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0x673  Stepping = 3
  
Features=0x383f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
real memory  = 133955584 (130816K bytes)
avail memory = 125849600 (122900K bytes)
pnpbios: Bad PnP BIOS data checksum
Pentium Pro MTRR support enabled
VESA: v3.0, 16320k memory, flags:0x1, mode table:0xc03788a2 (122)
VESA: NVidia
Using $PIR table, 11 entries at 0xc00f2f60
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: AMIOEM OEMRSDT  on motherboard
acpi0: power button is handled as a fixed feature programming model.
Timecounter ACPI  frequency 3579545 Hz
acpi_timer0: 24-bit timer at 3.579545MHz port 0x408-0x40b on acpi0
acpi_cpu0: CPU on acpi0
acpi_button0: Sleep Button on acpi0
acpi_pcib0: Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: PCI bus on acpi_pcib0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
pcib2: PCI-PCI bridge at device 30.0 on pci0
pci2: PCI bus on pcib2
pcm0: AudioPCI ES1373-B port 0xdf00-0xdf3f irq 11 at device 7.0 on pci2
fxp0: Intel Pro 10/100B/100+ Ethernet port 0xdf80-0xdf9f mem 
0xfe90-0xfe9f,0xf43ff000-0xf43f irq 10 at device 9.0 on pci2
fxp0: Ethernet address 00:a0:c9:69:49:b4
inphy0: i82555 10/100 media interface on miibus0
inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
ahc0: Adaptec 2940 Ultra SCSI adapter port 0xd800-0xd8ff mem 0xfeaff000-0xfeaf 
irq 9 at device 10.0 on pci2
aic7880: Ultra Wide Channel A, SCSI Id=7, 16/255 SCBs
pci2: multimedia, video at device 12.0 (no driver attached)
isab0: PCI-ISA bridge at device 31.0 on pci0
isa0: ISA bus on isab0
atapci0: Intel ICH ATA66 controller port 0xffa0-0xffaf at device 31.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: Intel 82801AA (ICH) USB controller port 0xef80-0xef9f irq 11 at device 31.2 
on pci0
usb0: Intel 82801AA (ICH) USB controller on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
pci0: serial bus, SMBus at device 31.3 (no driver attached)
atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
fdc0: NEC 72065B or clone port 0x3f7,0x3f4-0x3f5,0x3f2-0x3f3,0x3f0-0x3f1 irq 6 on 
acpi0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
sio1 port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
ppc0 port 0x378-0x37f irq 7 on acpi0
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
ata-: ata0 already exists, skipping it
ata-: ata1 already exists, skipping it
atkbdc-: atkbdc0 already exists, skipping it
fdc-: fdc0 already exists, skipping it
ppc-: ppc0 already exists, skipping it
sio-: sio0 already exists, skipping it
sio-: sio1 already exists, skipping it
sc-: sc0 already exists, skipping it
vga-: vga0 already exists, skipping it
pmtimer0 on isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
ad0: 39082MB Maxtor 54098U8 [79406/16/63] at ata0-master UDMA66
acd0: CDROM CREATIVECD4831E at ata1-master PIO4
Waiting 5 seconds for SCSI devices to settle
Mounting root from ufs:/dev/ad0s1a

Copyright (c) 1992-2001 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of 

Re: current doesnt see ps2 port with acpi enabled on intel vc820

2001-12-15 Thread KT Sin

Hi

I'm seeing the same problem on my MSI bookpc. For some reasons, the psm
device will fail to get an IRQ when ACPI is enabled.

Can you try the attached patch and see if it helps?

kt


On Sat, Dec 15, 2001 at 09:16:07AM -0800, Jon Christopherson wrote:
 Hello,
 
   I have just compiled and installed -current from this morning
 7AMPST, and have noticed that when acpi is enabled in loader.conf the OS
 does not see the ps2 mouse port. When I turn off ACPI the mouse port
 shows up fine. Other than not seeing the ps2 port when in ACPI enabled
 mode, the OS works without a hitch on my motherboard. Any ideas? IF this
 is a known problem please let me know, as I have been off this list for
 a month or so.
 
   On another note .. when doing a make distribution in
 /usr/src/etc, the process will fail when trying to install MAKEDEV and
 MAKEDEV.local into /dev both in single user and multiuser. I got around
 this by telling it to not install them.
 
   I have attached dmesg output from both ACPI and non ACPI enabled
 boots.
 
 Thanks in advance,
 
 Jon Christopherson
 

 Copyright (c) 1992-2001 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: Sat Dec 15 08:04:04 PST 2001
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENESIS
 Preloaded elf kernel /boot/kernel/kernel at 0xc0438000.
 Preloaded elf module /boot/kernel/acpi.ko at 0xc04380a8.
 Timecounter i8254  frequency 1193182 Hz
 Timecounter TSC  frequency 598476354 Hz
 CPU: Pentium III/Pentium III Xeon/Celeron (598.48-MHz 686-class CPU)
   Origin = GenuineIntel  Id = 0x673  Stepping = 3
   
Features=0x383f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
 real memory  = 133955584 (130816K bytes)
 avail memory = 125849600 (122900K bytes)
 pnpbios: Bad PnP BIOS data checksum
 Pentium Pro MTRR support enabled
 VESA: v3.0, 16320k memory, flags:0x1, mode table:0xc03788a2 (122)
 VESA: NVidia
 Using $PIR table, 11 entries at 0xc00f2f60
 npx0: math processor on motherboard
 npx0: INT 16 interface
 acpi0: AMIOEM OEMRSDT  on motherboard
 acpi0: power button is handled as a fixed feature programming model.
 Timecounter ACPI  frequency 3579545 Hz
 acpi_timer0: 24-bit timer at 3.579545MHz port 0x408-0x40b on acpi0
 acpi_cpu0: CPU on acpi0
 acpi_button0: Sleep Button on acpi0
 acpi_pcib0: Host-PCI bridge port 0xcf8-0xcff on acpi0
 pci0: PCI bus on acpi_pcib0
 pcib1: PCI-PCI bridge at device 1.0 on pci0
 pci1: PCI bus on pcib1
 pci1: display, VGA at device 0.0 (no driver attached)
 pcib2: PCI-PCI bridge at device 30.0 on pci0
 pci2: PCI bus on pcib2
 pcm0: AudioPCI ES1373-B port 0xdf00-0xdf3f irq 11 at device 7.0 on pci2
 fxp0: Intel Pro 10/100B/100+ Ethernet port 0xdf80-0xdf9f mem 
0xfe90-0xfe9f,0xf43ff000-0xf43f irq 10 at device 9.0 on pci2
 fxp0: Ethernet address 00:a0:c9:69:49:b4
 inphy0: i82555 10/100 media interface on miibus0
 inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
 ahc0: Adaptec 2940 Ultra SCSI adapter port 0xd800-0xd8ff mem 0xfeaff000-0xfeaf 
irq 9 at device 10.0 on pci2
 aic7880: Ultra Wide Channel A, SCSI Id=7, 16/255 SCBs
 pci2: multimedia, video at device 12.0 (no driver attached)
 isab0: PCI-ISA bridge at device 31.0 on pci0
 isa0: ISA bus on isab0
 atapci0: Intel ICH ATA66 controller port 0xffa0-0xffaf at device 31.1 on pci0
 ata0: at 0x1f0 irq 14 on atapci0
 ata1: at 0x170 irq 15 on atapci0
 uhci0: Intel 82801AA (ICH) USB controller port 0xef80-0xef9f irq 11 at device 31.2 
on pci0
 usb0: Intel 82801AA (ICH) USB controller on uhci0
 usb0: USB revision 1.0
 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhub0: 2 ports with 2 removable, self powered
 pci0: serial bus, SMBus at device 31.3 (no driver attached)
 atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
 atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
 kbd0 at atkbd0
 fdc0: NEC 72065B or clone port 0x3f7,0x3f4-0x3f5,0x3f2-0x3f3,0x3f0-0x3f1 irq 6 on 
acpi0
 fdc0: FIFO enabled, 8 bytes threshold
 fd0: 1440-KB 3.5 drive on fdc0 drive 0
 sio0 port 0x3f8-0x3ff irq 4 on acpi0
 sio0: type 16550A
 sio1 port 0x2f8-0x2ff irq 3 on acpi0
 sio1: type 16550A
 ppc0 port 0x378-0x37f irq 7 on acpi0
 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
 lpt0: Printer on ppbus0
 lpt0: Interrupt-driven port
 ppi0: Parallel I/O on ppbus0
 ata-: ata0 already exists, skipping it
 ata-: ata1 already exists, skipping it
 atkbdc-: atkbdc0 already exists, skipping it
 fdc-: fdc0 already exists, skipping it
 ppc-: ppc0 already exists, skipping it
 sio-: sio0 already exists, skipping it
 sio-: sio1 already exists, skipping it
 sc-: sc0 already exists, skipping it
 vga-: vga0 already exists, skipping it
 pmtimer0 on isa0
 sc0: System console at flags 0x100 on isa0
 sc0: VGA 16 virtual consoles, flags=0x300
 vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0