Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 May 2005 22:48:03 -0500
From:      Kirk Strauser <kirk@strauser.com>
To:        John Baldwin <jhb@FreeBSD.org>, "M. Warner Losh" <imp@bsdimp.com>
Cc:        freebsd-stable@FreeBSD.org
Subject:   Re: wi0 is always status: no carrier
Message-ID:  <200505272248.08196.kirk@strauser.com>
In-Reply-To: <200505271548.42926.jhb@FreeBSD.org>
References:  <200505122236.14490.kirk@strauser.com> <200505221724.05548.kirk@strauser.com> <200505271548.42926.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart2256973.8XievNnJOg
Content-Type: multipart/mixed;
  boundary="Boundary-01=_0n+lC7UIFOJywNl"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

--Boundary-01=_0n+lC7UIFOJywNl
Content-Type: text/plain;
  charset="iso-8859-6"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On Friday 27 May 2005 02:48 pm, you wrote:

> The patch should change the IRQ numbers and also print out a line about h=
ow
> it is trusting your BIOS over the $PIR, so I think you didn't backport the
> patch correctly or boot the patched kernel somehow.

Here's what I did:

1) Install 5.4 to an empty drive.

2) Create a minimal /boot/loader.conf:

  hw.ata.ata_dma=3D"0"
  hw.ata.atapi_dma=3D"0"
  hw.cbb.start_memory=3D"0xd8000"
  boot_verbose=3D"YES"

because FreeBSD picks the wrong DMA mode for my drive, and following Warner=
's=20
advice to use the right memory segment for the PCMCIA card.

3) Cold reboot, boot into GENERIC, and capture dmesg1 (attached).

4) Get http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/pci/pci_pir.c=20
(version 1.117 2005/04/14 18:25:09 jhb, md5 12c65b66c81266694bf2a87dc36cae6=
e)=20
and move it onto the laptop.

5) cd /usr/src/sys/i386/pci; rm pci_pir.c; cp /tmp/pci_pir.c . (the one fro=
m=20
step 4 above)

6) cd /usr/src/sys/i386/conf; cp GENERIC WOOZLE

7) cd /usr/src; make buildkernel KERNCONF=3DWOOZLE; make installkernel=20
KERNCONF=3DWOOZLE

8) Cold reboot into the new kernel and capture dmesg2 (attached).

The two kernels are different sizes (5896397 for GENERIC and 5896729 for=20
WOOZLE), and I can't imagine how the old pci_pir.c would be in there (since=
 I=20
explicitly deleted it from the drive before compiling the new kernel), yet=
=20
the dmesgs really are almost identical:

$ diff -u dmesg1 dmesg2
=2D-- dmesg1      Fri May 27 22:03:56 2005
+++ dmesg2      Fri May 27 22:39:45 2005
@@ -1,13 +1,13 @@
 Copyright (c) 1992-2005 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.
=2DFreeBSD 5.4-RELEASE #0: Sun May  8 10:21:06 UTC 2005
=2D    root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
+FreeBSD 5.4-RELEASE #0: Fri May 27 22:32:39 CDT 2005
+    root@:/usr/obj/usr/src/sys/WOOZLE
 Preloaded elf kernel "/boot/kernel/kernel" at 0xc09df000.
=2DCalibrating clock(s) ... i8254 clock: 1193114 Hz
+Calibrating clock(s) ... i8254 clock: 1193115 Hz
 CLK_USE_I8254_CALIBRATION not specified - using default frequency
 Timecounter "i8254" frequency 1193182 Hz quality 0
=2DCalibrating TSC clock ... TSC clock: 334093721 Hz
+Calibrating TSC clock ... TSC clock: 334093741 Hz
 CPU: AMD-K6(tm) 3D+ Processor (334.09-MHz 586-class CPU)
   Origin =3D "AuthenticAMD"  Id =3D 0x591  Stepping =3D 1
   Features=3D0x8021bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,PGE,MMX>
@@ -415,7 +415,7 @@
 unknown: <PNP0501> at port 0x2f8-0x2ff on isa0
 Device configuration finished.
 procfs registered
=2DTimecounter "TSC" frequency 334093721 Hz quality 800
+Timecounter "TSC" frequency 334093741 Hz quality 800
 Timecounters tick every 10.000 msec
 lo0: bpf attached
 ata0-master: pio=3D0x0c wdma=3D0x22 udma=3D0x44 cable=3D80pin

Any other ideas of what I might try?  The draw of the Gentoo is strengtheni=
ng,=20
but I really don't want to go that route.
=2D-=20
Kirk Strauser

--Boundary-01=_0n+lC7UIFOJywNl
Content-Type: text/plain;
  charset="iso-8859-6";
  name="dmesg1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="dmesg1"

Copyright (c) 1992-2005 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.
=46reeBSD 5.4-RELEASE #0: Sun May  8 10:21:06 UTC 2005
    root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
Preloaded elf kernel "/boot/kernel/kernel" at 0xc09df000.
Calibrating clock(s) ... i8254 clock: 1193114 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254" frequency 1193182 Hz quality 0
Calibrating TSC clock ... TSC clock: 334093721 Hz
CPU: AMD-K6(tm) 3D+ Processor (334.09-MHz 586-class CPU)
  Origin =3D "AuthenticAMD"  Id =3D 0x591  Stepping =3D 1
  Features=3D0x8021bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,PGE,MMX>
  AMD Features=3D0x80000800<SYSCALL,3DNow!>
Data TLB: 128 entries, 2-way associative
Instruction TLB: 64 entries, 1-way associative
L1 data cache: 32 kbytes, 32 bytes/line, 2 lines/tag, 2-way associative
L1 instruction cache: 32 kbytes, 32 bytes/line, 2 lines/tag, 2-way associat=
ive
L2 internal cache: 256 kbytes, 32 bytes/line, 2 lines/tag, 4-way associative
Write Allocate Disable
real memory  =3D 402653184 (384 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages)
0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages)
0x0000000000c25000 - 0x000000001790ffff, 382644224 bytes (93419 pages)
avail memory =3D 384335872 (366 MB)
bios32: Found BIOS32 Service Directory header at 0xc00fa700
bios32: Entry =3D 0xfab80 (c00fab80)  Rev =3D 0  Len =3D 1
pcibios: PCI BIOS entry at 0xf0000+0xabb0
pnpbios: Found PnP BIOS data at 0xc00fb720
pnpbios: Entry =3D f0000:b748  Rev =3D 1.0
Other BIOS signatures found:
wlan: <802.11 Link Layer>
mem: <memory>
K6-family MTRR support enabled (2 registers)
null: <null device, zero device>
random: <entropy source, Software, Yarrow>
io: <I/O>
npx0: [FAST]
npx0: <math processor> on motherboard
npx0: INT 16 interface
cpu0 on motherboard
pci_open(1):	mode 1 addr port (0x0cf8) is 0x80000848
pci_open(1a):	mode1res=3D0x80000000 (0x80000000)
pci_cfgcheck:	device 0 [class=3D060000] [hdr=3D00] is there (id=3Dc7011045)
pcibios: BIOS version 2.10
=46ound $PIR table, 4 entries at 0xc00fd890
PCI-Only Interrupts: 11
Location  Bus Device Pin  Link  IRQs
embedded    0    4    A   0x02  9
embedded    0    7    A   0x22  10
embedded    0    7    B   0x22  10
embedded    0    7    C   0x22  10
embedded    0    7    D   0x22  10
pcib0: <OPTi 82C700 host to PCI bridge> pcibus 0 on motherboard
pir0: <PCI Interrupt Routing Table: 4 Entries> on motherboard
$PIR: Links after initial probe:
Link  IRQ  Rtd  Ref  IRQs
 0x2  255   N     1  9
