Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2002 15:35:10 +0100
From:      Sameh Ghane <sw@anthologeek.net>
To:        freebsd-firewire@freebsd.org
Cc:        freebsd-mobile@freebsd.org
Subject:   if_fwe and interrupts weirdness in current (maybe cardbus related ?)
Message-ID:  <20021216143510.GC14230@anthologeek.net>

next in thread | raw e-mail | index | archive | help

--bg08WKrSYDhXBjb5
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi !

I am currently using freebsd's ethernet over firewire ability between a
workstation and a laptop:

Workstation:
FreeBSD roamie.core.PourIX.NET 5.0-RC1 FreeBSD 5.0-RC1 #6: Mon Dec 16 11:50:51
CET 2002     root@roamie.core.PourIX.NET:/usr/src/sys/i386/compile/ROAMIE  i386

fwohci0: <Texas Instruments TSB12LV26> mem 0xe0120000-0xe0123fff,0xe0125000-0xe0
1257ff irq 7 at device 11.0 on pci0
fwohci0: PCI bus latency was changing to 250.
cache size 8.
fwohci0: OHCI version 1.0 (ROM=1)
fwohci0: No. of Isochronous channel is 4.
fwohci0: resetting OHCI...done (0)
fwohci0: BUS_OPT 0xa002 -> 0xf800a002
fwohci0: Link 1394a available S400, 3 ports, maxrec 2048 bytes.
fwohci0: Enable 1394a Enhancements
fwohci0: EUI64 ff:ff:ff:ff:ff:ff:ff:ff
fwochi_set_intr: 1
firewire0: <IEEE1394(Firewire) bus> on fwohci0
firewire0: firewire bus attach
if_fwe0: <Ethernet over Firewire> on firewire0
if_fwe0: fe:ff:ff:ff:ff:ff

