PING: Someone on the core team. (Modem Problem)

Daniel Rudy dr2867 at pacbell.net
Sat Feb 17 21:42:01 UTC 2007


At about the time of 2/17/2007 1:12 AM, Peter Jeremy stated the following:
> On 2007-Feb-16 01:36:41 -0800, Daniel Rudy <dr2867 at pacbell.net> wrote:
>> No, it does not report as fast.
> 
> That means it's getting a "slow" interrupt handler (or maybe none at all
> from what you wrote below).
> 
>> Here is the verbose dmesg from a reboot that I did just now:
>>
>> sio0: Reserved 0x100 bytes for rid 0x14 type 4 at 0xd400
>> sio0: configured irq 17 not in bitmap of probed irqs 0
>> sio0: port may not be enabled
>> sio0: irq maps: 0xcb9 0xcb9 0xcb9 0xcb9
>> sio0: <Lucent kermit based PCI Modem> port
>> 0xd400-0xd4ff,0xd800-0xd8ff,0xdc00-0xdc07 mem 0xeb105000-0xeb1050ff
>> irq 17 at device 9.0 on pci0
>> sio0: type 16550A
>>
>> What I don't understand is why it keeps saying that "configured irq 17
>> not in bitmap of probed irqs 0"...  What exactly does that mean?
> 
> Basically, the probe routine forces the device to raise an IRQ and
> reads the list of pending IRQs (the first irq map above).  It then
> clears the interrupt (by reading the relevant status registers) and
> again checks the list of pending IRQs (the second irq map above).  In
> your case both are the same (0xcb9) so the driver reports that it is
> unable to detect an interrupt generated by the device.
> 
> The only fly in the ointment is that the probe code only checks for
> pending ISA interrupts and so misses irq 17.  Looking at the code,
> the only impact should be those warning messages.
> 
> As I mentioned before, you might like to try uart(4) instead of sio(4).
> It looks like it also supports that card and may behave slightly better
> for you.
> 
> On 2007-Feb-16 12:51:37 -0800, Daniel Rudy <dr2867 at pacbell.net> wrote:
>> overflows.  Is there a way for force the driver to attach as fast since
>> it's not doing it?
> 
> sio tries to attach as fast and falls back to the default if that fails.
> It should only fail if something else is already registered on that IRQ.
> 

Well, I commented out the sio driver and replaced it with the uart
driver.  Now it works fine.  Thank you for your extensive help in this
matter.  So I assume that sio(4) and uart(4) are mutually exclusive of
each other?

In case you are interested, the verbose dmesg has been attached.

-- 
Daniel Rudy
-------------- next part --------------
Copyright (c) 1992-2007 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 is a registered trademark of The FreeBSD Foundation.
FreeBSD 6.2-RELEASE #0: Sat Feb 17 13:03:59 PST 2007
    dr2867 at test.danielrudy.org:/usr/obj/usr/src/sys/TEST
Preloaded elf kernel "/boot/kernel/kernel" at 0xc0b64000.
Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0b64188.
MP Configuration Table version 1.4 found at 0xc00f0c00
Table 'FACP' at 0x5ff3040
Table 'APIC' at 0x5ff69c0
MADT: Found table at 0x5ff69c0
APIC: Using the MADT enumerator.
MADT: Found CPU APIC ID 0 ACPI ID 0: enabled
ACPI APIC Table: <AWARD  AWRDACPI>
Calibrating clock(s) ... i8254 clock: 1193301 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254" frequency 1193182 Hz quality 0
Calibrating TSC clock ... TSC clock: 1662506634 Hz
CPU: AMD Sempron(tm)   2400+ (1662.51-MHz 686-class CPU)
  Origin = "AuthenticAMD"  Id = 0x681  Stepping = 1
  Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>
  AMD Features=0xc0480800<SYSCALL,MP,MMX+,3DNow+,3DNow>
