Re: page fault panic tracked down (selwakeuppri())

From: Stefan Ehmann <shoesoft_at_gmx.net>
Date: Mon, 29 Dec 2003 17:40:11 +0100
On Mon, 2003-12-29 at 16:58, Scott Long wrote:
> Stefan Ehmann wrote:
> > Some weeks ago I posted about a panic in 5.2-BETA.
> > 
> > After accessing a read-only ext2fs for some hours I got a "page fault"
> > panic (or rarely a "getblk: size(7537385) > MAXBSIZE(65536)"). The
> > backtrace was always somewhat different. You can read about it a bit
> > more detailed here:
> > 
> > http://lists.freebsd.org/pipermail/freebsd-current/2003-November/015405.html
> > 
> > After lots of buildworld and buildkernel I finally was able to detect
> > the commit that caused this panic.
> > 
> > Current from 2003.11.09.09.00.00 runs fine for > 10 hours. Current from
> > 2003.11.09.09.20.00 crashed twice within less than 2 hours.
> > 
> > The only src/sys commit in that time is
> > http://lists.freebsd.org/pipermail/cvs-src/2003-November/013515.html
> > where selwakeup()s is replaced with selwakeuppri().
> > 
> > So the problem must be somewhere in selwakeuppri().
> > 
> > I hope this can be resolved now.
> > 
> 
> Thanks for tracking this down!  Just for completeness, can you send
> a verbose dmesg?