0x22  255   N     4  10
$PIR: Found matching pin for 0.7.INTA at func 0: 11
$PIR: BIOS IRQ 11 for 0.7.INTA is not valid for link 0x22
$PIR: Found matching pin for 0.7.INTB at func 1: 11
$PIR: BIOS IRQ 11 for 0.7.INTB is not valid for link 0x22
$PIR: Links after initial IRQ discovery:
Link  IRQ  Rtd  Ref  IRQs
 0x2    9   N     1  9
0x22   10   N     4  10
$PIR: IRQs used by BIOS: 9 10
$PIR: Interrupt Weights:
[    0   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15 ]
[    0   0   0   0   0   0   0   0   0   1   4   0   0   0   0   0 ]
pci0: <PCI bus> on pcib0
pci0: physical bus=3D0
found->	vendor=3D0x1045, dev=3D0xc701, revid=3D0x32
	bus=3D0, slot=3D0, func=3D0
	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0007, statreg=3D0x0280, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
found->	vendor=3D0x1045, dev=3D0xc700, revid=3D0x31
	bus=3D0, slot=3D1, func=3D0
	class=3D06-01-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0007, statreg=3D0x0280, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	map[10]: type 3, range 32, base e0000000, size 24, enabled
	map[14]: type 1, range 32, base e1000000, size 21, enabled
	map[18]: type 1, range 32, base e1200000, size 20, enabled
found->	vendor=3D0x10c8, dev=3D0x0004, revid=3D0x01
	bus=3D0, slot=3D6, func=3D0
	class=3D03-00-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0007, statreg=3D0x0280, cachelnsz=3D0 (dwords)
	lattimer=3D0x40 (1920 ns), mingnt=3D0x10 (4000 ns), maxlat=3D0xff (63750 n=
s)
	intpin=3Da, irq=3D255
	map[10]: type 1, range 32, base 00000000, size 12, enabled
$PIR: 0:7 INTA routed to irq 10
found->	vendor=3D0x1217, dev=3D0x6836, revid=3D0x62
	bus=3D0, slot=3D7, func=3D0
	class=3D06-07-00, hdrtype=3D0x02, mfdev=3D1
	cmdreg=3D0x0007, statreg=3D0x0410, cachelnsz=3D0 (dwords)
	lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	intpin=3Da, irq=3D10
	powerspec 1  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base 00000000, size 12, enabled
$PIR: 0:7 INTB routed to irq 10
found->	vendor=3D0x1217, dev=3D0x6836, revid=3D0x62
	bus=3D0, slot=3D7, func=3D1
	class=3D06-07-00, hdrtype=3D0x02, mfdev=3D1
	cmdreg=3D0x0007, statreg=3D0x0410, cachelnsz=3D0 (dwords)
	lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	intpin=3Db, irq=3D10
	powerspec 1  supports D0 D1 D2 D3  current D0
	map[20]: type 4, range 32, base 0000f000, size  4, enabled
found->	vendor=3D0x1045, dev=3D0xd568, revid=3D0x30
	bus=3D0, slot=3D20, func=3D0
	class=3D01-01-8a, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0005, statreg=3D0x0280, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
isab0: <PCI-ISA bridge> at device 1.0 on pci0
isa0: <ISA bus> on isab0
pci0: <display, VGA> at device 6.0 (no driver attached)
cbb0: <O2Micro OZ6836/6860 PCI-CardBus Bridge> irq 10 at device 7.0 on pci0
cbb0: Lazy allocation of 0x1000 bytes rid 0x10 type 3 at 0x80000000
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
cbb0: [MPSAFE]
cbb0: PCI Configuration space:
  0x00: 0x68361217 0x04100007 0x06070062 0x00824000=20
  0x10: 0x80000000 0x020000a0 0x20030200 0xfffff000=20
  0x20: 0x00000000 0xfffff000 0x00000000 0x0000fffd=20
  0x30: 0x00000001 0x0000fffd 0x00000001 0x0400010a=20
  0x40: 0x68360983 0x00000001 0x00000000 0x00000000=20
  0x50: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0x60: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0x70: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0x80: 0x00000007 0x00000000 0x00000000 0x00000000=20
  0x90: 0x0c013b3f 0x00000388 0x00000000 0x00000000=20
  0xa0: 0x76010001 0x00c04000 0x00000000 0x00000000=20
  0xb0: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0xc0: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0xd0: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0xe0: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0xf0: 0x00000000 0x00000000 0x00000000 0x00000000=20
cbb1: <O2Micro OZ6836/6860 PCI-CardBus Bridge> irq 10 at device 7.1 on pci0
cbb1: Lazy allocation of 0x1000 bytes rid 0x10 type 3 at 0x80001000
cardbus1: <CardBus bus> on cbb1
pccard1: <16-bit PCCard bus> on cbb1
cbb1: [MPSAFE]
cbb1: PCI Configuration space:
  0x00: 0x68361217 0x04100007 0x06070062 0x00824000=20
  0x10: 0x80001000 0x020000a0 0x20050400 0xfffff000=20
  0x20: 0x00000000 0xfffff000 0x00000000 0x0000fffd=20
  0x30: 0x00000001 0x0000fffd 0x00000001 0x0400020a=20
  0x40: 0x68360983 0x00000001 0x00000000 0x00000000=20
  0x50: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0x60: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0x70: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0x80: 0x00000007 0x00000000 0x00000000 0x00000000=20
  0x90: 0x0c013b3f 0x00000388 0x00000000 0x00000000=20
  0xa0: 0x76010001 0x00c04000 0x00000000 0x00000000=20
  0xb0: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0xc0: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0xd0: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0xe0: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0xf0: 0x00000000 0x00000000 0x00000000 0x00000000=20