Data TLB: 32 entries, fully associative
Instruction TLB: 16 entries, fully associative
L1 data cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
L1 instruction cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
L2 internal cache: 256 kbytes, 64 bytes/line, 1 lines/tag, 8-way associative
real memory  = 100597760 (95 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages)
0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages)
0x0000000000c25000 - 0x0000000005dfefff, 85827584 bytes (20954 pages)
avail memory = 88813568 (84 MB)
bios32: Found BIOS32 Service Directory header at 0xc00fb010
bios32: Entry = 0xfb490 (c00fb490)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xf0000+0xb4e0
pnpbios: Found PnP BIOS data at 0xc00fbe90
pnpbios: Entry = f0000:bec0  Rev = 1.0
Other BIOS signatures found:
APIC: CPU 0 has ACPI ID 0
MADT: Found IO APIC ID 2, Interrupt 0 at 0xfec00000
ioapic0: Routing external 8259A's -> intpin 0
ioapic0: intpin 0 -> ExtINT (edge, high)
ioapic0: intpin 1 -> ISA IRQ 1 (edge, high)
ioapic0: intpin 2 -> ISA IRQ 2 (edge, high)
ioapic0: intpin 3 -> ISA IRQ 3 (edge, high)
ioapic0: intpin 4 -> ISA IRQ 4 (edge, high)
ioapic0: intpin 5 -> ISA IRQ 5 (edge, high)
ioapic0: intpin 6 -> ISA IRQ 6 (edge, high)
ioapic0: intpin 7 -> ISA IRQ 7 (edge, high)
ioapic0: intpin 8 -> ISA IRQ 8 (edge, high)
ioapic0: intpin 9 -> ISA IRQ 9 (edge, high)
ioapic0: intpin 10 -> ISA IRQ 10 (edge, high)
ioapic0: intpin 11 -> ISA IRQ 11 (edge, high)
ioapic0: intpin 12 -> ISA IRQ 12 (edge, high)
ioapic0: intpin 13 -> ISA IRQ 13 (edge, high)
ioapic0: intpin 14 -> ISA IRQ 14 (edge, high)
ioapic0: intpin 15 -> ISA IRQ 15 (edge, high)
ioapic0: intpin 16 -> PCI IRQ 16 (level, low)
ioapic0: intpin 17 -> PCI IRQ 17 (level, low)
ioapic0: intpin 18 -> PCI IRQ 18 (level, low)
ioapic0: intpin 19 -> PCI IRQ 19 (level, low)
ioapic0: intpin 20 -> PCI IRQ 20 (level, low)
ioapic0: intpin 21 -> PCI IRQ 21 (level, low)
ioapic0: intpin 22 -> PCI IRQ 22 (level, low)
ioapic0: intpin 23 -> PCI IRQ 23 (level, low)
MADT: Interrupt override: source 0, irq 2
ioapic0: Routing IRQ 0 -> intpin 2
ioapic0: intpin 2 trigger: edge
ioapic0: intpin 2 polarity: high
MADT: Interrupt override: source 9, irq 9
ioapic0: intpin 9 trigger: level
ioapic0: intpin 9 polarity: low
lapic0: Routing NMI -> LINT1
lapic0: LINT1 trigger: edge
lapic0: LINT1 polarity: high
ioapic0 <Version 1.4> irqs 0-23 on motherboard
cpu0 BSP:
     ID: 0x00000000   VER: 0x00040010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00000000 err: 0x00010000 pcm: 0x00010000