(I tried with a different MAC address to see if it changed anything, it didn't)

fwe0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
        inet 192.168.1.10 netmask 0xffffff00 broadcast 192.168.1.255
        inet6 fe80::fcff:ffff:feff:ffff%fwe0 prefixlen 64 scopeid 0x1 
        ether fe:ff:ff:ff:ff:ff
        ch 1 dma 0

Laptop:
FreeBSD skatebox.core.pourix.net 4.7-STABLE FreeBSD 4.7-STABLE #1: Fri Nov  8
12:53:34 CET 2002     sw@skatebox.core.pourix.net:/usr/obj/data/src/sys/META
i386

XXXfw: vendid=1039, dev=7007
fwohci0: <1394 Open Host Controller Interface> mem 0xf4000000-0xf4000fff irq 10 
at device 2.3 on pci0
fwohci0: PCI bus latency was changing to 250.
fwohci0: cache size 0.
fwohci0: OHCI version 1.0 (ROM=1)
fwohci0: No. of Isochronous channel is 4.
fwohci0: resetting OHCI...done (0)
fwohci0: BUS_OPT 0xf864a002 -> 0xf864a002
fwohci0: Link 1394a available S400, 2 ports, maxrec 2048 bytes.
fwohci0: Enable 1394a Enhancements
fwohci0: EUI64 00:40:d0:01:00:0a:f7:ff
fwohci0: fwochi_set_intr: 1
firewire0: <IEEE1394(Firewire) bus> on fwohci0
if_fwe0: <Ethernet over Firewire> on firewire0
if_fwe0: Fake Ethernet address: 02:40:d0:0a:f7:ff

fwe0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
        inet 192.168.1.20 netmask 0xffffff00 broadcast 192.168.1.255
        inet6 fe80::40:d0ff:fe0a:f7ff%fwe0 prefixlen 64 scopeid 0x1 
        ether 02:40:d0:0a:f7:ff
        ch 1 dma 0



Everything worked fine (at least, I thought it did), even in bridge mode (on the
workstation) !

After a few minutes, communication became unidirectional: the laptop was able to
receive data from the WS, but the WS seemed not to receive anything from the
laptop (tcpdump showed that the laptop correctly answered to ARP requests, but
the WS never received them).

The fix is just to plug out and in again the IEEE1394 cable.

That's the first problem, I can send more debug stuff on request.

The other problem I am seeing is interrupt storm:

                    /0   /10  /20  /30  /40  /50  /60  /70  /80  /90  /100
root     irq10: cbb XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 
root           idle XXXXXXXXX 
             <idle> XXXXX 

The laptop's dmesg is attached for more info about cbb, etc.

Even when no network activity occur, top(1) shows :
last pid:   666;  load averages:  0.02,  0.03,  0.00    up 0+01:28:15  14:25:52
20 processes:  1 running, 19 sleeping
CPU states:  0.0% user,  0.0% nice,  0.0% system, 90.1% interrupt,  9.9% idle
                                                  ^^^^^
Mem: 7428K Active, 14M Inact, 19M Wired, 8800K Buf, 457M Free
Swap: 1024M Total, 1024M Free

When there is no such problem on the workstation.

The only things that change from a fresh -current install are:

/boot/device.hints adds:
# FreeBSD freezes when trying to use DMA on my SiS5591
hw.ata.ata_dma="0"
hw.ata.atapi_dma="0"
# else I get a double page fault:
hw.pcic.intr_path="1"
hw.pcic.irq="0"

/boot/loader.conf:
snd_ich_load="YES"
acpi_load="YES"
firewire_load="YES"
if_fwe_load="YES"
vesa_load="YES"
boot_verbose="YES"
linux_load="YES"
nvidia_load="YES"

I tried to add the DEVICE_POLLING option in order to reduce the interrupt usage,
it did not change *anything* wrt this bug.

It does not seem to come from the fwe interface. Rather from the bus or
something.

I would be happy to help find out a solution to these problems.

Cheers,

-- 
Sameh

--bg08WKrSYDhXBjb5
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="dmesg.boot"

Copyright (c) 1992-2002 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-RC1 #6: Mon Dec 16 11:50:51 CET 2002
    root@roamie.core.PourIX.NET:/usr/src/sys/i386/compile/ROAMIE
Preloaded elf kernel "/boot/kernel/kernel" at 0xc0635000.
Preloaded elf module "/boot/kernel/vesa.ko" at 0xc06350a8.
Preloaded elf module "/boot/kernel/linux.ko" at 0xc0635154.
Preloaded elf module "/boot/kernel/snd_ich.ko" at 0xc0635200.
Preloaded elf module "/boot/kernel/snd_pcm.ko" at 0xc06352ac.
Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0635358.
Preloaded elf module "/boot/kernel/firewire.ko" at 0xc0635404.
Preloaded elf module "/boot/kernel/if_fwe.ko" at 0xc06354b4.
Preloaded elf module "/boot/kernel/nvidia.ko" at 0xc0635560.
Calibrating clock(s) ... TSC clock: 1792788344 Hz, i8254 clock: 1193227 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 1792732124 Hz
CPU: Pentium 4 (1792.73-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0xf27  Stepping = 7
  Features=0xffffffffbfebf9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,<b31>>
real memory  = 536805376 (511 MB)
Physical memory chunk(s):
0x00001000 - 0x0009efff, 647168 bytes (158 pages)
0x0065c000 - 0x1ffe7fff, 530104320 bytes (129420 pages)
avail memory = 514805760 (490 MB)
bios32: Found BIOS32 Service Directory header at 0xc00e6050
bios32: Entry = 0xe8950 (c00e8950)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xe6000+0x2964
pnpbios: Found PnP BIOS data at 0xc00ff020
pnpbios: Entry = ea000:3df4  Rev = 1.0
pnpbios: OEM ID 8224744e
Other BIOS signatures found:
Initializing GEOMetry subsystem
null: <null device, zero device>
random: <entropy source>
mem: <memory & I/O>
Pentium Pro MTRR support enabled
VESA: information block
56 45 53 41 00 03 00 01 00 01 01 00 00 00 22 00 
00 01 00 02 17 04 07 01 00 01 1a 01 00 01 28 01 
00 01 00 01 01 01 02 01 03 01 04 01 05 01 0e 01 
0f 01 11 01 12 01 14 01 15 01 17 01 18 01 30 01 
VESA: 23 mode(s) found
VESA: v3.0, 32768k memory, flags:0x1, mode table:0xc046bca2 (1000022)
VESA: NVidia
VESA: NVidia Corporation NV17 () Board Chip Rev A2
npx0: <math processor> on motherboard
npx0: INT 16 interface
acpi0: <INSYDE RSDT_000> on motherboard
    ACPI-0625: *** Info: GPE Block0 defined as GPE0 to GPE15
    ACPI-0625: *** Info: GPE Block1 defined as GPE16 to GPE31
pci_open(1):	mode 1 addr port (0x0cf8) is 0x80001504
pci_open(1a):	mode1res=0x80000000 (0x80000000)
pci_cfgcheck:	device 0 [class=060000] [hdr=80] is there (id=06461039)
Using $PIR table, 10 entries at 0xc00fe840
PCI-Only Interrupts: none
Location  Bus Device Pin  Link  IRQs
embedded    0    2    A   0x41  3 4 5 7 9 10 11
embedded    0    2    B   0x42  3 4 5 7 9 10 11
embedded    0    2    C   0x43  3 4 5 7 9 10 11
embedded    0    2    D   0x44  3 4 5 7 9 10 11
embedded    0    3    A   0x60  5 10 11
embedded    0    3    B   0x61  5 10 11
embedded    0    3    C   0x62  5 10 11
embedded    0    3    D   0x63  5 10 11
slot 7      0    4    A   0x44  5 10 11
slot 1      0    9    A   0x42  5 10 11
slot 2      0   11    A   0x44  5 10 11
slot 2      0   11    B   0x43  5 10 11
slot 3      0   13    A   0x44  3 5 7 9 10 11
slot 3      0   13    B   0x41  3 5 7 9 10 11
slot 3      0   13    C   0x42  3 5 7 9 10 11
slot 3      0   13    D   0x43  3 5 7 9 10 11
slot 4      0   12    A   0x41  3 5 7 9 10 11
slot 4      0   12    B   0x42  3 5 7 9 10 11
slot 4      0   12    C   0x43  3 5 7 9 10 11
slot 4      0   12    D   0x44  3 5 7 9 10 11
slot 5      0   10    A   0x44  5 10 11
slot 5      0   10    B   0x43  5 10 11
slot 6      0   12    A   0x43  3 5 7 9 10 11
slot 6      0   12    B   0x44  3 5 7 9 10 11
slot 6      0   12    C   0x41  3 5 7 9 10 11
slot 6      0   12    D   0x42  3 5 7 9 10 11
embedded    1    1    A   0x41  5 10 11
acpi0: power button is handled as a fixed feature programming model.
ACPI timer looks GOOD min = 2, max = 3, width = 2
ACPI timer looks GOOD min = 2, max = 3, width = 2
ACPI timer looks GOOD min = 2, max = 4, width = 3
ACPI timer looks GOOD min = 2, max = 4, width = 3
ACPI timer looks GOOD min = 2, max = 3, width = 2
ACPI timer looks GOOD min = 2, max = 3, width = 2
ACPI timer looks GOOD min = 2, max = 3, width = 2
ACPI timer looks GOOD min = 2, max = 3, width = 2
ACPI timer looks GOOD min = 2, max = 3, width = 2
ACPI timer looks GOOD min = 2, max = 3, width = 2
Timecounter "ACPI-fast"  frequency 3579545 Hz
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0
acpi_cpu0: <CPU> on acpi0
acpi_button0: <Sleep Button> on acpi0
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_acad0: <AC adapter> on acpi0
acpi_cmbat0: <Control method Battery> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
---- initial configuration ------------------------
\\_SB_.PCI0.LNKH irq  11: [  3  4  5  6 10 11] low,level,sharable 0.3.3
\\_SB_.PCI0.LNKG irq   6: [  3  4  5  6 10 11] low,level,sharable 0.3.2
\\_SB_.PCI0.LNKF irq   5: [  3  4  5  6 10 11] low,level,sharable 0.3.1
\\_SB_.PCI0.LNKE irq   6: [  3  4  5  6 10 11] low,level,sharable 0.3.0
\\_SB_.PCI0.LNKD irq  11: [  3  4  5  6 10 11] low,level,sharable 0.2.3
\\_SB_.PCI0.LNKD irq  11: [  3  4  5  6 10 11] low,level,sharable 0.4.0
\\_SB_.PCI0.LNKC irq   5: [  3  4  5  6 10 11] low,level,sharable 0.2.2
\\_SB_.PCI0.LNKD irq  11: [  3  4  5  6 10 11] low,level,sharable 0.10.0
\\_SB_.PCI0.LNKC irq   5: [  3  4  5  6 10 11] low,level,sharable 0.10.1
\\_SB_.PCI0.LNKD irq  11: [  3  4  5  6 10 11] low,level,sharable 0.11.0
\\_SB_.PCI0.LNKC irq   5: [  3  4  5  6 10 11] low,level,sharable 0.11.1
\\_SB_.PCI0.LNKB irq  10: [  5 10 11] low,level,sharable 0.9.0
\\_SB_.PCI0.LNKB irq  10: [  5 10 11] low,level,sharable 0.2.1
---- before setting priority for links ------------
---- before fixup boot-disabled links -------------
---- after fixup boot-disabled links --------------
---- arbitrated configuration ---------------------
\\_SB_.PCI0.LNKH irq  11: [  3  4  5  6 10 11] low,level,sharable 0.3.3
\\_SB_.PCI0.LNKG irq   6: [  3  4  5  6 10 11] low,level,sharable 0.3.2
\\_SB_.PCI0.LNKF irq   5: [  3  4  5  6 10 11] low,level,sharable 0.3.1
\\_SB_.PCI0.LNKE irq   6: [  3  4  5  6 10 11] low,level,sharable 0.3.0
\\_SB_.PCI0.LNKD irq  11: [  3  4  5  6 10 11] low,level,sharable 0.2.3
\\_SB_.PCI0.LNKD irq  11: [  3  4  5  6 10 11] low,level,sharable 0.4.0
\\_SB_.PCI0.LNKC irq   5: [  3  4  5  6 10 11] low,level,sharable 0.2.2
\\_SB_.PCI0.LNKD irq  11: [  3  4  5  6 10 11] low,level,sharable 0.10.0
\\_SB_.PCI0.LNKC irq   5: [  3  4  5  6 10 11] low,level,sharable 0.10.1
\\_SB_.PCI0.LNKD irq  11: [  3  4  5  6 10 11] low,level,sharable 0.11.0
\\_SB_.PCI0.LNKC irq   5: [  3  4  5  6 10 11] low,level,sharable 0.11.1
\\_SB_.PCI0.LNKB irq  10: [  5 10 11] low,level,sharable 0.9.0
\\_SB_.PCI0.LNKB irq  10: [  5 10 11] low,level,sharable 0.2.1
pci0: <ACPI PCI bus> on pcib0
pci0: physical bus=0
	map[10]: type 1, range 32, base f0000000, size 26, enabled
found->	vendor=0x1039, dev=0x0646, revid=0x00
	bus=0, slot=0, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0007, statreg=0x2210, cachelnsz=0 (dwords)
	lattimer=0x80 (3840 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1039, dev=0x0001, revid=0x00
	bus=0, slot=1, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0107, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x80 (3840 ns), mingnt=0x0a (2500 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1039, dev=0x0008, revid=0x04
	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)
	map[10]: type 1, range 32, base f4000000, size 12, enabled
found->	vendor=0x1039, dev=0x7007, revid=0x00
	bus=0, slot=2, func=3
	class=0c-00-10, hdrtype=0x00, mfdev=0
	cmdreg=0x0006, statreg=0x0210, cachelnsz=0 (dwords)
	lattimer=0x80 (3840 ns), mingnt=0x04 (1000 ns), maxlat=0x0c (3000 ns)
	intpin=b, irq=10
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[20]: type 4, range 32, base 00001100, size  4, enabled
found->	vendor=0x1039, dev=0x5513, revid=0x00
	bus=0, slot=2, func=5
	class=01-01-80, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0200, cachelnsz=0 (dwords)
	lattimer=0x80 (3840 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	map[10]: type 4, range 32, base 0000e000, size  8, enabled
	map[14]: type 4, range 32, base 0000e100, size  7, enabled
found->	vendor=0x1039, dev=0x7013, revid=0xa0
	bus=0, slot=2, func=6
	class=07-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x80 (3840 ns), mingnt=0x34 (13000 ns), maxlat=0x0b (2750 ns)
	intpin=c, irq=5
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 4, range 32, base 0000e200, size  8, enabled
	map[14]: type 4, range 32, base 0000e300, size  7, enabled
found->	vendor=0x1039, dev=0x7012, revid=0xa0
	bus=0, slot=2, func=7
	class=04-01-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x80 (3840 ns), mingnt=0x34 (13000 ns), maxlat=0x0b (2750 ns)
	intpin=c, irq=5
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base 000d8000, size 12, enabled
found->	vendor=0x1039, dev=0x7001, revid=0x0f
	bus=0, slot=3, func=0
	class=0c-03-10, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x50 (20000 ns)
	intpin=a, irq=6
	powerspec 2  supports D0 D3  current D0
	map[10]: type 1, range 32, base 000da000, size 12, enabled
found->	vendor=0x1039, dev=0x7001, revid=0x0f
	bus=0, slot=3, func=1
	class=0c-03-10, hdrtype=0x00, mfdev=0
	cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x50 (20000 ns)
	intpin=b, irq=5
	powerspec 2  supports D0 D3  current D0
found->	vendor=0x1039, dev=0x7001, revid=0x0f
	bus=0, slot=3, func=2
	class=0c-03-10, hdrtype=0x00, mfdev=0
	cmdreg=0x0000, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x50 (20000 ns)
	intpin=c, irq=6
	powerspec 2  supports D0 D3  current D0
	map[10]: type 1, range 32, base f4001000, size 12, enabled
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=0 (dwords)
	lattimer=0x80 (3840 ns), mingnt=0x00 (0 ns), maxlat=0x50 (20000 ns)
	intpin=d, irq=11
	powerspec 2  supports D0 D3  current D0
	map[10]: type 4, range 32, base 0000e400, size  8, enabled
	map[14]: type 1, range 32, base f4002000, size 12, enabled
found->	vendor=0x1039, dev=0x0900, revid=0x90
	bus=0, slot=4, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x80 (3840 ns), mingnt=0x34 (13000 ns), maxlat=0x0b (2750 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D1 D2 D3  current D0
found->	vendor=0x1524, dev=0x1410, revid=0x00
	bus=0, slot=9, func=0
	class=06-07-00, hdrtype=0x02, mfdev=0
	cmdreg=0x0007, statreg=0x0210, cachelnsz=8 (dwords)
	lattimer=0xc0 (5760 ns), mingnt=0xc0 (48000 ns), maxlat=0x07 (1750 ns)
	intpin=a, irq=255
	powerspec 1  supports D0 D1 D2 D3  current D0
agp0: <SIS Generic host to PCI bridge> mem 0xf0000000-0xf3ffffff at device 0.0 on pci0
agp0: allocating GATT for aperture of size 64M
pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0
pcib1:   secondary bus     1
pcib1:   subordinate bus   1
pcib1:   I/O decode        0xc000-0xdfff
pcib1:   memory decode     0xe0000000-0xefffffff
pcib1:   prefetched decode 0x90000000-0x9fffffff
---- initial configuration ------------------------
\\_SB_.PCI0.LNKA irq  11: [  3  4  5  6 10 11] low,level,sharable 1.0.0
---- before setting priority for links ------------
---- before fixup boot-disabled links -------------
---- after fixup boot-disabled links --------------
---- arbitrated configuration ---------------------
\\_SB_.PCI0.LNKA irq  11: [  3  4  5  6 10 11] low,level,sharable 1.0.0
pci1: <ACPI PCI bus> on pcib1
pci1: physical bus=1
	map[10]: type 1, range 32, base e0000000, size 24, enabled
	map[14]: type 3, range 32, base 90000000, size 26, enabled
	map[18]: type 3, range 32, base 94000000, size 19, enabled
found->	vendor=0x10de, dev=0x0176, revid=0xa3
	bus=1, slot=0, func=0
	class=03-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords)
	lattimer=0x40 (1920 ns), mingnt=0x05 (1250 ns), maxlat=0x01 (250 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
nvidia0: <GeForce4 420 Go 32M> mem 0x94000000-0x9407ffff,0x90000000-0x93ffffff,0xe0000000-0xe0ffffff irq 11 at device 0.0 on pci1
pcib1: device nvidia0 requested decoded memory range 0xe0000000-0xe0ffffff
pcib1: device nvidia0 requested decoded memory range 0x90000000-0x93ffffff
isab0: <PCI-ISA bridge> at device 2.0 on pci0
isa0: <ISA bus> on isab0
XXXfw: vendid=1039, dev=7007
fwohci0: <1394 Open Host Controller Interface> mem 0xf4000000-0xf4000fff irq 10 at device 2.3 on pci0
fwohci0: PCI bus latency was changing to 250.
fwohci0: cache size 0.
fwohci0: OHCI version 1.0 (ROM=1)
fwohci0: No. of Isochronous channel is 4.
fwohci0: resetting OHCI...done (0)
fwohci0: BUS_OPT 0xf864a002 -> 0xf864a002
fwohci0: Link 1394a available S400, 2 ports, maxrec 2048 bytes.
fwohci0: Enable 1394a Enhancements
fwohci0: EUI64 00:40:d0:01:00:0a:f7:ff
fwohci0: fwochi_set_intr: 1
firewire0: <IEEE1394(Firewire) bus> on fwohci0
if_fwe0: <Ethernet over Firewire> on firewire0
if_fwe0: Fake Ethernet address: 02:40:d0:0a:f7:ff
fwe0: bpf attached
atapci0: <SiS 5591 ATA33 controller> port 0x1100-0x110f at device 2.5 on pci0
ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0x1100
ata0: mask=03 ostat0=50 ostat2=00
ata0-master: ATAPI 00 00
ata0-slave: ATAPI 00 00
ata0: mask=03 stat0=50 stat1=00
ata0-master: ATA 01 a5
ata0: devices=01
ata0: at 0x1f0 irq 14 on atapci0
ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0x1108
ata1: mask=03 ostat0=50 ostat2=00
ata1-master: ATAPI 14 eb
ata1-slave: ATAPI 00 00
ata1: mask=03 stat0=00 stat1=00
ata1: devices=04
ata1: at 0x170 irq 15 on atapci0
pci0: <simple comms> at device 2.6 (no driver attached)
pcm0: <SiS 7012> port 0xe300-0xe37f,0xe200-0xe2ff irq 5 at device 2.7 on pci0
pcm0: ac97 codec id 0x414c4740
pcm0: ac97 codec features headphone, 20 bit DAC, 18 bit ADC, 6 bit master volume, Realtek 3D Stereo Enhancement
pcm0: ac97 primary codec extended features variable rate PCM, double rate PCM, reserved 1, AMAP, reserved 4
pcm0: sndbuf_setmap 8ea000, 4000; 0xe0aef000 -> 8ea000
pcm0: sndbuf_setmap 8fb000, 4000; 0xe0af3000 -> 8fb000
ohci0: <SiS 5571 USB controller> mem 0xd8000-0xd8fff irq 6 at device 3.0 on pci0
usb0: OHCI version 1.0, legacy support
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: 2 ports with 2 removable, self powered
ohci1: <SiS 5571 USB controller> mem 0xda000-0xdafff irq 5 at device 3.1 on pci0
usb1: OHCI version 1.0, legacy support
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: 2 ports with 2 removable, self powered
ohci2: <SiS 5571 USB controller> irq 6 at device 3.2 on pci0
ohci2: Could not map memory
device_probe_and_attach: ohci2 attach returned 6
pci0: <serial bus, USB> at device 3.3 (no driver attached)
pci0: <network, ethernet> at device 4.0 (no driver attached)
cbb0: <PCI-CardBus Bridge> at device 9.0 on pci0
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
pcib0: matched entry for 0.9.INTA (source \\_SB_.PCI0.LNKB)
pcib0: slot 9 INTA is routed to irq 10
psmcpnp0 irq 12 on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
atkbd: the current kbd controller command byte 0067
atkbd: keyboard ID 0x41ab (2)
kbd0 at atkbd0
kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000
psm0: current command byte:0067
psm0: found IntelliMouse
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model IntelliMouse, device ID 3-00, 3 buttons
psm0: config:00000000, flags:00000000, packet size:4
psm0: syncmask:08, syncbits:08
acpi_ec0: <embedded controller> port 0x66,0x62 on acpi0
sio0: irq maps: 0x1 0x11 0x1 0x1
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
unknown: not probed (disabled)
unknown: not probed (disabled)
unknown: not probed (disabled)
unknown: not probed (disabled)
unknown: not probed (disabled)
unknown: not probed (disabled)
ata: ata0 already exists; skipping it
ata: ata1 already exists; skipping it
atkbdc: atkbdc0 already exists; skipping it
sio: sio0 already exists; skipping it
Trying Read_Port at 203
Trying Read_Port at 243
Trying Read_Port at 283
Trying Read_Port at 2c3
Trying Read_Port at 303
Trying Read_Port at 343
Trying Read_Port at 383
Trying Read_Port at 3c3
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
orm0: <Option ROMs> at iomem 0xea000-0xeefff,0xe2000-0xe2fff,0xe0000-0xe17ff on isa0
pmtimer0 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)
fdc0: not probed (disabled)
fe0: not probed (disabled)
ie0: not probed (disabled)
le0: not probed (disabled)
lnc0: not probed (disabled)
pcic0: not probed (disabled)
pcic1: not probed (disabled)
ppc0 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, kbd0, terminal emulator: sc (syscons terminal)
sio1: not probed (disabled)
sio2: not probed (disabled)
sio3: not probed (disabled)
sn0: not probed (disabled)
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
fb0: vga0, vga, type:VGA (5), flags:0x700ff
fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000
fb0: init mode:24, bios mode:3, current mode:24
fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k
VGA parameters upon power-up
50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 54 80 
bf 1f 00 4f 0d 0e 00 00 07 80 9c 8e 8f 28 1f 96 
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
VGA parameters in BIOS for mode 24
50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 54 80 
bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
EGA/VGA parameters to be used for mode 24
50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 54 80 
bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
vt0: not probed (disabled)
isa_probe_children: probing PnP devices
BIOS Geometries:
 0:03fefe3f 0..1022=1023 cylinders, 0..254=255 heads, 1..63=63 sectors
 0 accounted for
Device configuration finished.
procfs registered
Timecounters tick every 1.000 msec
lo0: bpf attached
Linux ELF exec handler installed
firewire0: BUS reset
firewire0: node_id = 0xc000ffc1, CYCLEMASTER mode
firewire0: 2 nodes, maxhop <= 1, cable IRM = 1 (me)
firewire0: fw_set_bus_manager: 1->1 (loop=0)
firewire0: start AT DMA status=0
firewire0: unrecoverable error
acpi_cpu0: set speed to 100.0%
acpi_cpu: CPU throttling enabled, 8 steps from 100% to 12.5%
acpi_acad0: acline initialization start
acpi_cmbat0: battery initialization start
acpi_acad0: On Line
acpi_acad0: acline initialization done, tried 1 times
ad0: success setting PIO4 on generic chip
GEOM: new disk ad0
acpi_cmbat0: battery initialization done, tried 1 times
ar: FreeBSD check1 failed
ad0: <IC25N040ATCS04-0/CA4OA71A> ATA-5 disk at ata0-master
ad0: 38154MB (78140160 sectors), 77520 C, 16 H, 63 S, 512 B
ad0: 16 secs/int, 1 depth queue, PIO4
ad0: piomode=4 dmamode=2 udmamode=5 cblid=1
ata1-master: piomode=4 dmamode=2 udmamode=-1 dmaflag=1
ata1-master: success setting PIO4 on generic chip
acd0: <MATSHITACD-RW CW-8121/AZ16> CD-RW drive at ata1 as master
acd0: read 4133KB/s (34265KB/s) write 1377KB/s (1377KB/s), 2048KB buffer, PIO4
acd0: Reads: CD-R, CD-RW, CD-DA stream, DVD-ROM, DVD-R, packet
acd0: Writes: CD-R, CD-RW, test write, burnproof
acd0: Audio: play, 255 volume levels
acd0: Mechanism: ejectable tray, unlocked
acd0: Medium: no/blank disc
pcm0: measured ac97 link rate at 48016 Hz, will use 48000 Hz
MBR Slice 1 on ad0:
0000   00 01 01 00 07 fe ff ff 3f 00 00 00 33 5a 31 02  |........?...3Z1.|
[0] f:00 typ:7 s(CHS):0/1/1 e(CHS):255/254/255 s:63 l:36788787
GEOM: Add ad0s1, start 32256 length 18835858944 end 18835891199
MBR Slice 2 on ad0:
0000   00 ff ff ff 83 fe ff ff 72 5a 31 02 80 a3 db 00  |........rZ1.....|
[1] f:00 typ:131 s(CHS):255/255/255 e(CHS):255/254/255 s:36788850 l:14394240
GEOM: Add ad0s2, start 18835891200 length 7369850880 end 26205742079
MBR Slice 3 on ad0:
0000   00 ff ff ff 0f fe ff ff f2 fd 0c 03 c2 2d 10 00  |.............-..|
[2] f:00 typ:15 s(CHS):255/255/255 e(CHS):255/254/255 s:51183090 l:1060290
GEOM: Add ad0s3, start 26205742080 length 542868480 end 26748610559
MBR Slice 4 on ad0:
0000   80 ff ff ff a5 fe ff ff b4 2b 1d 03 4c 27 8b 01  |.........+..L'..|
[3] f:80 typ:165 s(CHS):255/255/255 e(CHS):255/254/255 s:52243380 l:25896780
GEOM: Add ad0s4, start 26748610560 length 13259151360 end 40007761919
MBREXT Slice 5 on ad0s3:
0000   00 01 c1 ff 82 fe ff ff 3f 00 00 00 83 2d 10 00  |........?....-..|
[0] f:00 typ:130 s(CHS):255/1/193 e(CHS):255/254/255 s:63 l:1060227
0000   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  |................|
[1] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0
GEOM: Add ad0s5, start 32256 length 542836224 end 542868479
GEOM: Add ad0s4 hot[0] start 512 length 276 end 787
GEOM: Configure ad0s4a, start 0 length 1073741824 end 1073741823
GEOM: Configure ad0s4b, start 1073741824 length 1073741824 end 2147483647
GEOM: Configure ad0s4c, start 0 length 13259151360 end 13259151359
GEOM: Configure ad0s4d, start 2147483648 length 11111667712 end 13259151359
Mounting root from ufs:/dev/ad0s4a
WARNING: / was not properly dismounted
start_init: trying /sbin/init

--bg08WKrSYDhXBjb5--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-firewire" in the body of the message




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