atapci0: <GENERIC ATA controller> port 0xf000-0xf00f,0x376,0x170-0x177,0x3f=
6,0x1f0-0x1f7 at device 20.0 on pci0
atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xf000
ata0: 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=3D03 ostat0=3D50 ostat1=3D00
ata0-master: stat=3D0xd0 err=3D0xd0 lsb=3D0xd0 msb=3D0xd0
ata0-master: stat=3D0xd0 err=3D0xd0 lsb=3D0xd2 msb=3D0xd0
ata0-master: stat=3D0xd0 err=3D0xd0 lsb=3D0xd0 msb=3D0xd0
ata0-master: stat=3D0xd0 err=3D0xd0 lsb=3D0xd0 msb=3D0xd0
ata0-master: stat=3D0xd0 err=3D0xd0 lsb=3D0xd0 msb=3D0xd0
ata0-master: stat=3D0xd0 err=3D0xd0 lsb=3D0xd0 msb=3D0xd0
ata0-master: stat=3D0x50 err=3D0x01 lsb=3D0x00 msb=3D0x00
ata0-slave:  stat=3D0x00 err=3D0x01 lsb=3D0x00 msb=3D0x00
ata0: reset tp2 stat0=3D50 stat1=3D00 devices=3D0x1<ATA_MASTER>
ata0: [MPSAFE]
ata1: 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=3D03 ostat0=3D50 ostat1=3D01
ata1-master: stat=3D0x00 err=3D0x01 lsb=3D0x14 msb=3D0xeb
ata1-slave:  stat=3D0x00 err=3D0x01 lsb=3D0x14 msb=3D0xeb
ata1: reset tp2 stat0=3D00 stat1=3D00 devices=3D0xc<ATAPI_SLAVE,ATAPI_MASTE=
R>
ata1: [MPSAFE]
ata: ata0 already exists; skipping it
ata: ata1 already exists; skipping it
Trying Read_Port at 203
ESS0006: adding io range 0x800-0xfff, size=3D0x8, align=3D0x8
ESS1869: start dependent (0)
ESS1869: adding dma mask 0x2
ESS1869: adding dma mask 0x9
ESS1869: adding irq mask 0x20
ESS1869: adding io range 0x220-0x22f, size=3D0x10, align=3D0
ESS1869: adding io range 0x388-0x38b, size=3D0x4, align=3D0
ESS1869: adding io range 0x330-0x331, size=3D0x2, align=3D0
ESS1869: start dependent (1)
ESS1869: adding dma mask 0x2
ESS1869: adding dma mask 0x9
ESS1869: adding irq mask 0x6a0
ESS1869: adding io range 0x220-0x24f, size=3D0x10, align=3D0x20
ESS1869: adding io range 0x388-0x38b, size=3D0x4, align=3D0
ESS1869: adding io range 0x300-0x331, size=3D0x2, align=3D0x30
ESS1869: start dependent (1)
ESS1869: adding dma mask 0xb
ESS1869: adding dma mask 0xb
ESS1869: adding irq mask 0x1ea0
ESS1869: adding io range 0x220-0x28f, size=3D0x10, align=3D0x20
ESS1869: adding io range 0x388-0x38b, size=3D0x4, align=3D0
ESS1869: adding io range 0x300-0x331, size=3D0x2, align=3D0x30
ESS1869: start dependent (1)
ESS1869: adding dma mask 0xb
ESS1869: adding dma mask 0xb
ESS1869: adding irq mask 0x1ea0
ESS1869: adding io range 0x220-0x28f, size=3D0x10, align=3D0x20
ESS1869: adding io range 0x388-0x38b, size=3D0x4, align=3D0
ESS1869: adding io range 0x800-0xfff, size=3D0x2, align=3D0x2
ESS1869: start dependent (2)
ESS1869: adding dma mask 0xb
ESS1869: adding dma mask 0xb
ESS1869: adding irq mask 0x1ea0
ESS1869: adding io range 0x220-0x28f, size=3D0x10, align=3D0x20
ESS1869: adding io range 0x800-0xfff, size=3D0x4, align=3D0x4
ESS1869: adding io range 0x800-0xfff, size=3D0x2, align=3D0x2
ESS1869: end dependent
ESS0001: start dependent (0)
ESS0001: adding io range 0x201-0x201, size=3D0x1, align=3D0
ESS0001: start dependent (1)
ESS0001: adding io range 0x200-0x20f, size=3D0x1, align=3D0x1
ESS0001: end dependent
ex_isa_identify()
pnpbios: 19 devices, largest 164 bytes
PNP0200: adding dma mask 0x10
PNP0200: adding io range 0-0xf, size=3D0x10, align=3D0
PNP0200: adding io range 0x81-0x83, size=3D0x3, align=3D0
PNP0200: adding io range 0x87-0x87, size=3D0x1, align=3D0
PNP0200: adding io range 0x89-0x8b, size=3D0x3, align=3D0
PNP0200: adding io range 0x8f-0x91, size=3D0x3, align=3D0
PNP0200: adding io range 0xc0-0xdf, size=3D0x20, align=3D0
pnpbios: handle 1 device ID PNP0200 (0002d041)
PNP0100: adding irq mask 0x1
PNP0100: adding io range 0x40-0x43, size=3D0x4, align=3D0
pnpbios: handle 2 device ID PNP0100 (0001d041)
PNP0b00: adding irq mask 0x100
PNP0b00: adding io range 0x70-0x71, size=3D0x2, align=3D0
pnpbios: handle 3 device ID PNP0b00 (000bd041)
PNP0303: adding irq mask 0x2
PNP0303: adding io range 0x60-0x60, size=3D0x1, align=3D0
PNP0303: adding io range 0x64-0x64, size=3D0x1, align=3D0
pnpbios: handle 4 device ID PNP0303 (0303d041)
PNP0800: adding io range 0x61-0x61, size=3D0x1, align=3D0
pnpbios: handle 5 device ID PNP0800 (0008d041)
PNP0c04: adding irq mask 0x2000
PNP0c04: adding io range 0xf0-0xff, size=3D0x10, align=3D0
pnpbios: handle 6 device ID PNP0c04 (040cd041)
PNP0c01: adding fixed memory32 range 0-0x9ffff, size=3D0xa0000
PNP0c01: adding fixed memory32 range 0xfffe0000-0xffffffff, size=3D0x20000
PNP0c01: adding fixed memory32 range 0x100000-0x17ffffff, size=3D0x17f00000
pnpbios: handle 7 device ID PNP0c01 (010cd041)
PNP0c02: adding fixed memory32 range 0xf0000-0xf3fff, size=3D0x4000
PNP0c02: adding fixed memory32 range 0xf4000-0xf7fff, size=3D0x4000
PNP0c02: adding fixed memory32 range 0xf8000-0xfffff, size=3D0x8000
PNP0c02: adding fixed memory32 range 0xca000-0xcbfff, size=3D0x2000
pnpbios: handle 8 device ID PNP0c02 (020cd041)
PNP0a03: adding io range 0x4d0-0x4d1, size=3D0x2, align=3D0
PNP0a03: adding io range 0xcf8-0xcff, size=3D0x8, align=3D0
PNP0a03: adding io range 0x480-0x48f, size=3D0x10, align=3D0
pnpbios: handle 9 device ID PNP0a03 (030ad041)
PNP0f13: adding irq mask 0x1000
pnpbios: handle 10 device ID PNP0f13 (130fd041)
PNP0c02: adding io range 0x208-0x20f, size=3D0x8, align=3D0
pnpbios: handle 11 device ID PNP0c02 (020cd041)
PNP0e03: adding fixed io range 0x3e0-0x3e1, size=3D0x2, align=3D0x1
pnpbios: handle 12 device ID PNP0e03 (030ed041)
PNP0c02: adding io range 0x40b-0x40b, size=3D0x1, align=3D0
PNP0c02: adding io range 0x4d6-0x4d6, size=3D0x1, align=3D0
pnpbios: handle 13 device ID PNP0c02 (020cd041)
PNP0c02: adding io range 0x398-0x399, size=3D0x2, align=3D0
pnpbios: handle 14 device ID PNP0c02 (020cd041)
PNP0501: adding irq mask 0x10
PNP0501: adding io range 0x3f8-0x3ff, size=3D0x8, align=3D0
pnpbios: handle 15 device ID PNP0501 (0105d041)
PNP0700: adding dma mask 0x4
PNP0700: adding io range 0x3f2-0x3f5, size=3D0x4, align=3D0
PNP0700: adding irq mask 0x40
pnpbios: handle 16 device ID PNP0700 (0007d041)
PNP0401: adding dma mask 0x8
PNP0401: adding io range 0x378-0x37f, size=3D0x8, align=3D0
PNP0401: adding io range 0x778-0x77b, size=3D0x4, align=3D0
PNP0401: adding irq mask 0x80
pnpbios: handle 17 device ID PNP0401 (0104d041)
PNP0501: adding irq mask 0x8
PNP0501: adding io range 0x2f8-0x2ff, size=3D0x8, align=3D0
pnpbios: handle 18 device ID PNP0501 (0105d041)
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
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: <ISA Option ROM> at iomem 0xc0000-0xc9fff 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> 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
atkbd0: [GIANT-LOCKED]
psm0: current command byte:0047
psm0: <PS/2 Mouse> irq 12 on atkbdc0
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
bt0: not probed (disabled)
cs0: not probed (disabled)
ed0: not probed (disabled)
fdc0: ic_type 90 part_id 73
fdc0: <Enhanced floppy controller> at port 0x3f0-0x3f5 irq 6 drq 2 on isa0
fdc0: ic_type 90 part_id 73
fdc0: [MPSAFE]
fdc0: [FAST]
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 found at 0x378
ppc0: using extended I/O port range
ppc0: ECP SPP SPP
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
ppbus0: <Parallel port bus> on ppc0
plip0: <PLIP network interface> on ppbus0
plip0: bpf attached
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=3D0x300>
sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
sio0: irq maps: 0x21 0x31 0x21 0x21
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1: irq maps: 0x21 0x29 0x21 0x21
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=20
bf 1f 00 4f 0e 0f 00 00 07 80 9c 8e 8f 28 1f 96=20
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c=20
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff=20
VGA parameters in BIOS for mode 24
50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81=20
bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96=20
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c=20
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff=20
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=20
bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96=20
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c=20
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff=20
vt0: not probed (disabled)
isa_probe_children: probing PnP devices
adv1: Invalid baseport of 0x800 specified. Nearest valid baseport is 0x330.=
  Failing probe.