The ext2fs is listed as
/dev/ad1s1              /mnt/stuff      ext2fs  ro,noauto
in /etc/fstab (if you wonder why it can't be spotted in dmesg)


Copyright (c) 1992-2003 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.1-CURRENT #57: Mon Dec 29 14:14:38 CET 2003
    Shoe_at_shoeserv.freebsd:/usr/obj/usr/src/sys/SHOE
Preloaded elf kernel "/boot/kernel/kernel" at 0xc083d000.
Preloaded elf module "/boot/kernel/linux.ko" at 0xc083d20c.
Preloaded elf module "/boot/kernel/snd_pcm.ko" at 0xc083d2b8.
Preloaded elf module "/boot/kernel/snd_csa.ko" at 0xc083d364.
Preloaded elf module "/boot/kernel/bktr.ko" at 0xc083d410.
Preloaded elf module "/boot/kernel/bktr_mem.ko" at 0xc083d4bc.
Calibrating clock(s) ... i8254 clock: 1193199 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254" frequency 1193182 Hz quality 0
Calibrating TSC clock ... TSC clock: 651483559 Hz
CPU: Intel Pentium III (651.48-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x683  Stepping = 3
 
Features=0x387f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,PN,MMX,FXSR,SSE>
real memory  = 402587648 (383 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x000000000009ffff, 651264 bytes (159 pages)
0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages)
0x0000000000c26000 - 0x0000000017909fff, 382615552 bytes (93412 pages)
avail memory = 381362176 (363 MB)
bios32: Found BIOS32 Service Directory header at 0xc00fad40
bios32: Entry = 0xfb240 (c00fb240)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xf0000+0xb270
pnpbios: Found PnP BIOS data at 0xc00fbf80
pnpbios: Entry = f0000:bfa8  Rev = 1.0
Other BIOS signatures found:
bktr_mem: memory holder loaded
null: <null device, zero device>
random: <entropy source>
mem: <memory & I/O>
Pentium Pro MTRR support enabled
acpi0: <VIA692 AWRDACPI> on motherboard
pci_open(1):	mode 1 addr port (0x0cf8) is 0x80003840
pci_open(1a):	mode1res=0x80000000 (0x80000000)
pci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=06911106)
pcibios: BIOS version 2.10
Using $PIR table, 7 entries at 0xc00fde60
PCI-Only Interrupts: 5 10 11 12
Location  Bus Device Pin  Link  IRQs
slot 1      0    9    A   0x01  3 4 5 7 9 10 11 12 14 15
slot 1      0    9    B   0x02  3 4 5 7 9 10 11 12 14 15
slot 1      0    9    C   0x03  3 4 5 7 9 10 11 12 14 15
slot 1      0    9    D   0x05  3 4 5 7 9 10 11 12 14 15
slot 2      0   10    A   0x02  3 4 5 7 9 10 11 12 14 15
slot 2      0   10    B   0x03  3 4 5 7 9 10 11 12 14 15
slot 2      0   10    C   0x05  3 4 5 7 9 10 11 12 14 15
slot 2      0   10    D   0x01  3 4 5 7 9 10 11 12 14 15
slot 3      0   11    A   0x03  3 4 5 7 9 10 11 12 14 15
slot 3      0   11    B   0x05  3 4 5 7 9 10 11 12 14 15
slot 3      0   11    C   0x01  3 4 5 7 9 10 11 12 14 15
slot 3      0   11    D   0x02  3 4 5 7 9 10 11 12 14 15
slot 4      0   12    A   0x05  3 4 5 7 9 10 11 12 14 15
slot 4      0   12    B   0x01  3 4 5 7 9 10 11 12 14 15
slot 4      0   12    C   0x02  3 4 5 7 9 10 11 12 14 15
slot 4      0   12    D   0x03  3 4 5 7 9 10 11 12 14 15
slot 5      0   13    A   0x05  3 4 5 7 9 10 11 12 14 15
slot 5      0   13    B   0x03  3 4 5 7 9 10 11 12 14 15
slot 5      0   13    C   0x02  3 4 5 7 9 10 11 12 14 15
slot 5      0   13    D   0x01  3 4 5 7 9 10 11 12 14 15
embedded    0    1    A   0x01  3 4 5 7 9 10 11 12 14 15
embedded    0    1    B   0x02  3 4 5 7 9 10 11 12 14 15
embedded    0    1    C   0x03  3 4 5 7 9 10 11 12 14 15
embedded    0    1    D   0x05  3 4 5 7 9 10 11 12 14 15
embedded    0    7    C   0x03  3 4 5 7 9 10 11 12 14 15
embedded    0    7    D   0x05  3 4 5 7 9 10 11 12 14 15
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: bus 0 dev 0 func 0
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: bus 0 dev 7 func 0
acpi0: Power Button (fixed)
ACPI timer looks GOOD min = 1, max = 3, width = 2
ACPI timer looks GOOD min = 1, max = 2, width = 1
ACPI timer looks GOOD min = 1, max = 3, width = 2
ACPI timer looks GOOD min = 1, max = 2, width = 1
ACPI timer looks GOOD min = 1, max = 2, width = 1
ACPI timer looks GOOD min = 1, max = 3, width = 2
ACPI timer looks GOOD min = 1, max = 2, width = 1
ACPI timer looks GOOD min = 1, max = 2, width = 1
ACPI timer looks GOOD min = 1, max = 2, width = 1
ACPI timer looks GOOD min = 1, max = 2, width = 1
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
    ACPI-1287: *** Error: Method execution failed
[\\_SB_.PCI0.ISA_.FDC0._CRS] (Node 0xc3a32620),
AE_AML_UNINITIALIZED_LOCAL
    ACPI-0175: *** Error: Method execution failed
[\\_SB_.PCI0.ISA_.FDC0._CRS] (Node 0xc3a32620),
AE_AML_UNINITIALIZED_LOCAL
can't fetch resources for \\_SB_.PCI0.ISA_.FDC0 -
AE_AML_UNINITIALIZED_LOCAL
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0
acpi_cpu0: <CPU> on acpi0
acpi_button0: <Power Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port
0x5000-0x500f,0x4080-0x40ff,0x4000-0x407f,0xcf8-0xcff on acpi0
---- initial configuration ------------------------
\\_SB_.PCI0.ISA_.LNKA irq  11: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.9.0
\\_SB_.PCI0.ISA_.LNKB irq  12: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.9.1
\\_SB_.PCI0.ISA_.LNKC irq   5: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.9.2
\\_SB_.PCI0.ISA_.LNKD irq  10: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.9.3
\\_SB_.PCI0.ISA_.LNKB irq  12: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.10.0
\\_SB_.PCI0.ISA_.LNKC irq   5: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.10.1
\\_SB_.PCI0.ISA_.LNKD irq  10: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.10.2
\\_SB_.PCI0.ISA_.LNKA irq  11: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.10.3
\\_SB_.PCI0.ISA_.LNKC irq   5: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.11.0
\\_SB_.PCI0.ISA_.LNKD irq  10: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.11.1
\\_SB_.PCI0.ISA_.LNKA irq  11: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.11.2
\\_SB_.PCI0.ISA_.LNKB irq  12: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.11.3
\\_SB_.PCI0.ISA_.LNKD irq  10: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.12.0
\\_SB_.PCI0.ISA_.LNKA irq  11: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.12.1
\\_SB_.PCI0.ISA_.LNKB irq  12: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.12.2
\\_SB_.PCI0.ISA_.LNKC irq   5: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.12.3
\\_SB_.PCI0.ISA_.LNKD irq  10: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.13.0
\\_SB_.PCI0.ISA_.LNKC irq   5: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.13.1
\\_SB_.PCI0.ISA_.LNKB irq  12: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.13.2
\\_SB_.PCI0.ISA_.LNKA irq  11: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.13.3
\\_SB_.PCI0.ISA_.LNKA irq  11: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.7.0
\\_SB_.PCI0.ISA_.LNKB irq  12: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.7.1
\\_SB_.PCI0.ISA_.LNKC irq   5: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.7.2
\\_SB_.PCI0.ISA_.LNKD irq  10: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.7.3
\\_SB_.PCI0.ISA_.LNKA irq  11: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.1.0
\\_SB_.PCI0.ISA_.LNKB irq  12: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.1.1
\\_SB_.PCI0.ISA_.LNKC irq   5: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.1.2
\\_SB_.PCI0.ISA_.LNKD irq  10: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.1.3
---- before setting priority for links ------------
---- before fixup boot-disabled links -------------
---- after fixup boot-disabled links --------------
---- arbitrated configuration ---------------------
\\_SB_.PCI0.ISA_.LNKA irq  11: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.9.0
\\_SB_.PCI0.ISA_.LNKB irq  12: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.9.1
\\_SB_.PCI0.ISA_.LNKC irq   5: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.9.2
\\_SB_.PCI0.ISA_.LNKD irq  10: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.9.3
\\_SB_.PCI0.ISA_.LNKB irq  12: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.10.0
\\_SB_.PCI0.ISA_.LNKC irq   5: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.10.1
\\_SB_.PCI0.ISA_.LNKD irq  10: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.10.2
\\_SB_.PCI0.ISA_.LNKA irq  11: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.10.3
\\_SB_.PCI0.ISA_.LNKC irq   5: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.11.0
\\_SB_.PCI0.ISA_.LNKD irq  10: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.11.1
\\_SB_.PCI0.ISA_.LNKA irq  11: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.11.2
\\_SB_.PCI0.ISA_.LNKB irq  12: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.11.3
\\_SB_.PCI0.ISA_.LNKD irq  10: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.12.0
\\_SB_.PCI0.ISA_.LNKA irq  11: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.12.1
\\_SB_.PCI0.ISA_.LNKB irq  12: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.12.2
\\_SB_.PCI0.ISA_.LNKC irq   5: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.12.3
\\_SB_.PCI0.ISA_.LNKD irq  10: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.13.0
\\_SB_.PCI0.ISA_.LNKC irq   5: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.13.1
\\_SB_.PCI0.ISA_.LNKB irq  12: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.13.2
\\_SB_.PCI0.ISA_.LNKA irq  11: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.13.3
\\_SB_.PCI0.ISA_.LNKA irq  11: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.7.0
\\_SB_.PCI0.ISA_.LNKB irq  12: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.7.1
\\_SB_.PCI0.ISA_.LNKC irq   5: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.7.2
\\_SB_.PCI0.ISA_.LNKD irq  10: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.7.3
\\_SB_.PCI0.ISA_.LNKA irq  11: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.1.0
\\_SB_.PCI0.ISA_.LNKB irq  12: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.1.1
\\_SB_.PCI0.ISA_.LNKC irq   5: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.1.2
\\_SB_.PCI0.ISA_.LNKD irq  10: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.1.3
pci0: <ACPI PCI bus> on pcib0
pci0: physical bus=0
	map[10]: type 3, range 32, base d8000000, size 26, enabled
found->	vendor=0x1106, dev=0x0691, revid=0x44
	bus=0, slot=0, func=0
	class=06-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0006, statreg=0x2210, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1106, dev=0x8598, revid=0x00
	bus=0, slot=1, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x2230, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x0c (3000 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1106, dev=0x0596, revid=0x23
	bus=0, slot=7, func=0
	class=06-01-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0087, statreg=0x0200, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	map[20]: type 4, range 32, base 0000e000, size  4, enabled
found->	vendor=0x1106, dev=0x0571, revid=0x10
	bus=0, slot=7, func=1
	class=01-01-8a, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	powerspec 2  supports D0 D3  current D0
	map[20]: type 4, range 32, base 0000e400, size  5, enabled
pcib0: matched entry for 0.7.INTD (source \\_SB_.PCI0.ISA_.LNKD)
pcib0: slot 7 INTD is routed to irq 10
found->	vendor=0x1106, dev=0x3038, revid=0x11
	bus=0, slot=7, func=2
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0210, cachelnsz=8 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=10
	powerspec 2  supports D0 D3  current D0
found->	vendor=0x1106, dev=0x3050, revid=0x30
	bus=0, slot=7, func=3
	class=06-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0000, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	map[10]: type 1, range 32, base df100000, size  5, enabled
	map[14]: type 4, range 32, base 0000e800, size  5, enabled
pcib0: matched entry for 0.9.INTA (source \\_SB_.PCI0.ISA_.LNKA)
pcib0: slot 9 INTA is routed to irq 11
found->	vendor=0x1244, dev=0x0a00, revid=0x02
	bus=0, slot=9, func=0
	class=02-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0003, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	map[10]: type 4, range 32, base 0000ec00, size  8, enabled
	map[14]: type 1, range 32, base df102000, size  8, enabled
pcib0: matched entry for 0.10.INTA (source \\_SB_.PCI0.ISA_.LNKB)
pcib0: slot 10 INTA is routed to irq 12
found->	vendor=0x10ec, dev=0x8139, revid=0x10
	bus=0, slot=10, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x20 (8000 ns), maxlat=0x40 (16000 ns)
	intpin=a, irq=12
	map[10]: type 1, range 32, base df101000, size 12, enabled
	map[14]: type 1, range 32, base df000000, size 20, enabled
pcib0: matched entry for 0.11.INTA (source \\_SB_.PCI0.ISA_.LNKC)
pcib0: slot 11 INTA is routed to irq 5
found->	vendor=0x1013, dev=0x6003, revid=0x01
	bus=0, slot=11, func=0
	class=04-01-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0006, statreg=0x0410, cachelnsz=0 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x04 (1000 ns), maxlat=0x18 (6000 ns)
	intpin=a, irq=5
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 3, range 32, base df103000, size 12, enabled
pcib0: matched entry for 0.12.INTA (source \\_SB_.PCI0.ISA_.LNKD)
pcib0: slot 12 INTA is routed to irq 10
found->	vendor=0x109e, dev=0x036e, revid=0x11
	bus=0, slot=12, func=0
	class=04-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x40 (1920 ns), mingnt=0x10 (4000 ns), maxlat=0x28 (10000 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D3  current D0
	map[10]: type 3, range 32, base df104000, size 12, enabled
pcib0: matched entry for 0.12.INTA (source \\_SB_.PCI0.ISA_.LNKD)
pcib0: slot 12 INTA is routed to irq 10
found->	vendor=0x109e, dev=0x0878, revid=0x11
	bus=0, slot=12, func=1
	class=04-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x40 (1920 ns), mingnt=0x04 (1000 ns), maxlat=0xff (63750 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D3  current D0
agp0: <VIA 82C691 (Apollo Pro) host to PCI bridge> mem
0xd8000000-0xdbffffff at device 0.0 on pci0
agp0: allocating GATT for aperture of size 256M
pcib1: <PCI-PCI bridge> at device 1.0 on pci0
pcib1:   secondary bus     1
pcib1:   subordinate bus   1
pcib1:   I/O decode        0xf000-0xfff
pcib1:   memory decode     0xdc000000-0xddffffff
pcib1:   prefetched decode 0xd0000000-0xd7ffffff
pci1: <PCI bus> on pcib1
pci1: physical bus=1
	map[10]: type 1, range 32, base dc000000, size 24, enabled
	map[14]: type 3, range 32, base d0000000, size 27, enabled
pcib0: matched entry for 0.1.INTA (source \\_SB_.PCI0.ISA_.LNKA)
pcib0: slot 1 INTA is routed to irq 11
pcib1: slot 0 INTA is routed to irq 11
found->	vendor=0x10de, dev=0x0111, revid=0xb2
	bus=1, slot=0, func=0
	class=03-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x05 (1250 ns), maxlat=0x01 (250 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
pci1: <display, VGA> at device 0.0 (no driver attached)
isab0: <PCI-ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <VIA 82C596B UDMA66 controller> port 0xe000-0xe00f at device
7.1 on pci0
ata0: reset tp1 mask=03 ostat0=50 ostat1=50
ata0-master: stat=0x50 err=0x01 lsb=0x00 msb=0x00
ata0-slave:  stat=0x50 err=0x01 lsb=0x00 msb=0x00
ata0: reset tp2 mask=03 stat0=50 stat1=50
devices=0x3<ATA_SLAVE,ATA_MASTER>
ata0: at 0x1f0 irq 14 on atapci0
ata0: [MPSAFE]
ata1: reset tp1 mask=03 ostat0=50 ostat1=50
ata1-master: stat=0xd0 err=0x00 lsb=0x0e msb=0x00
ata1-slave:  stat=0xd0 err=0x00 lsb=0x0e msb=0x00
ata1-master: stat=0xd0 err=0x00 lsb=0x0e msb=0x00
ata1-slave:  stat=0xd0 err=0x00 lsb=0x0e msb=0x00
ata1-master: stat=0x00 err=0x01 lsb=0x14 msb=0xeb
ata1-slave:  stat=0x10 err=0x01 lsb=0x14 msb=0xeb
ata1: reset tp2 mask=03 stat0=00 stat1=10
devices=0xc<ATAPI_SLAVE,ATAPI_MASTER>
ata1: at 0x170 irq 15 on atapci0
ata1: [MPSAFE]
uhci0: <VIA 83C572 USB controller> port 0xe400-0xe41f irq 10 at device
7.2 on pci0
usb0: <VIA 83C572 USB controller> on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ums0: Microsoft Microsoft IntelliMouse\M-. Optical, rev 1.10/1.08, addr
2, iclass 3/1
ums0: 5 buttons and Z dir.
pci0: <bridge, HOST-PCI> at device 7.3 (no driver attached)
ifpi0: <AVM Fritz!Card PCI> port 0xe800-0xe81f mem 0xdf100000-0xdf10001f
irq 11 at device 9.0 on pci0
ifpi0: ISAC 2085 Version A1/A2 or 2086/2186 Version 1.1 (IOM-2)
ifpi0: passive stack unit 0
rl0: <RealTek 8139 10/100BaseTX> port 0xec00-0xecff mem
0xdf102000-0xdf1020ff irq 12 at device 10.0 on pci0
rl0: Ethernet address: 00:50:fc:1e:52:9f
miibus0: <MII bus> on rl0
rlphy0: <RealTek internal media interface> on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
rl0: bpf attached
csa0: <CS4280/CS4614/CS4622/CS4624/CS4630> mem
0xdf000000-0xdf0fffff,0xdf101000-0xdf101fff irq 5 at device 11.0 on pci0
csa: card is Turtle Beach Santa Cruz
pcm0: <CS461x PCM Audio> on csa0
pcm0: <Cirrus Logic CS4297A AC97 Codec (id = 0x43525914)>
pcm0: Codec features headphone, 20 bit DAC, 18 bit ADC, 6 bit master
volume, Crystal Semi 3D Stereo Enhancement
pcm0: Primary codec extended features AMAP
pcm0: sndbuf_setmap 25c000, 1000; 0xc3a68000 -> 25c000
pcm0: sndbuf_setmap 25a000, 1000; 0xc3a66000 -> 25a000
bktr0: <BrookTree 878> mem 0xdf103000-0xdf103fff irq 10 at device 12.0
on pci0
brooktree0: PCI bus latency is 64.
bktr0: buffer size 3555328, addr 0x5000000
bktr0: GPIO is 0x00449fff
bktr0: Card has no configuration EEPROM. Cannot determine card make.
bktr0: card signature:  00  00  00  00  00  00  00  00  00  00  00  00 
02  00  00  00 

bktr0: IMS TV Turbo, Philips FR1236 NTSC FM tuner.
pci0: <multimedia> at device 12.1 (no driver attached)
unknown: not probed (disabled)
unknown: not probed (disabled)
ppc0: using extended I/O port range
ppc0: ECP SPP ECP+EPP SPP
ppc0 port 0x778-0x77b,0x378-0x37f irq 7 drq 3 on acpi0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/16 bytes threshold
ppbus0: <Parallel port bus> on ppc0
ppbus0: IEEE1284 device found /NIBBLE/ECP/NIBBLE_ID/ECP_ID/Extensibility
Link
Probing for PnP devices on ppbus0:
ppbus0: <Kyocera FS-1010> PRINTER PCLXL,PostScript Emulation,PCL5E,PJL
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
unknown: not probed (disabled)
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
unknown: not probed (disabled)
unknown: not probed (disabled)
unknown: not probed (disabled)
npx0: [FAST]
npx0: <math processor> on motherboard
npx0: INT 16 interface
ata: ata0 already exists; skipping it
ata: ata1 already exists; skipping it
atkbdc: atkbdc0 already exists; skipping it
ppc: ppc0 already exists; skipping it
sc: sc0 already exists; skipping it
vga: vga0 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
isa_probe_children: disabling PnP devices
isa_probe_children: probing non-PnP devices
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 failed to probe at port 0x3f0 irq 6 drq 2 on isa0
fe0: not probed (disabled)
ie0: not probed (disabled)
le0: not probed (disabled)
lnc0: not probed (disabled)
pcic0 failed to probe at port 0x3e0 iomem 0xd0000 on isa0
pcic1: not probed (disabled)
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
sio0 failed to probe at port 0x3f8 irq 4 flags 0x10 on isa0
sio1 failed to probe at port 0x2f8 irq 3 on isa0
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 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
Device configuration finished.
procfs registered
Timecounter "TSC" frequency 651483559 Hz quality 800
Timecounters tick every 1.000 msec
i4bctl: ISDN system control port attached
DUMMYNET initialized (011031)
ipfw2 initialized, divert enabled, rule-based forwarding enabled,
default to accept, logging unlimited
i4b: ISDN call control device attached
i4btrc: 2 ISDN trace device(s) attached
i4brbch: 2 raw B channel access device(s) attached
Linux ELF exec handler installed
lo0: bpf attached
ata1: spurious interrupt - status=0x10 error=0x01
acpi_cpu0: set speed to 100.0%
acpi_cpu: throttling enabled, 2 steps (100% to 50.0%), currently 100.0%
ata0-slave: pio=0x0c wdma=0x22 udma=0x45 cable=80pin
ata0-master: pio=0x0c wdma=0x22 udma=0x45 cable=80pin
ad0: setting UDMA66 on VIA 82C596B chip
GEOM: create disk ad0 dp=0xc3af7270
ad0: <IC35L060AVER07-0/ER6OA46A> ATA-5 disk at ata0-master
ad0: 58644MB (120103200 sectors), 119150 C, 16 H, 63 S, 512 B
ad0: 16 secs/int, 1 depth queue, UDMA66
GEOM: new disk ad0
[0] f:80 typ:7 s(CHS):0/1/1 e(CHS):1023/254/63 s:63 l:36210447
[1] f:00 typ:165 s(CHS):1023/0/1 e(CHS):1023/254/63 s:36210510
l:25157790
[2] f:00 typ:165 s(CHS):1023/0/1 e(CHS):1023/254/63 s:61368300
l:58733640
[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 18539748864 end 18539781119
GEOM: Configure ad0s2, start 18539781120 length 12880788480 end
31420569599
GEOM: Configure ad0s3, start 31420569600 length 30071623680 end
61492193279
ad1: setting UDMA66 on VIA 82C596B chip
GEOM: create disk ad1 dp=0xc3af7070
ad1: <ST340823A/3.39> ATA-5 disk at ata0-slave
ad1: 38166MB (78165360 sectors), 77545 C, 16 H, 63 S, 512 B
ad1: 16 secs/int, 1 depth queue, UDMA66
ata1-slave: pio=0x0c wdma=0x22 udma=0x42 cable=40pin
ata1-master: pio=0x0b wdma=0x21 udma=0xffffffff cable=40pin
acd0: setting WDMA1 on VIA 82C596B chip
acd0: <CR-4804TE/3.0D> CDRW drive at ata1 as master
acd0: read 4134KB/s (4134KB/s) write 689KB/s (689KB/s), 2048KB buffer,
WDMA1
acd0: Reads: CDR, CDRW, CDDA stream, packet
acd0: Writes: CDR, CDRW, test write
acd0: Audio: play, 2 volume levels
acd0: Mechanism: ejectable tray, unlocked
acd0: Medium: no/blank disc
GEOM: Configure ad0s2a, start 0 length 268435456 end 268435455
GEOM: Configure ad0s2b, start 268435456 length 783785984 end 1052221439
GEOM: Configure ad0s2c, start 0 length 12880788480 end 12880788479
GEOM: Configure ad0s2d, start 1052221440 length 268435456 end 1320656895
GEOM: Configure ad0s2e, start 1320656896 length 268435456 end 1589092351
GEOM: Configure ad0s2f, start 1589092352 length 11291696128 end
12880788479
acd1: setting UDMA33 on VIA 82C596B chip
acd1: <LITEON DVD-ROM LTD122/IL6J> DVDROM drive at ata1 as slave
acd1:  512KB buffer, UDMA33
acd1: Reads: CDR, CDRW, CDDA stream, DVDROM, packet
acd1: Writes:
acd1: Audio: play, 255 volume levels
acd1: Mechanism: ejectable tray, unlocked
acd1: Medium: no/blank disc
GEOM: Configure ad0s3c, start 0 length 30071623680 end 30071623679
GEOM: new disk ad1
[0] f:00 typ:131 s(CHS):0/1/1 e(CHS):1023/254/63 s:63 l:78156162
[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 ad1s1, start 32256 length 40015954944 end 40015987199
(probe1:ata0:0:1:0): error 22
(probe1:ata0:0:1:0): Unretryable Error
(probe1:ata0:0:1:0): error 22
(probe1:ata0:0:1:0): Unretryable Error
(probe0:ata0:0:0:0): error 22
(probe0:ata0:0:0:0): Unretryable Error
(probe0:ata0:0:0:0): error 22
(probe0:ata0:0:0:0): Unretryable Error
(probe3:ata1:0:1:0): Retrying Command
(probe3:ata1:0:1:0): error 22
(probe3:ata1:0:1:0): Unretryable Error
(probe3:ata1:0:1:0): Retrying Command
(probe3:ata1:0:1:0): error 22
(probe3:ata1:0:1:0): Unretryable Error
pass0 at ata1 bus 0 target 0 lun 0
pass0: <MITSUMI CR-4804TE 3.0D> Removable CD-ROM SCSI-0 device 
pass0: Serial Number [
pass0: 3.300MB/s transfers
pass1 at ata1 bus 0 target 1 lun 0
pass1: <LITEON DVD-ROM LTD122 IL6J> Removable CD-ROM SCSI-0 device 
pass1: 33.000MB/s transfers
pass0 at ata1 bus 0 target 0 lun 0
pass0: <MITSUMI CR-4804TE 3.0D> Removable CD-ROM SCSI-0 device 
pass0: Serial Number [
pass0: 3.300MB/s transfers
pass1 at ata1 bus 0 target 1 lun 0
pass1: <LITEON DVD-ROM LTD122 IL6J> Removable CD-ROM SCSI-0 device 
pass1: 33.000MB/s transfers
Mounting root from ufs:/dev/ad0s2a
start_init: trying /sbin/init
Loading configuration files.
Entropy harvesting:
 interrupts
 ethernet
 point_to_point
.
kernel dumps on /dev/ad0s2b
swapon: adding /dev/ad0s2b as swap device
Starting file system checks:
/dev/ad0s2a: FILE SYSTEM CLEAN; SKIPPING CHECKS
/dev/ad0s2a: clean, 96656 free (544 frags, 12014 blocks, 0.4%
fragmentation)
/dev/ad0s2e: FILE SYSTEM CLEAN; SKIPPING CHECKS
/dev/ad0s2e: clean, 118024 free (152 frags, 14734 blocks, 0.1%
fragmentation)
/dev/ad0s2f: FILE SYSTEM CLEAN; SKIPPING CHECKS
/dev/ad0s2f: clean, 1127453 free (105709 frags, 127718 blocks, 1.9%
fragmentation)
/dev/ad0s2d: FILE SYSTEM CLEAN; SKIPPING CHECKS
/dev/ad0s2d: clean, 76618 free (1650 frags, 9371 blocks, 1.3%
fragmentation)
/dev/ad0s3c: FILE SYSTEM CLEAN; SKIPPING CHECKS
/dev/ad0s3c: clean, 1257014 free (886 frags, 157016 blocks, 0.0%
fragmentation)
Setting hostname: shoeserv.freebsd.
rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	options=8<VLAN_MTU>
	inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255
	inet6 fe80::250:fcff:fe1e:529f%rl0 prefixlen 64 tentative scopeid 0x1 
	ether 00:50:fc:1e:52:9f
	media: Ethernet autoselect (none)
	status: no carrier
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 0x2 
ISDN subsystem setup:
 isdnd
.
Flushed all rules.
Firewall rules loaded, starting divert daemons:
 natd
.
net.inet.ip.fw.enable: 
1
 -> 
1

Additional routing options:
 IP gateway=YES
.
hw.bus.devctl_disable: 
0
 -> 
1

Mounting NFS file systems:
.
Starting syslogd.
Dec 29 17:22:36  syslogd: /var/log/debug.log: No such file or directory
Dec 29 17:22:36 shoeserv syslogd: kernel boot file is
/boot/kernel/kernel
Checking for core dump...
savecore: no dumps found
Starting rpcbind.
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 mountd.
Starting nfsd.
Starting usbd.
Starting local daemons:
hw.snd.pcm0.vchans: 
0
 -> 
4

hw.bt848.card: 
-1
 -> 
10

lpt0: switched to polled extended mode
Dec 29 17:22:38 shoeserv kernel: lpt0: switched to polled extended mode
Working in auto mode
tun0: bpf attached
Using interface: tun0
Warning: No default entry found in config file.
.
Updating motd
.
i4b: unit 0, assigned TEI = 117 = 0x75
Configuring syscons:
 keymap
 scrnmap
 blanktime
.
Dec 29 17:22:39 shoeserv kernel: i4b: unit 0, assigned TEI = 117 = 0x75
Starting sshd.
i4b-L3 T303_timeout: SETUP not answered, cr = 79
i4b-L3 next_l3state: FSM illegal state, state = ST_U0 - Null, event =
EV_T303EXP - T303 timeout!
Initial i386 initialization:
.
Additional ABI support:
.
Starting cron.
Local package initialization:
 pgsql
cups: started scheduler.
 ddclient
Internet Software Consortium DHCP Server V3.0.1rc12

Copyright 1995-2003 Internet Software Consortium.

All rights reserved.

For info, please visit http://www.isc.org/products/DHCP

Wrote 0 deleted host decls to leases file.

Wrote 0 new dynamic host decls to leases file.

Wrote 9 leases to leases file.

Listening on BPF/rl0/00:50:fc:1e:52:9f/192.168.0.0/24

Sending on   BPF/rl0/00:50:fc:1e:52:9f/192.168.0.0/24

Sending on   Socket/fallback/fallback-net

 dhcpd
 Samba
.
Additional TCP options:
.
Starting background file system checks in 60 seconds.

Mon Dec 29 17:23:03 CET 2003
Dec 29 17:23:42 shoeserv login: ROOT LOGIN (root) ON ttyv0
Received on Mon Dec 29 2003 - 07:40:14 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:35 UTC