wlan: <802.11 Link Layer>
ath_rate: version 1.2 <SampleRate bit-rate selection algorithm>
null: <null device, zero device>
random: <entropy source, Software, Yarrow>
nfslock: pseudo-device
io: <I/O>
kbd: new array size 4
kbd1 at kbdmux0
mem: <memory>
Pentium Pro MTRR support enabled
ath_hal: 0.9.17.2 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
rr232x: RocketRAID 232x controller driver v1.02 (Feb 17 2007 13:03:39)
npx0: INT 16 interface
acpi0: <AWARD AWRDACPI> on motherboard
ioapic0: routing intpin 9 (ISA IRQ 9) to vector 48
acpi0: [MPSAFE]
pci_open(1):	mode 1 addr port (0x0cf8) is 0x00000cf8
pci_open(1a):	mode1res=0x00000cf8 (0x80000000)
pci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=07411039)
pcibios: BIOS version 2.10
Found $PIR table, 7 entries at 0xc00fde60
PCI-Only Interrupts: 3 4 5 7 9 10 11
Location  Bus Device Pin  Link  IRQs
slot 1      0    9    A   0x42  3 4 5 6 7 9 10 11 12 14 15
slot 1      0    9    B   0x43  3 4 5 6 7 9 10 11 12 14 15
slot 1      0    9    C   0x44  3 4 5 6 7 9 10 11 12 14 15
slot 1      0    9    D   0x41  3 4 5 6 7 9 10 11 12 14 15
slot 2      0   10    A   0x43  3 4 5 6 7 9 10 11 12 14 15
slot 2      0   10    B   0x44  3 4 5 6 7 9 10 11 12 14 15
slot 2      0   10    C   0x41  3 4 5 6 7 9 10 11 12 14 15
slot 2      0   10    D   0x42  3 4 5 6 7 9 10 11 12 14 15
slot 3      0   11    A   0x44  3 4 5 6 7 9 10 11 12 14 15
slot 3      0   11    B   0x41  3 4 5 6 7 9 10 11 12 14 15
slot 3      0   11    C   0x42  3 4 5 6 7 9 10 11 12 14 15
slot 3      0   11    D   0x43  3 4 5 6 7 9 10 11 12 14 15
slot 4      0   12    A   0x42  3 4 5 6 7 9 10 11 12 14 15
slot 4      0   12    B   0x43  3 4 5 6 7 9 10 11 12 14 15
slot 4      0   12    C   0x44  3 4 5 6 7 9 10 11 12 14 15
slot 4      0   12    D   0x41  3 4 5 6 7 9 10 11 12 14 15
embedded    0    1    A   0x41  3 4 5 6 7 9 10 11 12 14 15
embedded    0    1    B   0x42  3 4 5 6 7 9 10 11 12 14 15
embedded    0    1    C   0x43  3 4 5 6 7 9 10 11 12 14 15
embedded    0    1    D   0x44  3 4 5 6 7 9 10 11 12 14 15
embedded    0    2    A   0x41  3 4 5 6 7 9 10 11 12 14 15
embedded    0    2    B   0x42  3 4 5 6 7 9 10 11 12 14 15
embedded    0    2    C   0x43  3 4 5 6 7 9 10 11 12 14 15
embedded    0    2    D   0x44  3 4 5 6 7 9 10 11 12 14 15
embedded    0    3    A   0x60  3 4 5 6 7 9 10 11 12 14 15
embedded    0    3    B   0x61  3 4 5 6 7 9 10 11 12 14 15
embedded    0    3    C   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    0    3    D   0x63  3 4 5 6 7 9 10 11 12 14 15
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: bus 0 dev 2 func 0
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: bus 0 dev 2 func 0
acpi0: Power Button (fixed)
acpi0: wakeup code va 0xc32ee000 pa 0x9e000
ACPI timer: 1/2 1/2 1/2 1/2 1/2 1/2 1/2 1/2 1/1 1/2 -> 10
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0
pci_link0: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0    5   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link0: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0    5   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link0: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link1: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0    7   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link1: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0    7   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link1: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link2: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0   10   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link2: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0   10   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link2: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link3: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link3: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link3: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link4: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link4: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link4: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link5: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0    9   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link5: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0    9   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link5: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link6: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0    4   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link6: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0    4   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link6: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link7: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0    3   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link7: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0    3   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link7: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
cpu0: <ACPI CPU> on acpi0
acpi_button0: <Power Button> on acpi0
acpi_button1: <Sleep Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff,0x480-0x48f,0x1000-0x10df,0x10e0-0x10ff on acpi0
pci0: <ACPI PCI bus> on pcib0
pci0: physical bus=0
found->	vendor=0x1039, dev=0x0741, revid=0x03
	bus=0, slot=0, func=0
	class=06-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x2210, cachelnsz=0 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	map[10]: type 1, range 32, base e8000000, size 25, enabled