unknown: <ESS ES1869 Plug and Play AudioDrive> failed to probe at port 0x80=
0-0x807 on isa0
adv1: Invalid baseport of 0x220 specified. Nearest valid baseport is 0x230.=
  Failing probe.
unknown: <ESS ES1869 Plug and Play AudioDrive> failed to probe at port 0x33=
0-0x331,0x388-0x38b,0x220-0x22f irq 5 drq 0,1 on isa0
adv1: Invalid baseport of 0x201 specified. Nearest valid baseport is 0x210.=
  Failing probe.
unknown: <ESS ES1869 Plug and Play AudioDrive> failed to probe at port 0x20=
1 on isa0
adv1: Invalid baseport of 0x0 specified. Nearest valid baseport is 0x100.  =
=46ailing 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 0x61 specified. Nearest valid baseport is 0x100. =
 Failing probe.
unknown: <PNP0800> failed to probe at port 0x61 on isa0
adv1: Invalid baseport of 0xf0 specified. Nearest valid baseport is 0x100. =
 Failing probe.
adv1: Invalid baseport of 0x4d0 specified. Nearest valid baseport is 0x330.=
  Failing probe.
unknown: <PNP0f13> can't assign resources (irq)
unknown: <PNP0f13> at irq 12 on isa0
adv1: Invalid baseport of 0x208 specified. Nearest valid baseport is 0x210.=
  Failing probe.
adv1: Invalid baseport of 0x3e0 specified. Nearest valid baseport is 0x330.=
  Failing probe.
unknown: <AT PCMCIA> failed to probe at port 0x3e0-0x3e1 on isa0
adv1: Invalid baseport of 0x40b specified. Nearest valid baseport is 0x330.=
  Failing probe.
adv1: Invalid baseport of 0x398 specified. Nearest valid baseport is 0x330.=
  Failing probe.
