Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Mar 2004 07:39:52 -0800
From:      othermark <atkin901@yahoo.com>
To:        freebsd-current@freebsd.org
Subject:   Re: puc(4) device not attaching issue in -current
Message-ID:  <c49g08$lf0$1@sea.gmane.org>
References:  <c3qbq4$s0n$1@sea.gmane.org> <20040323135932.L13222@carver.gumbysoft.com> <c3qfeh$ce$1@sea.gmane.org> <200403241430.29558.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart6004112.iZj3FCEBGW
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8Bit

John Baldwin wrote:
> On Tuesday 23 March 2004 05:58 pm, othermark wrote:
>> Doug White wrote:
>> > On Tue, 23 Mar 2004, othermark wrote:
>> >> none0@pci0:6:1: class=0x070002 card=0x00000000 chip=0x01811407
>> >> rev=0x00 hdr=0x00
>> >>     vendor   = 'Lava Computer Manufacturing Inc'
>> >>     device   = 'Lava Octopus PCI Ports 5-8'
>> >>     class    = simple comms
>> >>     subclass = UART
>> >>
>> >> device 6.1 has chip 0x018111407=and pucdata.c has only has an entry
>> >> for 0x0180, so I'm not sure how it was picking up 0x0181 in earlier
>> >> releases, or that it still does and something else is blocking it
>> >> from happening...
>> >
>> > What happens if you add that PCI ID to the driver?
>>
>> If I add a duplicate the entry in pucdata.c so it looks like this:
>>
>>
>>         /* Lava Computers Octopus-550 serial ports */
>>         {   "Lava Computers Octopus-550 8-port serial part B",
>>             NULL,
>>             {   0x1407, 0x0181, 0,      0       },
>>             {   0xffff, 0xfffc, 0,      0       },
> 
> The 0xfffc is a mask meaning that this matches 0x0180, 0x0181, 0x0182, and
> 0x0183 by the way, so you don't need an extra entry.  Can you do a boot
> -v? I'm curious if the second device has its BAR's setup.

I've attached a verbose boot to this message.   How do you tell if the BAR
is setup or not?

-- 
othermark
atkin901 at nospam dot yahoo dot com
(!wired)?(coffee++):(wired);
--nextPart6004112.iZj3FCEBGW
Content-Type: text/plain; name="puc.txt"
Content-Transfer-Encoding: 8Bit
Content-Disposition: attachment; filename="puc.txt"

Copyright (c) 1992-2004 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.2-CURRENT #14: Tue Mar 23 14:17:06 PST 2004
    root@adkinson245.f5net.com:/usr/obj/usr/src/sys/NEMO5
Preloaded elf kernel "/boot/kernel/kernel" at 0xc0a91000.
Calibrating clock(s) ... i8254 clock: 1193090 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254" frequency 1193182 Hz quality 0
Calibrating TSC clock ... TSC clock: 930163681 Hz
CPU: Intel Pentium III (930.16-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x683  Stepping = 3
  Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>
real memory  = 1073741824 (1024 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages)
0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages)
0x0000000000c26000 - 0x000000003edcffff, 1041932288 bytes (254378 pages)
avail memory = 1041215488 (992 MB)
bios32: Found BIOS32 Service Directory header at 0xc00f73f0
bios32: Entry = 0xfd830 (c00fd830)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xfd830+0x18f
pnpbios: Found PnP BIOS data at 0xc00f7420
pnpbios: Entry = f0000:a206  Rev = 1.0
Other BIOS signatures found:
wlan: <802.11 Link Layer>
null: <null device, zero device>
random: <entropy source>
mem: <memory & I/O>
Pentium Pro MTRR support enabled
cpu0 on motherboard
npx0: [FAST]
npx0: <math processor> on motherboard
npx0: INT 16 interface
pci_open(1):	mode 1 addr port (0x0cf8) is 0x80007904
pci_open(1a):	mode1res=0x80000000 (0x80000000)
pci_cfgcheck:	device 0 [class=060000] [hdr=80] is there (id=00071166)
pcibios: BIOS version 2.10
Found $PIR table, 12 entries at 0xc00fdf00
PCI-Only Interrupts: none
Location  Bus Device Pin  Link  IRQs
slot 15     1    0    A   0x12  3 4 5 6 7 10 11 12
slot 15     1    0    B   0x14  3 4 5 6 7 10 11 12
embedded    0   15    A   0x02  3 4 5 6 7 10 11 12
embedded    0    1    A   0x1e  3 4 5 6 7 10 11 12
embedded    0    1    B   0x1d  3 4 5 6 7 10 11 12
embedded    0    2    A   0x1f  3 4 5 6 7 10 11 12
embedded    0    7    A   0x18  3 4 5 6 7 10 11 12
slot 1      0    3    A   0x11  3 4 5 6 7 10 11 12
slot 1      0    3    B   0x12  3 4 5 6 7 10 11 12
slot 1      0    3    C   0x13  3 4 5 6 7 10 11 12
slot 1      0    3    D   0x14  3 4 5 6 7 10 11 12
slot 2      0    4    A   0x13  3 4 5 6 7 10 11 12
slot 2      0    4    B   0x14  3 4 5 6 7 10 11 12
slot 2      0    4    C   0x11  3 4 5 6 7 10 11 12
slot 2      0    4    D   0x12  3 4 5 6 7 10 11 12
slot 3      0    5    A   0x15  3 4 5 6 7 10 11 12
slot 3      0    5    B   0x16  3 4 5 6 7 10 11 12
slot 3      0    5    C   0x1d  3 4 5 6 7 10 11 12
slot 3      0    5    D   0x1e  3 4 5 6 7 10 11 12
slot 4      2    1    A   0x19  3 4 5 6 7 10 11 12
slot 4      2    1    B   0x1a  3 4 5 6 7 10 11 12
slot 4      2    1    C   0x1b  3 4 5 6 7 10 11 12
slot 4      2    1    D   0x1c  3 4 5 6 7 10 11 12
slot 5      2    2    A   0x1b  3 4 5 6 7 10 11 12
slot 5      2    2    B   0x1c  3 4 5 6 7 10 11 12
slot 5      2    2    C   0x19  3 4 5 6 7 10 11 12
slot 5      2    2    D   0x1a  3 4 5 6 7 10 11 12
slot 6      0    6    A   0x17  3 4 5 6 7 10 11 12
slot 6      0    6    B   0x18  3 4 5 6 7 10 11 12
slot 6      0    6    C   0x15  3 4 5 6 7 10 11 12
slot 6      0    6    D   0x16  3 4 5 6 7 10 11 12
pcib0: <Host to PCI bridge> at pcibus 0 on motherboard
$PIR: Links after initial probe:
Link  IRQ  Ref  IRQs
0x12  255    3  3 4 5 6 7 10 11 12
0x14  255    3  3 4 5 6 7 10 11 12
 0x2  255    1  3 4 5 6 7 10 11 12
0x1e  255    2  3 4 5 6 7 10 11 12
0x1d  255    2  3 4 5 6 7 10 11 12
0x1f  255    1  3 4 5 6 7 10 11 12
0x18  255    2  3 4 5 6 7 10 11 12
0x11  255    2  3 4 5 6 7 10 11 12
0x13  255    2  3 4 5 6 7 10 11 12
0x15  255    2  3 4 5 6 7 10 11 12
0x16  255    2  3 4 5 6 7 10 11 12
0x19  255    2  3 4 5 6 7 10 11 12
0x1a  255    2  3 4 5 6 7 10 11 12
0x1b  255    2  3 4 5 6 7 10 11 12
0x1c  255    2  3 4 5 6 7 10 11 12
0x17  255    1  3 4 5 6 7 10 11 12
$PIR: Found matching pin for 1.0.INTA at func 0: 11
$PIR: Found matching pin for 0.15.INTA at func 2: 11
$PIR: Found matching pin for 0.2.INTA at func 0: 7
$PIR: Found matching pin for 0.7.INTA at func 0: 11
$PIR: Found matching pin for 0.3.INTA at func 0: 11
$PIR: Found matching pin for 0.4.INTA at func 0: 10
$PIR: Found matching pin for 0.5.INTA at func 0: 5
$PIR: Found matching pin for 0.6.INTA at func 0: 12
$PIR: Links after initial IRQ discovery:
Link  IRQ  Ref  IRQs
0x12   11    3  3 4 5 6 7 10 11 12
0x14  255    3  3 4 5 6 7 10 11 12
 0x2   11    1  3 4 5 6 7 10 11 12
0x1e  255    2  3 4 5 6 7 10 11 12
0x1d  255    2  3 4 5 6 7 10 11 12
0x1f    7    1  3 4 5 6 7 10 11 12
0x18   11    2  3 4 5 6 7 10 11 12
0x11   11    2  3 4 5 6 7 10 11 12
0x13   10    2  3 4 5 6 7 10 11 12
0x15    5    2  3 4 5 6 7 10 11 12
0x16  255    2  3 4 5 6 7 10 11 12
0x19  255    2  3 4 5 6 7 10 11 12
0x1a  255    2  3 4 5 6 7 10 11 12
0x1b  255    2  3 4 5 6 7 10 11 12
0x1c  255    2  3 4 5 6 7 10 11 12
0x17   12    1  3 4 5 6 7 10 11 12
$PIR: IRQs used by BIOS: 5 7 10 11 12
$PIR: Interrupt Weights:
[    0   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15 ]
[    0   0   0   0   0   2   0   1   0   0   2   8   1   0   0   0 ]
pci0: <PCI bus> on pcib0
pci0: physical bus=0
	map[10]: type 3, range 32, base fc000000, size 25, memory disabled
	map[14]: type 1, range 32, base feafb000, size 12, memory disabled
found->	vendor=0x1166, dev=0x0007, revid=0x22
	bus=0, slot=0, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=8 (dwords)
	lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1166, dev=0x0005, revid=0x01
	bus=0, slot=0, func=1
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0007, statreg=0x22b0, cachelnsz=8 (dwords)
	lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1166, dev=0x0006, revid=0x00
	bus=0, slot=0, func=2
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0002, statreg=0xa200, cachelnsz=8 (dwords)
	lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1166, dev=0x0006, revid=0x00
	bus=0, slot=0, func=3
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0002, statreg=0x2200, cachelnsz=8 (dwords)
	lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	map[10]: type 4, range 32, base 0000f8c0, size  6, enabled
$PIR: 0:2 INTA routed to irq 7
found->	vendor=0x1274, dev=0x1371, revid=0x08
	bus=0, slot=2, func=0
	class=04-01-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0410, cachelnsz=0 (dwords)
	lattimer=0x40 (1920 ns), mingnt=0x0c (3000 ns), maxlat=0x80 (32000 ns)
	intpin=a, irq=7
	powerspec 1  supports D0 D2 D3  current D0
	map[10]: type 3, range 32, base fe3ff000, size 12, enabled
	map[14]: type 4, range 32, base 0000fca0, size  5, enabled
	map[18]: type 1, range 32, base fe600000, size 20, enabled
$PIR: 0:3 INTA routed to irq 11
found->	vendor=0x8086, dev=0x1229, revid=0x04
	bus=0, slot=3, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0017, statreg=0x0290, cachelnsz=8 (dwords)
	lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x38 (14000 ns)
	intpin=a, irq=11
	powerspec 1  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base feaf8000, size 12, enabled
	map[14]: type 4, range 32, base 0000fc00, size  6, enabled
	map[18]: type 1, range 32, base fe800000, size 20, enabled
$PIR: 0:4 INTA routed to irq 10
found->	vendor=0x8086, dev=0x1229, revid=0x08
	bus=0, slot=4, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0017, statreg=0x0290, cachelnsz=8 (dwords)
	lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x38 (14000 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 4, range 32, base 0000f8a8, size  3, enabled
	map[14]: type 4, range 32, base 0000f8b0, size  3, enabled
	map[18]: type 4, range 32, base 0000f8b8, size  3, enabled
	map[1c]: type 4, range 32, base 0000fc88, size  3, enabled
$PIR: 0:5 INTA routed to irq 5
found->	vendor=0x1407, dev=0x0180, revid=0x00
	bus=0, slot=5, func=0
	class=07-00-02, hdrtype=0x00, mfdev=1
	cmdreg=0x0001, statreg=0x0480, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=5
	map[10]: type 4, range 32, base 0000f888, size  3, enabled
	map[14]: type 4, range 32, base 0000f890, size  3, enabled
	map[18]: type 4, range 32, base 0000f898, size  3, enabled
	map[1c]: type 4, range 32, base 0000f8a0, size  3, enabled
$PIR: 0:5 INTA routed to irq 5
found->	vendor=0x1407, dev=0x0181, revid=0x00
	bus=0, slot=5, func=1
	class=07-00-02, hdrtype=0x00, mfdev=1
	cmdreg=0x0001, statreg=0x0480, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=5
	map[10]: type 1, range 32, base feaff000, size 12, enabled
	map[14]: type 4, range 32, base 0000fc40, size  6, enabled
	map[18]: type 1, range 32, base fe700000, size 20, enabled
$PIR: 0:6 INTA routed to irq 12
found->	vendor=0x8086, dev=0x1229, revid=0x08
	bus=0, slot=6, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0017, statreg=0x0290, cachelnsz=8 (dwords)
	lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x38 (14000 ns)
	intpin=a, irq=12
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base feaf9000, size 12, enabled
	map[14]: type 4, range 32, base 0000fcc0, size  6, enabled
	map[18]: type 1, range 32, base fe900000, size 20, enabled
$PIR: 0:7 INTA routed to irq 11
found->	vendor=0x8086, dev=0x1229, revid=0x08
	bus=0, slot=7, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0017, statreg=0x0290, cachelnsz=8 (dwords)
	lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x38 (14000 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[90]: type 4, range 32, base 00000500, size  4, enabled
found->	vendor=0x1166, dev=0x0200, revid=0x4f
	bus=0, slot=15, func=0
	class=06-01-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0007, statreg=0x0200, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	map[20]: type 4, range 32, base 0000fc90, size  4, enabled
found->	vendor=0x1166, dev=0x0211, revid=0x00
	bus=0, slot=15, func=1
	class=01-01-8a, hdrtype=0x00, mfdev=1
	cmdreg=0x0005, statreg=0x0200, cachelnsz=0 (dwords)
	lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	map[10]: type 1, range 32, base feafe000, size 12, enabled
$PIR: 0:15 INTA routed to irq 11
found->	vendor=0x1166, dev=0x0220, revid=0x04
	bus=0, slot=15, func=2
	class=0c-03-10, hdrtype=0x00, mfdev=1
	cmdreg=0x0017, statreg=0x0280, cachelnsz=8 (dwords)
	lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x50 (20000 ns)
	intpin=a, irq=11
pcib1: <PCIBIOS PCI-PCI bridge> at device 0.1 on pci0
pcib1:   secondary bus     1
pcib1:   subordinate bus   1
pcib1:   I/O decode        0xe000-0xefff
pcib1:   memory decode     0xfe500000-0xfe5fffff
pcib1:   prefetched decode 0xf0000000-0xf7ffffff
pci1: <PCI bus> on pcib1
pci1: physical bus=1
	map[10]: type 3, range 32, base f0000000, size 27, enabled
	map[14]: type 4, range 32, base 0000e800, size  8, enabled
	map[18]: type 1, range 32, base fe5f0000, size 16, enabled
$PIR: 1:0 INTA routed to irq 11
found->	vendor=0x1002, dev=0x5157, revid=0x00
	bus=1, slot=0, func=0
	class=03-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0287, statreg=0x02b0, cachelnsz=8 (dwords)
	lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D1 D2 D3  current D0
pci1: <display, VGA> at device 0.0 (no driver attached)
pcm0: <AudioPCI ES1373-8> port 0xf8c0-0xf8ff irq 7 at device 2.0 on pci0
pcm0: <SigmaTel STAC9721/23 AC97 Codec (id = 0x83847609)>
pcm0: Codec features 18 bit DAC, 18 bit ADC, 5 bit master volume, SigmaTel 3D Enhancement
pcm0: Primary codec extended features AMAP
pcm0: sndbuf_setmap 2a3000, 1000; 0xc620f000 -> 2a3000
pcm0: sndbuf_setmap 285000, 1000; 0xc6211000 -> 285000
fxp0: <Intel 82558 Pro/100 Ethernet> port 0xfca0-0xfcbf mem 0xfe600000-0xfe6fffff,0xfe3ff000-0xfe3fffff irq 11 at device 3.0 on pci0
fxp0: using memory space register mapping
fxp0: PCI IDs: 8086 1229 8086 0009 0004
fxp0: Dynamic Standby mode is disabled
miibus0: <MII bus> on fxp0
inphy0: <i82555 10/100 media interface> on miibus0
inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
fxp0: bpf attached
fxp0: Ethernet address: 00:a0:c9:8d:e9:51
fxp1: <Intel 82559 Pro/100 Ethernet> port 0xfc00-0xfc3f mem 0xfe800000-0xfe8fffff,0xfeaf8000-0xfeaf8fff irq 10 at device 4.0 on pci0
fxp1: using memory space register mapping
fxp1: PCI IDs: 8086 1229 8086 000e 0008
fxp1: Dynamic Standby mode is disabled
miibus1: <MII bus> on fxp1
inphy1: <i82555 10/100 media interface> on miibus1
inphy1:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
fxp1: bpf attached
fxp1: Ethernet address: 00:d0:b7:6b:f5:92
puc0: <Lava Computers Octopus-550 8-port serial part A> port 0xfc88-0xfc8f,0xf8b8-0xf8bf,0xf8b0-0xf8b7,0xf8a8-0xf8af irq 5 at device 5.0 on pci0
sio4: <Lava Computers Octopus-550 8-port serial part A> on puc0
sio4: type 16550A
sio4: unable to activate interrupt in fast mode - using normal mode
sio5: <Lava Computers Octopus-550 8-port serial part A> on puc0
sio5: type 16550A
sio5: unable to activate interrupt in fast mode - using normal mode
sio6: <Lava Computers Octopus-550 8-port serial part A> on puc0
sio6: type 16550A
sio6: unable to activate interrupt in fast mode - using normal mode
sio7: <Lava Computers Octopus-550 8-port serial part A> on puc0
sio7: type 16550A
sio7: unable to activate interrupt in fast mode - using normal mode
pci0: <simple comms, UART> at device 5.1 (no driver attached)
fxp2: <Intel 82559 Pro/100 Ethernet> port 0xfc40-0xfc7f mem 0xfe700000-0xfe7fffff,0xfeaff000-0xfeafffff irq 12 at device 6.0 on pci0
fxp2: using memory space register mapping
fxp2: PCI IDs: 8086 1229 8086 000c 0008
fxp2: Dynamic Standby mode is disabled
miibus2: <MII bus> on fxp2
inphy2: <i82555 10/100 media interface> on miibus2
inphy2:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
fxp2: bpf attached
fxp2: Ethernet address: 00:d0:b7:4c:b3:01
fxp3: <Intel 82559 Pro/100 Ethernet> port 0xfcc0-0xfcff mem 0xfe900000-0xfe9fffff,0xfeaf9000-0xfeaf9fff irq 11 at device 7.0 on pci0
fxp3: using memory space register mapping
fxp3: PCI IDs: 8086 1229 8086 000c 0008
fxp3: Dynamic Standby mode is disabled
miibus3: <MII bus> on fxp3
inphy3: <i82555 10/100 media interface> on miibus3
inphy3:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
fxp3: bpf attached
fxp3: Ethernet address: 00:e0:81:00:f6:bf
isab0: <PCI-ISA bridge> port 0x500-0x50f at device 15.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <ServerWorks ROSB4 UDMA33 controller> port 0xfc90-0xfc9f at device 15.1 on pci0
ata0: reset tp1 mask=03 ostat0=50 ostat1=00
ata0-master: stat=0x50 err=0x01 lsb=0x00 msb=0x00
ata0-slave:  stat=0x00 err=0x01 lsb=0x00 msb=0x00
ata0: reset tp2 mask=03 stat0=50 stat1=00 devices=0x1<ATA_MASTER>
ata0: at 0x1f0 irq 14 on atapci0
ata0: [MPSAFE]
ata1: reset tp1 mask=03 ostat0=50 ostat1=00
ata1-master: stat=0x00 err=0x01 lsb=0x14 msb=0xeb
ata1-slave:  stat=0x00 err=0x04 lsb=0x7f msb=0x7f
ata1: reset tp2 mask=03 stat0=00 stat1=00 devices=0x4<ATAPI_MASTER>
ata1: at 0x170 irq 15 on atapci0
ata1: [MPSAFE]
ohci0: <OHCI (generic) USB controller> mem 0xfeafe000-0xfeafefff irq 11 at device 15.2 on pci0
ohci0: (New OHCI DeviceId=0x02201166)
usb0: OHCI version 1.0, legacy support
usb0: <OHCI (generic) USB controller> on ohci0
usb0: USB revision 1.0
uhub0: (0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 4 ports with 4 removable, self powered
uhub0: device problem, disabling port 2
pcib2: <ServerWorks host to PCI bridge> at pcibus 2 on motherboard
pci2: <PCI bus> on pcib2
pci2: physical bus=2
ex_isa_identify()
ata: ata0 already exists; skipping it
ata: ata1 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
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
pnpbios: 18 devices, largest 178 bytes
PNP0c02: adding io range 0x80-0x80, size=0x1, align=0x1
PNP0c02: adding io range 0xe0-0xe1, size=0x2, align=0x1
PNP0c02: adding fixed memory32 range 0xfff80000-0xffffffff, size=0x80000
pnpbios: handle 0 device ID PNP0c02 (020cd041)
PNP0c01: adding fixed memory32 range 0-0x9ffff, size=0xa0000
PNP0c01: adding fixed memory32 range 0xe8000-0xfffff, size=0x18000
PNP0c01: adding fixed memory32 range 0x100000-0x3fffffff, size=0x3ff00000
pnpbios: handle 1 device ID PNP0c01 (010cd041)
PNP0200: adding io range 0-0xf, size=0x10, align=0x1
PNP0200: adding io range 0x81-0x8f, size=0xf, align=0x1
PNP0200: adding io range 0xc0-0xdf, size=0x20, align=0x1
PNP0200: adding dma mask 0x10
pnpbios: handle 2 device ID PNP0200 (0002d041)
PNP0100: adding io range 0x40-0x43, size=0x4, align=0x1
PNP0100: adding irq mask 0x1
pnpbios: handle 4 device ID PNP0100 (0001d041)
PNP0b00: adding io range 0x70-0x71, size=0x2, align=0x1
PNP0b00: adding irq mask 0x100
pnpbios: handle 5 device ID PNP0b00 (000bd041)
PNP0303: adding io range 0x60-0x60, size=0x1, align=0x1
PNP0303: adding io range 0x64-0x64, size=0x1, align=0x1
PNP0303: adding irq mask 0x2
pnpbios: handle 6 device ID PNP0303 (0303d041)
PNP0c04: adding io range 0xf0-0xff, size=0x10, align=0x1
PNP0c04: adding irq mask 0x2000
pnpbios: handle 7 device ID PNP0c04 (040cd041)
PNP0800: adding io range 0x61-0x61, size=0x1, align=0x1
pnpbios: handle 8 device ID PNP0800 (0008d041)
PNP0a03: adding io range 0xcf8-0xcff, size=0x8, align=0x1
pnpbios: handle 9 device ID PNP0a03 (030ad041)
PNP0c02: adding io range 0x510-0x513, size=0x4, align=0x1
PNP0c02: adding io range 0x514-0x515, size=0x2, align=0x1
PNP0c02: adding io range 0x518-0x51b, size=0x4, align=0x1
PNP0c02: adding io range 0x520-0x521, size=0x2, align=0x1
PNP0c02: adding io range 0x524-0x529, size=0x6, align=0x1
PNP0c02: adding io range 0x538-0x53f, size=0x8, align=0x1
PNP0c02: adding io range 0x530-0x530, size=0x1, align=0x1
PNP0c02: adding io range 0x500-0x50d, size=0xe, align=0x1
PNP0c02: adding io range 0x40b-0x40b, size=0x1, align=0x1
PNP0c02: adding io range 0x4d0-0x4d1, size=0x2, align=0x1
PNP0c02: adding io range 0x4d6-0x4d6, size=0x1, align=0x1
PNP0c02: adding io range 0xc00-0xc01, size=0x2, align=0x1
PNP0c02: adding io range 0xc06-0xc08, size=0x3, align=0x1
PNP0c02: adding io range 0xc14-0xc14, size=0x1, align=0x1
PNP0c02: adding io range 0xc49-0xc4a, size=0x2, align=0x1
PNP0c02: adding io range 0xc50-0xc52, size=0x3, align=0x1
PNP0c02: adding io range 0xc6c-0xc6c, size=0x1, align=0x1
PNP0c02: adding io range 0xc6f-0xc6f, size=0x1, align=0x1
PNP0c02: adding io range 0xcd6-0xcd7, size=0x2, align=0x1
PNP0c02: adding io range 0xf50-0xf58, size=0x9, align=0x1
pnpbios: handle 10 device ID PNP0c02 (020cd041)
PNP0c02: adding fixed memory32 range 0xfec00000-0xfec0ffff, size=0x10000
PNP0c02: adding fixed memory32 range 0xfee00000-0xfee00fff, size=0x1000
pnpbios: handle 11 device ID PNP0c02 (020cd041)
PNP0c02: adding io range 0x540-0x55f, size=0x20, align=0x1
pnpbios: handle 12 device ID PNP0c02 (020cd041)
PNP0c02: adding fixed memory32 range 0xce800-0xcffff, size=0x1800
pnpbios: handle 13 device ID PNP0c02 (020cd041)
PNP0501: adding io range 0x3f8-0x3ff, size=0x8, align=0x8
PNP0501: adding irq mask 0x10
pnpbios: handle 15 device ID PNP0501 (0105d041)
PNP0501: adding io range 0x2f8-0x2ff, size=0x8, align=0x8
PNP0501: adding irq mask 0x8
pnpbios: handle 16 device ID PNP0501 (0105d041)
PNP0700: adding io range 0x3f0-0x3f5, size=0x6, align=0x8
PNP0700: adding io range 0x3f7-0x3f7, size=0x1, align=0x1
PNP0700: adding irq mask 0x40
PNP0700: adding dma mask 0x4
pnpbios: handle 17 device ID PNP0700 (0007d041)
pnpbios: handle 19 device ID PNP0400 (0004d041)
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 0xcd800-0xce7ff,0xcc000-0xcd7ff,0xc0000-0xcbfff on isa0
pmtimer0 on isa0
adv0: not probed (disabled)
aha0: not probed (disabled)
aic0: not probed (disabled)
atkbdc0: <Keyboard controller (i8042)> at port 0x64,0x60 on isa0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
atkbd: the current kbd controller command byte 0065
atkbd: keyboard ID 0x41ab (2)
kbd0 at atkbd0
kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000
psm0: current command byte:0065
psm0: failed to reset the aux device.
bt0: not probed (disabled)
cs0: not probed (disabled)
ed0: not probed (disabled)
fdc0: <Enhanced floppy controller (i82077, NE72065 or clone)> at port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
fe0: not probed (disabled)
ie0: not probed (disabled)
lnc0: not probed (disabled)
pcic0 failed to probe at port 0x3e0 iomem 0xd0000 on isa0
pcic1: 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, kbd0, terminal emulator: sc (syscons terminal)
sio0: irq maps: 0x1 0x11 0x1 0x1
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1: irq maps: 0x1 0x9 0x1 0x1
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
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:0x7007f
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 55 81 
bf 1f 00 4f 0d 0e 00 00 06 40 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 55 81 
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 55 81 
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
adv1: Invalid baseport of 0x80 specified. Nearest valid baseport is 0x100.  Failing probe.
adv1: Invalid baseport of 0x0 specified. Nearest valid baseport is 0x100.  Failing probe.
adv1: Invalid baseport of 0x40 specified. Nearest valid baseport is 0x100.  Failing probe.
adv1: Invalid baseport of 0x70 specified. Nearest valid baseport is 0x100.  Failing probe.
unknown: <PNP0303> can't assign resources (port)
unknown: <PNP0303> at port 0x60 on isa0
adv1: Invalid baseport of 0xf0 specified. Nearest valid baseport is 0x100.  Failing probe.
adv1: Invalid baseport of 0x61 specified. Nearest valid baseport is 0x100.  Failing probe.
unknown: <PNP0800> failed to probe at port 0x61 on isa0
adv1: Invalid baseport of 0xcf8 specified. Nearest valid baseport is 0x330.  Failing probe.
adv1: Invalid baseport of 0x510 specified. Nearest valid baseport is 0x330.  Failing probe.
adv1: Invalid baseport of 0x540 specified. Nearest valid baseport is 0x330.  Failing probe.
unknown: <PNP0501> can't assign resources (port)
unknown: <PNP0501> at port 0x3f8-0x3ff on isa0
unknown: <PNP0501> can't assign resources (port)
unknown: <PNP0501> at port 0x2f8-0x2ff on isa0
unknown: <PNP0700> can't assign resources (port)
unknown: <PNP0700> at port 0x3f0-0x3f5 on isa0
ppc1: parallel port not found.
unknown: <Standard parallel printer port> failed to probe on isa0
Device configuration finished.
procfs registered
Timecounter "TSC" frequency 930163681 Hz quality 800
Timecounters tick every 10.000 msec
ipfw2 initialized, divert enabled, rule-based forwarding enabled, default to accept, logging limited to 100 packets/entry by default
lo0: bpf attached
ata1: spurious interrupt - status=0x00 error=0x04
ata0-master: pio=0x0c wdma=0x22 udma=0x44 cable=80pin
ata0-master: setting PIO4 on ServerWorks ROSB4 chip
ata0-master: setting UDMA33 on ServerWorks ROSB4 chip
ad0: <ST330630A/3.21> ATA-4 disk at ata0-master
ad0: 29188MB (59777640 sectors), 59303 C, 16 H, 63 S, 512 B
ad0: 16 secs/int, 1 depth queue, UDMA33
GEOM: new disk ad0
ar: FreeBSD check1 failed
ata1-master: pio=0x0c wdma=0x22 udma=0x42 cable=40pin
ata1-master: setting PIO4 on ServerWorks ROSB4 chip
acd0: <TOSHIBA CD-ROM XM-6702B/1007> CDROM drive at ata1 as master
acd0: read 8268KB/s (8268KB/s), 128KB buffer, PIO4
acd0: Reads: CDR, CDRW, CDDA stream
acd0: Writes:
acd0: Audio: play, 16 volume levels
acd0: Mechanism: ejectable tray, unlocked
acd0: Medium: no/blank disc
[0] f:80 typ:165 s(CHS):0/1/1 e(CHS):1023/239/63 s:63 l:59769297
[1] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0
[2] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0
[3] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0
GEOM: Configure ad0s1, start 32256 length 30601880064 end 30601912319
GEOM: Configure ad0a, start 0 length 67092480 end 67092479
GEOM: Configure ad0b, start 67092480 length 268369920 end 335462399
GEOM: Configure ad0c, start 0 length 30606151680 end 30606151679
GEOM: Configure ad0h, start 335462400 length 30270578688 end 30606041087
GEOM: Configure ad0s1a, start 0 length 30408704000 end 30408703999
GEOM: Configure ad0s1b, start 30408704000 length 193176064 end 30601880063
GEOM: Configure ad0s1c, start 0 length 30601880064 end 30601880063
Mounting root from ufs:/dev/ad0s1a
start_init: trying /sbin/init
Loading configuration files.
Entropy harvesting:
 interrupts
 ethernet
 point_to_point
.
swapon: adding /dev/ad0s1b as swap device
Starting file system checks:
/dev/ad0s1a: FILE SYSTEM CLEAN; SKIPPING CHECKS
/dev/ad0s1a: clean, 6232615 free (130159 frags, 762807 blocks, 0.9% fragmentation)
Setting hostname: adkinson245.f5net.com.
fxp0: Microcode loaded, int_delay: 1000 usec  bundle_max: 0
fxp0: Microcode loaded, int_delay: 1000 usec  bundle_max: 0
fxp1: Microcode loaded, int_delay: 1000 usec  bundle_max: 6
fxp1: Microcode loaded, int_delay: 1000 usec  bundle_max: 6
fxp2: Microcode loaded, int_delay: 1000 usec  bundle_max: 6
fxp2: Microcode loaded, int_delay: 1000 usec  bundle_max: 6
fxp3: Microcode loaded, int_delay: 1000 usec  bundle_max: 6
fxp3: Microcode loaded, int_delay: 1000 usec  bundle_max: 6
fxp0: flags=9843<UP,BROADCAST,RUNNING,SIMPLEX,LINK0,MULTICAST> mtu 1500
	inet 192.168.101.245 netmask 0xffffff00 broadcast 192.168.101.255
	inet6 fe80::2a0:c9ff:fe8d:e951%fxp0 prefixlen 64 tentative scopeid 0x1 
	ether 00:a0:c9:8d:e9:51
	media: Ethernet autoselect (10baseT/UTP)
	status: active
fxp1: flags=9843<UP,BROADCAST,RUNNING,SIMPLEX,LINK0,MULTICAST> mtu 1500
	inet 172.16.15.254 netmask 0xfffff000 broadcast 172.16.15.255
	inet6 fe80::2d0:b7ff:fe6b:f592%fxp1 prefixlen 64 tentative scopeid 0x2 
	ether 00:d0:b7:6b:f5:92
	media: Ethernet autoselect (100baseTX <full-duplex>)
	status: active
fxp2: flags=9843<UP,BROADCAST,RUNNING,SIMPLEX,LINK0,MULTICAST> mtu 1500
	inet 172.16.255.254 netmask 0xfffff000 broadcast 172.16.255.255
	inet6 fe80::2d0:b7ff:fe4c:b301%fxp2 prefixlen 64 tentative scopeid 0x3 
	ether 00:d0:b7:4c:b3:01
	media: Ethernet autoselect (100baseTX <full-duplex>)
	status: active
fxp3: flags=9843<UP,BROADCAST,RUNNING,SIMPLEX,LINK0,MULTICAST> mtu 1500
	inet 172.16.31.254 netmask 0xfffff000 broadcast 172.16.31.255
	inet6 fe80::2e0:81ff:fe00:f6bf%fxp3 prefixlen 64 tentative scopeid 0x4 
	ether 00:e0:81:00:f6:bf
	media: Ethernet autoselect (100baseTX <full-duplex>)
	status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
	inet 127.0.0.1 netmask 0xff000000 
	inet6 ::1 prefixlen 128 
	inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5 
Flushed all rules.
00050 divert 8668 ip from any to any via fxp0
00100 allow ip from any to any via lo0
00200 deny ip from any to 127.0.0.0/8
00300 deny ip from 127.0.0.0/8 to any
65000 allow ip from any to any
Firewall rules loaded, starting divert daemons:
 natd
.
net.inet.ip.fw.enable: 
1
 -> 
1

add net default: gateway 192.168.101.254
Additional routing options:
 IP gateway=YES
.
add net ::ffff:0.0.0.0: gateway ::1
add net ::0.0.0.0: gateway ::1
net.inet6.ip6.forwarding: 
0
 -> 
1

net.inet6.ip6.accept_rtadv: 
0
 -> 
0

fxp0: Microcode loaded, int_delay: 1000 usec  bundle_max: 0
fxp1: Microcode loaded, int_delay: 1000 usec  bundle_max: 6
fxp3: Microcode loaded, int_delay: 1000 usec  bundle_max: 6
fxp0: flags=9843<UP,BROADCAST,RUNNING,SIMPLEX,LINK0,MULTICAST> mtu 1500
	inet6 fe80::2a0:c9ff:fe8d:e951%fxp0 prefixlen 64 scopeid 0x1 
	inet6 3ffe:501:ffff:99:2a0:c9ff:fe8d:e951 prefixlen 64 tentative 
	inet6 3ffe:501:ffff:99:: prefixlen 64 anycast 
fxp1: flags=9843<UP,BROADCAST,RUNNING,SIMPLEX,LINK0,MULTICAST> mtu 1500
	inet6 fe80::2d0:b7ff:fe6b:f592%fxp1 prefixlen 64 scopeid 0x2 
	inet6 3ffe:501:ffff:100:2d0:b7ff:fe6b:f592 prefixlen 64 tentative 
	inet6 3ffe:501:ffff:100:: prefixlen 64 anycast 
fxp3: flags=9843<UP,BROADCAST,RUNNING,SIMPLEX,LINK0,MULTICAST> mtu 1500
	inet6 fe80::2e0:81ff:fe00:f6bf%fxp3 prefixlen 64 scopeid 0x4 
	inet6 3ffe:501:ffff:101:2e0:81ff:fe00:f6bf prefixlen 64 tentative 
	inet6 3ffe:501:ffff:101:: prefixlen 64 anycast 
add net fe80::: gateway ::1
add net ff02::: gateway ::1
IPv4 mapped IPv6 address support=NO
hw.bus.devctl_disable: 
0
 -> 
1

Mounting NFS file systems:
Mar 29 07:10:23 natd[225]: Aliasing to 192.168.101.245, mtu 1500 bytes
.
Starting syslogd.
Mar 29 07:11:06 adkinson245 syslogd: kernel boot file is /boot/kernel/kernel
Generating host.conf.
NFS access cache time=2
ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/local/lib
a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout /usr/X11R6/lib/aout
Starting rpcbind.
Starting mountd.
Starting nfsd.
Starting usbd.
Starting local daemons:
.
Updating motd
.
Starting ntpd.
Starting rtadvd.
Starting rwhod.
Configuring syscons:
 blanktime
.
Starting sshd.
Initial i386 initialization:
.
Additional ABI support:
 linux
Linux ELF exec handler installed
.
Starting cron.
Local package initialization:
cups: started scheduler.
Mar 29 07:11:12 Privoxy(134701056) Info: loading configuration file '/usr/local/etc/privoxy/config':
 privoxy
Starting SAMBA: removing stale tdbs :
/var/spool/samba/connections.tdb
/var/spool/samba/locking.tdb
/var/spool/samba/messages.tdb
/var/spool/samba/sessionid.tdb
/var/spool/samba/unexpected.tdb
/var/spool/samba/brlock.tdb
Starting nmbd.
Starting smbd.
.
Additional TCP options:
.
Starting inetd.
Starting background file system checks in 60 seconds.

Mon Mar 29 07:11:14 PST 2004
Mar 29 07:11:20 adkinson245 login: ROOT LOGIN (root) ON ttyv0

--nextPart6004112.iZj3FCEBGW--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c49g08$lf0$1>