found->	vendor=0x1039, dev=0x0003, revid=0x00
	bus=0, slot=1, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0107, statreg=0x0020, cachelnsz=0 (dwords)
	lattimer=0x63 (2970 ns), mingnt=0x0e (3500 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1039, dev=0x0964, revid=0x36
	bus=0, slot=2, func=0
	class=06-01-00, hdrtype=0x00, mfdev=1
	cmdreg=0x000f, statreg=0x0200, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1039, dev=0x5513, revid=0x01
	bus=0, slot=2, func=5
	class=01-01-8a, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0210, cachelnsz=0 (dwords)
	lattimer=0x80 (3840 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 2  supports D0 D3  current D0
	map[20]: type 4, range 32, base 00004000, size  4, enabled
found->	vendor=0x1039, dev=0x7001, revid=0x0f
	bus=0, slot=3, func=0
	class=0c-03-10, hdrtype=0x00, mfdev=1
	cmdreg=0x0007, statreg=0x0280, cachelnsz=8 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x50 (20000 ns)
	intpin=a, irq=11
	map[10]: type 1, range 32, base eb104000, size 12, enabled
pcib0: matched entry for 0.3.INTA
pcib0: slot 3 INTA hardwired to IRQ 20
found->	vendor=0x1039, dev=0x7001, revid=0x0f
	bus=0, slot=3, func=1
	class=0c-03-10, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0280, cachelnsz=8 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x50 (20000 ns)
	intpin=b, irq=9
	map[10]: type 1, range 32, base eb100000, size 12, enabled
pcib0: matched entry for 0.3.INTB
pcib0: slot 3 INTB hardwired to IRQ 21
found->	vendor=0x1039, dev=0x7001, revid=0x0f
	bus=0, slot=3, func=2
	class=0c-03-10, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0280, cachelnsz=8 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x50 (20000 ns)
	intpin=c, irq=4
	map[10]: type 1, range 32, base eb101000, size 12, enabled
pcib0: matched entry for 0.3.INTC
pcib0: slot 3 INTC hardwired to IRQ 22
found->	vendor=0x1039, dev=0x7002, revid=0x00
	bus=0, slot=3, func=3
	class=0c-03-20, hdrtype=0x00, mfdev=0
	cmdreg=0x0006, statreg=0x0290, cachelnsz=8 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x50 (20000 ns)
	intpin=d, irq=3
	powerspec 2  supports D0 D3  current D0
	map[10]: type 1, range 32, base eb102000, size 12, enabled
pcib0: matched entry for 0.3.INTD
pcib0: slot 3 INTD hardwired to IRQ 23
found->	vendor=0x1039, dev=0x0900, revid=0x91
	bus=0, slot=4, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x34 (13000 ns), maxlat=0x0b (2750 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 4, range 32, base 0000d000, size  8, enabled
	map[14]: type 1, range 32, base eb103000, size 12, enabled
pcib0: matched entry for 0.4.INTA
pcib0: slot 4 INTA hardwired to IRQ 19
found->	vendor=0x11c1, dev=0x0480, revid=0x00
	bus=0, slot=9, func=0
	class=07-03-03, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0xfc (63000 ns), maxlat=0x0e (3500 ns)
	intpin=a, irq=7
	powerspec 2  supports D0 D2 D3  current D0
	map[10]: type 1, range 32, base eb105000, size  8, enabled
	map[14]: type 4, range 32, base 0000d400, size  8, enabled
	map[18]: type 4, range 32, base 0000d800, size  8, enabled
	map[1c]: type 4, range 32, base 0000dc00, size  3, enabled
pcib0: matched entry for 0.9.INTA
pcib0: slot 9 INTA hardwired to IRQ 17
found->	vendor=0x100b, dev=0x0020, revid=0x00
	bus=0, slot=10, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x0b (2750 ns), maxlat=0x34 (13000 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 4, range 32, base 0000e000, size  8, enabled
	map[14]: type 1, range 32, base eb106000, size 12, enabled
pcib0: matched entry for 0.10.INTA
pcib0: slot 10 INTA hardwired to IRQ 18
found->	vendor=0x100b, dev=0x0020, revid=0x00
	bus=0, slot=11, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x0b (2750 ns), maxlat=0x34 (13000 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 4, range 32, base 0000e400, size  8, enabled
	map[14]: type 1, range 32, base eb107000, size 12, enabled
pcib0: matched entry for 0.11.INTA
pcib0: slot 11 INTA hardwired to IRQ 19
agp0: <SiS 741 host to AGP bridge> mem 0xe8000000-0xe9ffffff at device 0.0 on pci0
agp0: Reserved 0x2000000 bytes for rid 0x10 type 3 at 0xe8000000
agp0: allocating GATT for aperture of size 32M
pcib1: <PCI-PCI bridge> at device 1.0 on pci0
pcib1:   secondary bus     1
pcib1:   subordinate bus   1
pcib1:   I/O decode        0xc000-0xcfff
pcib1:   memory decode     0xeb000000-0xeb0fffff
pcib1:   prefetched decode 0xe0000000-0xe7ffffff
pci1: <PCI bus> on pcib1
pci1: physical bus=1
found->	vendor=0x1039, dev=0x6330, revid=0x00
	bus=1, slot=0, func=0
	class=03-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0003, statreg=0x0230, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=5
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 3, range 32, base e0000000, size 27, enabled
pcib1: (null) requested memory range 0xe0000000-0xe7ffffff: good
	map[14]: type 1, range 32, base eb000000, size 17, enabled
pcib1: (null) requested memory range 0xeb000000-0xeb01ffff: good
	map[18]: type 4, range 32, base 0000c000, size  7, enabled
pcib1: (null) requested I/O range 0xc000-0xc07f: in range
pcib0: matched entry for 0.1.INTA
pcib0: slot 1 INTA hardwired to IRQ 16
pcib1: slot 0 INTA is routed to irq 16
pci1: <display, VGA> at device 0.0 (no driver attached)
isab0: <PCI-ISA bridge> at device 2.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <SiS 964 UDMA133 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x4000-0x400f at device 2.5 on 
pci0
atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x4000
ata0: <ATA channel 0> on atapci0
atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0
atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6
ata0: reset tp1 mask=03 ostat0=50 ostat1=00
ata0: stat0=0x90 err=0x90 lsb=0x90 msb=0x90
ata0: stat0=0x50 err=0x01 lsb=0x00 msb=0x00
ata0: stat1=0x00 err=0x01 lsb=0x00 msb=0x00
ata0: reset tp2 stat0=50 stat1=00 devices=0x1<ATA_MASTER>
ioapic0: routing intpin 14 (ISA IRQ 14) to vector 49
ata0: [MPSAFE]
ata1: <ATA channel 1> on atapci0
atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170
atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376
ata1: reset tp1 mask=03 ostat0=7f ostat1=50
ata1: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata1: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata1: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata1: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata1: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata1: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata1: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata1: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata1: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata1: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata1: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata1: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata1: stat1=0x10 err=0x01 lsb=0x14 msb=0xeb
ata1: reset tp2 stat0=ff stat1=10 devices=0x8<ATAPI_SLAVE>
ioapic0: routing intpin 15 (ISA IRQ 15) to vector 50
ata1: [MPSAFE]
ohci0: <SiS 5571 USB controller> mem 0xeb104000-0xeb104fff irq 20 at device 3.0 on pci0
ohci0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xeb104000
ioapic0: routing intpin 20 (PCI IRQ 20) to vector 51
ohci0: [GIANT-LOCKED]
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0: <SiS 5571 USB controller> on ohci0
usb0: USB revision 1.0
uhub0: SiS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 3 ports with 3 removable, self powered
ohci1: <SiS 5571 USB controller> mem 0xeb100000-0xeb100fff irq 21 at device 3.1 on pci0
ohci1: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xeb100000
ioapic0: routing intpin 21 (PCI IRQ 21) to vector 52
ohci1: [GIANT-LOCKED]
usb1: OHCI version 1.0, legacy support
usb1: SMM does not respond, resetting
usb1: <SiS 5571 USB controller> on ohci1
usb1: USB revision 1.0
uhub1: SiS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 3 ports with 3 removable, self powered
ohci2: <SiS 5571 USB controller> mem 0xeb101000-0xeb101fff irq 22 at device 3.2 on pci0
ohci2: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xeb101000
ioapic0: routing intpin 22 (PCI IRQ 22) to vector 53
ohci2: [GIANT-LOCKED]
usb2: OHCI version 1.0, legacy support
usb2: SMM does not respond, resetting
usb2: <SiS 5571 USB controller> on ohci2
usb2: USB revision 1.0
uhub2: SiS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
ehci0: <EHCI (generic) USB 2.0 controller> mem 0xeb102000-0xeb102fff irq 23 at device 3.3 on pci0
ehci0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xeb102000
ioapic0: routing intpin 23 (PCI IRQ 23) to vector 54
ehci0: [GIANT-LOCKED]
usb3: EHCI version 1.0
usb3: companion controllers, 3 ports each: usb0 usb1 usb2
usb3: <EHCI (generic) USB 2.0 controller> on ehci0
usb3: USB revision 2.0
uhub3: SiS EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub3: 8 ports with 8 removable, self powered
sis0: <SiS 900 10/100BaseTX> port 0xd000-0xd0ff mem 0xeb103000-0xeb103fff irq 19 at device 4.0 on pci0
sis0: Reserved 0x100 bytes for rid 0x10 type 4 at 0xd000
miibus0: <MII bus> on sis0
rlphy0: <RTL8201L 10/100 media interface> on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
sis0: bpf attached
sis0: Ethernet address: 00:14:2a:54:65:ad
ioapic0: routing intpin 19 (PCI IRQ 19) to vector 55
sis0: [MPSAFE]
uart0: Reserved 0x100 bytes for rid 0x14 type 4 at 0xd400
puc0: <Actiontec 56K PCI Master> port 0xd400-0xd4ff,0xd800-0xd8ff,0xdc00-0xdc07 mem 0xeb105000-0xeb1050ff irq 
17 at device 9.0 on pci0
ioapic0: routing intpin 17 (PCI IRQ 17) to vector 56
uart0: <Non-standard ns8250 class UART with FIFOs> on puc0
sis1: <NatSemi DP8381[56] 10/100BaseTX> port 0xe000-0xe0ff mem 0xeb106000-0xeb106fff irq 18 at device 10.0 on 
pci0
sis1: Reserved 0x100 bytes for rid 0x10 type 4 at 0xe000
sis1: Silicon Revision: DP83816A
miibus1: <MII bus> on sis1
ukphy0: <Generic IEEE 802.3u media interface> on miibus1
ukphy0: OUI 0x080017, model 0x0002, rev. 1
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
sis1: bpf attached
sis1: Ethernet address: 00:0f:b5:46:99:c2
ioapic0: routing intpin 18 (PCI IRQ 18) to vector 57
sis1: [MPSAFE]
sis2: <NatSemi DP8381[56] 10/100BaseTX> port 0xe400-0xe4ff mem 0xeb107000-0xeb107fff irq 19 at device 11.0 on 
pci0
sis2: Reserved 0x100 bytes for rid 0x10 type 4 at 0xe400
sis2: Silicon Revision: DP83816A
miibus2: <MII bus> on sis2
ukphy1: <Generic IEEE 802.3u media interface> on miibus2
ukphy1: OUI 0x080017, model 0x0002, rev. 1
ukphy1:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
sis2: bpf attached
sis2: Ethernet address: 00:0f:b5:44:9f:4b
sis2: [MPSAFE]
acpi_tz0: <Thermal Zone> on acpi0
fdc0: <floppy drive controller> port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0
fdc0: ic_type 90 part_id 80
ioapic0: routing intpin 6 (ISA IRQ 6) to vector 58
fdc0: [MPSAFE]
fdc0: [FAST]
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
psmcpnp0: <PS/2 mouse port> irq 12 on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
atkbd: the current kbd controller command byte 0047
atkbd: keyboard ID 0x41ab (2)
kbd0 at atkbd0
kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000
ioapic0: routing intpin 1 (ISA IRQ 1) to vector 59
atkbd0: [GIANT-LOCKED]
psm0: current command byte:0047
psm0: <PS/2 Mouse> irq 12 on atkbdc0
ioapic0: routing intpin 12 (ISA IRQ 12) to vector 60
psm0: [GIANT-LOCKED]
psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons
psm0: config:00000000, flags:00000008, packet size:3
psm0: syncmask:c0, syncbits:00
unknown: status reg test failed ff
unknown: status reg test failed ff
unknown: status reg test failed ff
unknown: status reg test failed ff
unknown: status reg test failed ff
unknown: status reg test failed ff
ex_isa_identify()
ata: ata0 already exists; skipping it
ata: ata1 already exists; skipping it
atkbdc: atkbdc0 already exists; skipping it
fdc: fdc0 already exists; skipping it
pnp_identify: Trying Read_Port at 203
pnp_identify: Trying Read_Port at 243
pnp_identify: Trying Read_Port at 283
pnp_identify: Trying Read_Port at 2c3
pnp_identify: Trying Read_Port at 303
pnp_identify: Trying Read_Port at 343
pnp_identify: Trying Read_Port at 383
pnp_identify: Trying Read_Port at 3c3
PNP Identify complete
ahc_isa_probe 13: ioport 0xdc00 alloc failed
sc: sc0 already exists; skipping it
vga: vga0 already exists; skipping it
isa_probe_children: disabling PnP devices
isa_probe_children: probing non-PnP devices
pmtimer0 on isa0
orm0: <ISA Option ROM> at iomem 0xc0000-0xc7fff on isa0
adv0: not probed (disabled)
aha0: not probed (disabled)
aic0: not probed (disabled)
bt0: not probed (disabled)
cs0: not probed (disabled)
ed0: not probed (disabled)
fe0: not probed (disabled)
ie0: not probed (disabled)
lnc0: not probed (disabled)
ppc0: parallel port not found.
ppc0: <Parallel port> failed to probe at irq 7 on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sc0: fb0, kbd1, terminal emulator: sc (syscons terminal)
sn0: not probed (disabled)
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
vt0: not probed (disabled)
isa_probe_children: probing PnP devices
Device configuration finished.
procfs registered
lapic: Divisor 2, Frequency 166250425 hz
Timecounter "TSC" frequency 1662506634 Hz quality 800
Timecounters tick every 1.000 msec
lo0: bpf attached
rr232x: no controller detected.
ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=80 wire
ad0: setting PIO4 on 964 chip
ad0: setting UDMA100 on 964 chip
ad0: 38166MB <Seagate ST340014A 8.01> at ata0-master UDMA100
ad0: 78165360 sectors [77545C/16H/63S] 16 sectors/interrupt 1 depth queue
ad0: Silicon Integrated Systems check1 failed
ad0: Adaptec check1 failed
ad0: LSI (v3) check1 failed
ad0: LSI (v2) check1 failed
ad0: FreeBSD check1 failed
ata1-slave: pio=PIO4 wdma=WDMA2 udma=UDMA33 cable=40 wire
acd0: setting PIO4 on 964 chip
acd0: setting UDMA33 on 964 chip
acd0: <ATAPI-CD ROM-DRIVE-52MAX/Ver 52OP> CDROM drive at ata1 as slave
acd0:  128KB buffer, UDMA33
acd0: Reads: CDR, CDRW, CDDA stream, packet
acd0: Writes:
acd0: Audio: play, 255 volume levels
acd0: Mechanism: ejectable tray, unlocked
acd0: Medium: no/blank disc
ATA PseudoRAID loaded
GEOM: new disk ad0
Trying to mount root from ufs:/dev/ad0s1a
start_init: trying /sbin/init


More information about the freebsd-hackers mailing list