unknown: <PNP0501> can't assign resources (port)
unknown: <PNP0501> at port 0x3f8-0x3ff on isa0
unknown: <PNP0700> can't assign resources (port)
unknown: <PNP0700> at port 0x3f2-0x3f5 on isa0
unknown: <PNP0401> can't assign resources (port)
unknown: <PNP0401> at port 0x378-0x37f on isa0
unknown: <PNP0501> can't assign resources (port)
unknown: <PNP0501> at port 0x2f8-0x2ff on isa0
Device configuration finished.
procfs registered
Timecounter "TSC" frequency 334093721 Hz quality 800
Timecounters tick every 10.000 msec
lo0: bpf attached
ata0-master: pio=3D0x0c wdma=3D0x22 udma=3D0x44 cable=3D80pin
ad0: <HITACHI DK23BA-10/00E2A0A0> ATA-5 disk at ata0-master
ad0: 9590MB (19640880 sectors), 19485 C, 16 H, 63 S, 512 B
ad0: 16 secs/int, 1 depth queue, PIO4
ar: FreeBSD check1 failed
pccard0: CIS version PC Card Standard 5.0
pccard0: CIS info: Microsoft, Wireless Notebook Adapter MN-520, , 1.0.3
pccard0: Manufacturer code 0x2d2, product 0x1
pccard0: function 0: network adapter, ccr addr 3e0 mask 1
pccard0: function 0, config table entry 1: I/O card; irq mask ffff; iomask =
6, iospace 0-3f; io16 irqpulse irqlevel
wi0: <Microsoft Wireless Notebook Adapter MN-520> at port 0x100-0x13f irq 1=
0 function 0 config 1 on pccard0
wi0: [MPSAFE]
wi0: using RF:PRISM2.5 MAC:ISL3873
wi0: Intersil Firmware: Primary (1.1.0), Station (1.4.9)
wi0: bpf attached
wi0: Ethernet address: 00:50:f2:77:c7:c2
wi0: bpf attached
wi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
wi0: bpf attached
GEOM: new disk ad0
[0] f:80 typ:165 s(CHS):0/1/1 e(CHS):1023/15/63 s:63 l:19640817
[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 10056098304 end 10056130559
[0] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0
[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:80 typ:165 s(CHS):0/0/1 e(CHS):1023/254/63 s:0 l:50000
GEOM: Configure ad0s1a, start 0 length 268435456 end 268435455
GEOM: Configure ad0s1b, start 268435456 length 779034624 end 1047470079
GEOM: Configure ad0s1c, start 0 length 10056098304 end 10056098303
GEOM: Configure ad0s1d, start 1047470080 length 268435456 end 1315905535
GEOM: Configure ad0s1e, start 1315905536 length 268435456 end 1584340991
GEOM: Configure ad0s1f, start 1584340992 length 8471757312 end 10056098303
[0] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0
[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:80 typ:165 s(CHS):0/0/1 e(CHS):1023/254/63 s:0 l:50000
[0] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0
[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:80 typ:165 s(CHS):0/0/1 e(CHS):1023/254/63 s:0 l:50000
ata1: reiniting channel ..
ata1: reset tp1 mask=3D03 ostat0=3D00 ostat1=3D01
ata1-master: stat=3D0x00 err=3D0x01 lsb=3D0x14 msb=3D0xeb
ata1-slave:  stat=3D0x00 err=3D0x01 lsb=3D0x14 msb=3D0xeb
ata1: reset tp2 stat0=3D00 stat1=3D00 devices=3D0xc<ATAPI_SLAVE,ATAPI_MASTE=
R>
ata1: resetting done ..
ata1: reiniting channel ..
ata1-slave: FAILURE - ATAPI_IDENTIFY timed out
ata1: reiniting channel ..
ata1-slave: FAILURE - ATAPI_IDENTIFY timed out
ata1-master: pio=3D0x0c wdma=3D0x22 udma=3D0xffffffff cable=3D40pin
ata1: device config done ..
ata1-slave: FAILURE - ATAPI_IDENTIFY timed out
ata1-master: pio=3D0x0c wdma=3D0x22 udma=3D0xffffffff cable=3D40pin
acd0: <UJDA150/1.02> CDROM drive at ata1 as master
acd0: read 4134KB/s (4134KB/s), 128KB buffer, PIO4
acd0: Reads: CDR, CDRW, CDDA
acd0: Writes:
acd0: Audio: play, 256 volume levels
acd0: Mechanism: ejectable tray, unlocked
acd0: Medium: no/blank disc
Mounting root from ufs:/dev/ad0s1a
start_init: trying /sbin/init

--Boundary-01=_0n+lC7UIFOJywNl
Content-Type: text/plain;
  charset="iso-8859-6";
  name="dmesg2"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="dmesg2"

Copyright (c) 1992-2005 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.
=46reeBSD 5.4-RELEASE #0: Fri May 27 22:32:39 CDT 2005
    root@:/usr/obj/usr/src/sys/WOOZLE
Preloaded elf kernel "/boot/kernel/kernel" at 0xc09df000.
Calibrating clock(s) ... i8254 clock: 1193115 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254" frequency 1193182 Hz quality 0
Calibrating TSC clock ... TSC clock: 334093741 Hz
CPU: AMD-K6(tm) 3D+ Processor (334.09-MHz 586-class CPU)
  Origin =3D "AuthenticAMD"  Id =3D 0x591  Stepping =3D 1
  Features=3D0x8021bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,PGE,MMX>
  AMD Features=3D0x80000800<SYSCALL,3DNow!>
Data TLB: 128 entries, 2-way associative
Instruction TLB: 64 entries, 1-way associative
L1 data cache: 32 kbytes, 32 bytes/line, 2 lines/tag, 2-way associative
L1 instruction cache: 32 kbytes, 32 bytes/line, 2 lines/tag, 2-way associat=
ive
L2 internal cache: 256 kbytes, 32 bytes/line, 2 lines/tag, 4-way associative
Write Allocate Disable
real memory  =3D 402653184 (384 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages)
0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages)
0x0000000000c25000 - 0x000000001790ffff, 382644224 bytes (93419 pages)
avail memory =3D 384335872 (366 MB)
bios32: Found BIOS32 Service Directory header at 0xc00fa700
bios32: Entry =3D 0xfab80 (c00fab80)  Rev =3D 0  Len =3D 1
pcibios: PCI BIOS entry at 0xf0000+0xabb0
pnpbios: Found PnP BIOS data at 0xc00fb720
pnpbios: Entry =3D f0000:b748  Rev =3D 1.0
Other BIOS signatures found:
wlan: <802.11 Link Layer>
mem: <memory>
K6-family MTRR support enabled (2 registers)
null: <null device, zero device>
random: <entropy source, Software, Yarrow>
io: <I/O>
npx0: [FAST]
npx0: <math processor> on motherboard
npx0: INT 16 interface
cpu0 on motherboard
pci_open(1):	mode 1 addr port (0x0cf8) is 0x80000848
pci_open(1a):	mode1res=3D0x80000000 (0x80000000)
pci_cfgcheck:	device 0 [class=3D060000] [hdr=3D00] is there (id=3Dc7011045)
pcibios: BIOS version 2.10
=46ound $PIR table, 4 entries at 0xc00fd890
PCI-Only Interrupts: 11
Location  Bus Device Pin  Link  IRQs
embedded    0    4    A   0x02  9
embedded    0    7    A   0x22  10
embedded    0    7    B   0x22  10
embedded    0    7    C   0x22  10
embedded    0    7    D   0x22  10
pcib0: <OPTi 82C700 host to PCI bridge> pcibus 0 on motherboard
pir0: <PCI Interrupt Routing Table: 4 Entries> on motherboard
$PIR: Links after initial probe:
Link  IRQ  Rtd  Ref  IRQs
 0x2  255   N     1  9
0x22  255   N     4  10
$PIR: Found matching pin for 0.7.INTA at func 0: 11
$PIR: BIOS IRQ 11 for 0.7.INTA is not valid for link 0x22
$PIR: Found matching pin for 0.7.INTB at func 1: 11
$PIR: BIOS IRQ 11 for 0.7.INTB is not valid for link 0x22
$PIR: Links after initial IRQ discovery:
Link  IRQ  Rtd  Ref  IRQs
 0x2    9   N     1  9
0x22   10   N     4  10
$PIR: IRQs used by BIOS: 9 10
$PIR: Interrupt Weights:
[    0   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15 ]
[    0   0   0   0   0   0   0   0   0   1   4   0   0   0   0   0 ]
pci0: <PCI bus> on pcib0
pci0: physical bus=3D0
found->	vendor=3D0x1045, dev=3D0xc701, revid=3D0x32
	bus=3D0, slot=3D0, func=3D0
	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0007, statreg=3D0x0280, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
found->	vendor=3D0x1045, dev=3D0xc700, revid=3D0x31
	bus=3D0, slot=3D1, func=3D0
	class=3D06-01-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0007, statreg=3D0x0280, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	map[10]: type 3, range 32, base e0000000, size 24, enabled
	map[14]: type 1, range 32, base e1000000, size 21, enabled
	map[18]: type 1, range 32, base e1200000, size 20, enabled
found->	vendor=3D0x10c8, dev=3D0x0004, revid=3D0x01
	bus=3D0, slot=3D6, func=3D0
	class=3D03-00-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0007, statreg=3D0x0280, cachelnsz=3D0 (dwords)
	lattimer=3D0x40 (1920 ns), mingnt=3D0x10 (4000 ns), maxlat=3D0xff (63750 n=
s)
	intpin=3Da, irq=3D255
	map[10]: type 1, range 32, base 00000000, size 12, enabled
$PIR: 0:7 INTA routed to irq 10
found->	vendor=3D0x1217, dev=3D0x6836, revid=3D0x62
	bus=3D0, slot=3D7, func=3D0
	class=3D06-07-00, hdrtype=3D0x02, mfdev=3D1
	cmdreg=3D0x0007, statreg=3D0x0410, cachelnsz=3D0 (dwords)
	lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	intpin=3Da, irq=3D10
	powerspec 1  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base 00000000, size 12, enabled
$PIR: 0:7 INTB routed to irq 10
found->	vendor=3D0x1217, dev=3D0x6836, revid=3D0x62
	bus=3D0, slot=3D7, func=3D1
	class=3D06-07-00, hdrtype=3D0x02, mfdev=3D1
	cmdreg=3D0x0007, statreg=3D0x0410, cachelnsz=3D0 (dwords)
	lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	intpin=3Db, irq=3D10
	powerspec 1  supports D0 D1 D2 D3  current D0
	map[20]: type 4, range 32, base 0000f000, size  4, enabled
found->	vendor=3D0x1045, dev=3D0xd568, revid=3D0x30
	bus=3D0, slot=3D20, func=3D0
	class=3D01-01-8a, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0005, statreg=3D0x0280, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
isab0: <PCI-ISA bridge> at device 1.0 on pci0
isa0: <ISA bus> on isab0
pci0: <display, VGA> at device 6.0 (no driver attached)
cbb0: <O2Micro OZ6836/6860 PCI-CardBus Bridge> irq 10 at device 7.0 on pci0
cbb0: Lazy allocation of 0x1000 bytes rid 0x10 type 3 at 0x80000000
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
cbb0: [MPSAFE]
cbb0: PCI Configuration space:
  0x00: 0x68361217 0x04100007 0x06070062 0x00824000=20
  0x10: 0x80000000 0x020000a0 0x20030200 0xfffff000=20
  0x20: 0x00000000 0xfffff000 0x00000000 0x0000fffd=20
  0x30: 0x00000001 0x0000fffd 0x00000001 0x0400010a=20
  0x40: 0x68360983 0x00000001 0x00000000 0x00000000=20
  0x50: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0x60: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0x70: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0x80: 0x00000007 0x00000000 0x00000000 0x00000000=20
  0x90: 0x0c013b3f 0x00000388 0x00000000 0x00000000=20
  0xa0: 0x76010001 0x00c04000 0x00000000 0x00000000=20
  0xb0: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0xc0: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0xd0: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0xe0: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0xf0: 0x00000000 0x00000000 0x00000000 0x00000000=20
cbb1: <O2Micro OZ6836/6860 PCI-CardBus Bridge> irq 10 at device 7.1 on pci0
cbb1: Lazy allocation of 0x1000 bytes rid 0x10 type 3 at 0x80001000
cardbus1: <CardBus bus> on cbb1
pccard1: <16-bit PCCard bus> on cbb1
cbb1: [MPSAFE]
cbb1: PCI Configuration space:
  0x00: 0x68361217 0x04100007 0x06070062 0x00824000=20
  0x10: 0x80001000 0x020000a0 0x20050400 0xfffff000=20
  0x20: 0x00000000 0xfffff000 0x00000000 0x0000fffd=20
  0x30: 0x00000001 0x0000fffd 0x00000001 0x0400020a=20
  0x40: 0x68360983 0x00000001 0x00000000 0x00000000=20
  0x50: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0x60: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0x70: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0x80: 0x00000007 0x00000000 0x00000000 0x00000000=20
  0x90: 0x0c013b3f 0x00000388 0x00000000 0x00000000=20
  0xa0: 0x76010001 0x00c04000 0x00000000 0x00000000=20
  0xb0: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0xc0: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0xd0: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0xe0: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0xf0: 0x00000000 0x00000000 0x00000000 0x00000000=20
atapci0: <GENERIC ATA controller> port 0xf000-0xf00f,0x376,0x170-0x177,0x3f=
6,0x1f0-0x1f7 at device 20.0 on pci0
atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xf000
ata0: 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=3D03 ostat0=3D50 ostat1=3D00
ata0-master: stat=3D0xd0 err=3D0xd0 lsb=3D0xd0 msb=3D0xd0
ata0-master: stat=3D0xd0 err=3D0xd0 lsb=3D0xd2 msb=3D0xd0
ata0-master: stat=3D0xd0 err=3D0xd0 lsb=3D0xd0 msb=3D0xd0
ata0-master: stat=3D0xd0 err=3D0xd0 lsb=3D0xd0 msb=3D0xd0
ata0-master: stat=3D0xd0 err=3D0xd0 lsb=3D0xd0 msb=3D0xd0
ata0-master: stat=3D0xd0 err=3D0xd0 lsb=3D0xd0 msb=3D0xd0
ata0-master: stat=3D0x50 err=3D0x01 lsb=3D0x00 msb=3D0x00
ata0-slave:  stat=3D0x00 err=3D0x01 lsb=3D0x00 msb=3D0x00
ata0: reset tp2 stat0=3D50 stat1=3D00 devices=3D0x1<ATA_MASTER>
ata0: [MPSAFE]
ata1: 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=3D03 ostat0=3D50 ostat1=3D01
ata1-master: stat=3D0x00 err=3D0x01 lsb=3D0x14 msb=3D0xeb
ata1-slave:  stat=3D0x00 err=3D0x01 lsb=3D0x14 msb=3D0xeb
ata1: reset tp2 stat0=3D00 stat1=3D00 devices=3D0xc<ATAPI_SLAVE,ATAPI_MASTE=
R>
ata1: [MPSAFE]
ata: ata0 already exists; skipping it
ata: ata1 already exists; skipping it
Trying Read_Port at 203
ESS0006: adding io range 0x800-0xfff, size=3D0x8, align=3D0x8
ESS1869: start dependent (0)
ESS1869: adding dma mask 0x2
ESS1869: adding dma mask 0x9
ESS1869: adding irq mask 0x20
ESS1869: adding io range 0x220-0x22f, size=3D0x10, align=3D0
ESS1869: adding io range 0x388-0x38b, size=3D0x4, align=3D0
ESS1869: adding io range 0x330-0x331, size=3D0x2, align=3D0
ESS1869: start dependent (1)
ESS1869: adding dma mask 0x2
ESS1869: adding dma mask 0x9
ESS1869: adding irq mask 0x6a0
ESS1869: adding io range 0x220-0x24f, size=3D0x10, align=3D0x20
ESS1869: adding io range 0x388-0x38b, size=3D0x4, align=3D0
ESS1869: adding io range 0x300-0x331, size=3D0x2, align=3D0x30
ESS1869: start dependent (1)
ESS1869: adding dma mask 0xb
ESS1869: adding dma mask 0xb
ESS1869: adding irq mask 0x1ea0
ESS1869: adding io range 0x220-0x28f, size=3D0x10, align=3D0x20
ESS1869: adding io range 0x388-0x38b, size=3D0x4, align=3D0
ESS1869: adding io range 0x300-0x331, size=3D0x2, align=3D0x30
ESS1869: start dependent (1)
ESS1869: adding dma mask 0xb
ESS1869: adding dma mask 0xb
ESS1869: adding irq mask 0x1ea0
ESS1869: adding io range 0x220-0x28f, size=3D0x10, align=3D0x20
ESS1869: adding io range 0x388-0x38b, size=3D0x4, align=3D0
ESS1869: adding io range 0x800-0xfff, size=3D0x2, align=3D0x2
ESS1869: start dependent (2)
ESS1869: adding dma mask 0xb
ESS1869: adding dma mask 0xb
ESS1869: adding irq mask 0x1ea0
ESS1869: adding io range 0x220-0x28f, size=3D0x10, align=3D0x20
ESS1869: adding io range 0x800-0xfff, size=3D0x4, align=3D0x4
ESS1869: adding io range 0x800-0xfff, size=3D0x2, align=3D0x2
ESS1869: end dependent
ESS0001: start dependent (0)
ESS0001: adding io range 0x201-0x201, size=3D0x1, align=3D0
ESS0001: start dependent (1)
ESS0001: adding io range 0x200-0x20f, size=3D0x1, align=3D0x1
ESS0001: end dependent
ex_isa_identify()
pnpbios: 19 devices, largest 164 bytes
PNP0200: adding dma mask 0x10
PNP0200: adding io range 0-0xf, size=3D0x10, align=3D0
PNP0200: adding io range 0x81-0x83, size=3D0x3, align=3D0
PNP0200: adding io range 0x87-0x87, size=3D0x1, align=3D0
PNP0200: adding io range 0x89-0x8b, size=3D0x3, align=3D0
PNP0200: adding io range 0x8f-0x91, size=3D0x3, align=3D0
PNP0200: adding io range 0xc0-0xdf, size=3D0x20, align=3D0
pnpbios: handle 1 device ID PNP0200 (0002d041)
PNP0100: adding irq mask 0x1
PNP0100: adding io range 0x40-0x43, size=3D0x4, align=3D0
pnpbios: handle 2 device ID PNP0100 (0001d041)
PNP0b00: adding irq mask 0x100
PNP0b00: adding io range 0x70-0x71, size=3D0x2, align=3D0
pnpbios: handle 3 device ID PNP0b00 (000bd041)
PNP0303: adding irq mask 0x2
PNP0303: adding io range 0x60-0x60, size=3D0x1, align=3D0
PNP0303: adding io range 0x64-0x64, size=3D0x1, align=3D0
pnpbios: handle 4 device ID PNP0303 (0303d041)
PNP0800: adding io range 0x61-0x61, size=3D0x1, align=3D0
pnpbios: handle 5 device ID PNP0800 (0008d041)
PNP0c04: adding irq mask 0x2000
PNP0c04: adding io range 0xf0-0xff, size=3D0x10, align=3D0
pnpbios: handle 6 device ID PNP0c04 (040cd041)
PNP0c01: adding fixed memory32 range 0-0x9ffff, size=3D0xa0000
PNP0c01: adding fixed memory32 range 0xfffe0000-0xffffffff, size=3D0x20000
PNP0c01: adding fixed memory32 range 0x100000-0x17ffffff, size=3D0x17f00000
pnpbios: handle 7 device ID PNP0c01 (010cd041)
PNP0c02: adding fixed memory32 range 0xf0000-0xf3fff, size=3D0x4000
PNP0c02: adding fixed memory32 range 0xf4000-0xf7fff, size=3D0x4000
PNP0c02: adding fixed memory32 range 0xf8000-0xfffff, size=3D0x8000
PNP0c02: adding fixed memory32 range 0xca000-0xcbfff, size=3D0x2000
pnpbios: handle 8 device ID PNP0c02 (020cd041)
PNP0a03: adding io range 0x4d0-0x4d1, size=3D0x2, align=3D0
PNP0a03: adding io range 0xcf8-0xcff, size=3D0x8, align=3D0
PNP0a03: adding io range 0x480-0x48f, size=3D0x10, align=3D0
pnpbios: handle 9 device ID PNP0a03 (030ad041)
PNP0f13: adding irq mask 0x1000
pnpbios: handle 10 device ID PNP0f13 (130fd041)
PNP0c02: adding io range 0x208-0x20f, size=3D0x8, align=3D0
pnpbios: handle 11 device ID PNP0c02 (020cd041)
PNP0e03: adding fixed io range 0x3e0-0x3e1, size=3D0x2, align=3D0x1
pnpbios: handle 12 device ID PNP0e03 (030ed041)
PNP0c02: adding io range 0x40b-0x40b, size=3D0x1, align=3D0
PNP0c02: adding io range 0x4d6-0x4d6, size=3D0x1, align=3D0
pnpbios: handle 13 device ID PNP0c02 (020cd041)
PNP0c02: adding io range 0x398-0x399, size=3D0x2, align=3D0
pnpbios: handle 14 device ID PNP0c02 (020cd041)
PNP0501: adding irq mask 0x10
PNP0501: adding io range 0x3f8-0x3ff, size=3D0x8, align=3D0
pnpbios: handle 15 device ID PNP0501 (0105d041)
PNP0700: adding dma mask 0x4
PNP0700: adding io range 0x3f2-0x3f5, size=3D0x4, align=3D0
PNP0700: adding irq mask 0x40
pnpbios: handle 16 device ID PNP0700 (0007d041)
PNP0401: adding dma mask 0x8
PNP0401: adding io range 0x378-0x37f, size=3D0x8, align=3D0
PNP0401: adding io range 0x778-0x77b, size=3D0x4, align=3D0
PNP0401: adding irq mask 0x80
pnpbios: handle 17 device ID PNP0401 (0104d041)
PNP0501: adding irq mask 0x8
PNP0501: adding io range 0x2f8-0x2ff, size=3D0x8, align=3D0
pnpbios: handle 18 device ID PNP0501 (0105d041)
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
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: <ISA Option ROM> at iomem 0xc0000-0xc9fff 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> 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
atkbd0: [GIANT-LOCKED]
psm0: current command byte:0047
psm0: <PS/2 Mouse> irq 12 on atkbdc0
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
bt0: not probed (disabled)
cs0: not probed (disabled)
ed0: not probed (disabled)
fdc0: ic_type 90 part_id 73
fdc0: <Enhanced floppy controller> at port 0x3f0-0x3f5 irq 6 drq 2 on isa0
fdc0: ic_type 90 part_id 73
fdc0: [MPSAFE]
fdc0: [FAST]
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 found at 0x378
ppc0: using extended I/O port range
ppc0: ECP SPP SPP
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
ppbus0: <Parallel port bus> on ppc0
plip0: <PLIP network interface> on ppbus0
plip0: bpf attached
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=3D0x300>
sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
sio0: irq maps: 0x21 0x31 0x21 0x21
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1: irq maps: 0x21 0x29 0x21 0x21
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=20
bf 1f 00 4f 0e 0f 00 00 07 80 9c 8e 8f 28 1f 96=20
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c=20
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff=20
VGA parameters in BIOS for mode 24
50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81=20
bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96=20
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c=20
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff=20
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=20
bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96=20
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c=20
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff=20
vt0: not probed (disabled)
isa_probe_children: probing PnP devices
adv1: Invalid baseport of 0x800 specified. Nearest valid baseport is 0x330.=
  Failing probe.
unknown: <ESS ES1869 Plug and Play AudioDrive> failed to probe at port 0x80=
0-0x807 on isa0
adv1: Invalid baseport of 0x220 specified. Nearest valid baseport is 0x230.=
  Failing probe.
unknown: <ESS ES1869 Plug and Play AudioDrive> failed to probe at port 0x33=
0-0x331,0x388-0x38b,0x220-0x22f irq 5 drq 0,1 on isa0
adv1: Invalid baseport of 0x201 specified. Nearest valid baseport is 0x210.=
  Failing probe.
unknown: <ESS ES1869 Plug and Play AudioDrive> failed to probe at port 0x20=
1 on isa0
adv1: Invalid baseport of 0x0 specified. Nearest valid baseport is 0x100.  =
=46ailing 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 0x61 specified. Nearest valid baseport is 0x100. =
 Failing probe.
unknown: <PNP0800> failed to probe at port 0x61 on isa0
adv1: Invalid baseport of 0xf0 specified. Nearest valid baseport is 0x100. =
 Failing probe.
adv1: Invalid baseport of 0x4d0 specified. Nearest valid baseport is 0x330.=
  Failing probe.
unknown: <PNP0f13> can't assign resources (irq)
unknown: <PNP0f13> at irq 12 on isa0
adv1: Invalid baseport of 0x208 specified. Nearest valid baseport is 0x210.=
  Failing probe.
adv1: Invalid baseport of 0x3e0 specified. Nearest valid baseport is 0x330.=
  Failing probe.
unknown: <AT PCMCIA> failed to probe at port 0x3e0-0x3e1 on isa0
adv1: Invalid baseport of 0x40b specified. Nearest valid baseport is 0x330.=
  Failing probe.
adv1: Invalid baseport of 0x398 specified. Nearest valid baseport is 0x330.=
  Failing probe.
unknown: <PNP0501> can't assign resources (port)
unknown: <PNP0501> at port 0x3f8-0x3ff on isa0
unknown: <PNP0700> can't assign resources (port)
unknown: <PNP0700> at port 0x3f2-0x3f5 on isa0
unknown: <PNP0401> can't assign resources (port)
unknown: <PNP0401> at port 0x378-0x37f on isa0
unknown: <PNP0501> can't assign resources (port)
unknown: <PNP0501> at port 0x2f8-0x2ff on isa0
Device configuration finished.
procfs registered
Timecounter "TSC" frequency 334093741 Hz quality 800
Timecounters tick every 10.000 msec
lo0: bpf attached
ata0-master: pio=3D0x0c wdma=3D0x22 udma=3D0x44 cable=3D80pin
ad0: <HITACHI DK23BA-10/00E2A0A0> ATA-5 disk at ata0-master
ad0: 9590MB (19640880 sectors), 19485 C, 16 H, 63 S, 512 B
ad0: 16 secs/int, 1 depth queue, PIO4
ar: FreeBSD check1 failed
pccard0: CIS version PC Card Standard 5.0
pccard0: CIS info: Microsoft, Wireless Notebook Adapter MN-520, , 1.0.3
pccard0: Manufacturer code 0x2d2, product 0x1
pccard0: function 0: network adapter, ccr addr 3e0 mask 1
pccard0: function 0, config table entry 1: I/O card; irq mask ffff; iomask =
6, iospace 0-3f; io16 irqpulse irqlevel
wi0: <Microsoft Wireless Notebook Adapter MN-520> at port 0x100-0x13f irq 1=
0 function 0 config 1 on pccard0
wi0: [MPSAFE]
wi0: using RF:PRISM2.5 MAC:ISL3873
wi0: Intersil Firmware: Primary (1.1.0), Station (1.4.9)
wi0: bpf attached
wi0: Ethernet address: 00:50:f2:77:c7:c2
wi0: bpf attached
wi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
wi0: bpf attached
GEOM: new disk ad0
[0] f:80 typ:165 s(CHS):0/1/1 e(CHS):1023/15/63 s:63 l:19640817
[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 10056098304 end 10056130559
[0] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0
[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:80 typ:165 s(CHS):0/0/1 e(CHS):1023/254/63 s:0 l:50000
GEOM: Configure ad0s1a, start 0 length 268435456 end 268435455
GEOM: Configure ad0s1b, start 268435456 length 779034624 end 1047470079
GEOM: Configure ad0s1c, start 0 length 10056098304 end 10056098303
GEOM: Configure ad0s1d, start 1047470080 length 268435456 end 1315905535
GEOM: Configure ad0s1e, start 1315905536 length 268435456 end 1584340991
GEOM: Configure ad0s1f, start 1584340992 length 8471757312 end 10056098303
[0] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0
[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:80 typ:165 s(CHS):0/0/1 e(CHS):1023/254/63 s:0 l:50000
[0] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0
[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:80 typ:165 s(CHS):0/0/1 e(CHS):1023/254/63 s:0 l:50000
ata1: reiniting channel ..
ata1: reset tp1 mask=3D03 ostat0=3D00 ostat1=3D01
ata1-master: stat=3D0x00 err=3D0x01 lsb=3D0x14 msb=3D0xeb
ata1-slave:  stat=3D0x00 err=3D0x01 lsb=3D0x14 msb=3D0xeb
ata1: reset tp2 stat0=3D00 stat1=3D00 devices=3D0xc<ATAPI_SLAVE,ATAPI_MASTE=
R>
ata1: resetting done ..
ata1: reiniting channel ..
ata1-slave: FAILURE - ATAPI_IDENTIFY timed out
ata1: reiniting channel ..
ata1-slave: FAILURE - ATAPI_IDENTIFY timed out
ata1-master: pio=3D0x0c wdma=3D0x22 udma=3D0xffffffff cable=3D40pin
ata1: device config done ..
ata1-slave: FAILURE - ATAPI_IDENTIFY timed out
ata1-master: pio=3D0x0c wdma=3D0x22 udma=3D0xffffffff cable=3D40pin
acd0: <UJDA150/1.02> CDROM drive at ata1 as master
acd0: read 4134KB/s (4134KB/s), 128KB buffer, PIO4
acd0: Reads: CDR, CDRW, CDDA
acd0: Writes:
acd0: Audio: play, 256 volume levels
acd0: Mechanism: ejectable tray, unlocked
acd0: Medium: no/blank disc
Mounting root from ufs:/dev/ad0s1a
start_init: trying /sbin/init

--Boundary-01=_0n+lC7UIFOJywNl--

--nextPart2256973.8XievNnJOg
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (FreeBSD)

iD8DBQBCl+n45sRg+Y0CpvERAhgqAJ4poIBG3WyEgBbQmFo3AU/VP8kHlgCaAsV1
caW9Nnoj01Ws43/YpL0Df24=
=ksc1
-----END PGP SIGNATURE-----

--nextPart2256973.8XievNnJOg--



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