Date: Sat, 29 Apr 2006 22:18:39 +0200 From: Joerg Pernfuss <elessar@bsdforen.de> To: freebsd-net@freebsd.org Subject: [6.1-RC] xl(4) 'command never completed' infinite loop on shutdown Message-ID: <20060429221839.0f4ffddf@loki>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Hi guys,
when I upgraded my Laptop (ThinkPad 600) to FreeBSD 6.0 I had some
issues with my pccard based ethernet. These were somewhat resolved
with advice I got from mobile@. Setting
hw.cbb.start_memory=0xd8000
hw.pci.link.LNKA.irq=11
hw.pci.link.LNKB.irq=11
hw.pci.link.LNKC.irq=11
hw.pci.link.LNKD.irq=11
in /boot/loader.conf eased the pain.
Yesterday i updated my sources to the latest RELENG_6 and thought
I'd give it a try without that bandaid.
With device polling and net.isr.direct=1 my 3com 3CCFE575BT based
ethernet (serviced by xl(4)) flies with around 6MiByte/s and the
system is still as responsive as if nothing happens. Great work.
One minor nit though, upon shutdown, after the buffers are synced and
the uptime was reported, the systems prints 'xl0: command never
completed!' forever. Actually I aborted after 5 minutes, but I doubt
the behaviour would have changed significantly if I waited another
10 minutes.
Attached you find:
- verbose dmesg
- /boot/loader.conf
- kernel config (MJOELNIR)
I shouldn't forget to mention, the system has daichi@'s unionfs patchset
11 applied. Other than that, stock sources.
Mail archives and google were inconclusive so far. Any ideas?
Meanwhile I'll play a bit with my serial cable, maybe I can get some
output from a shutdown stage that late.
Regards,
Jörg
--
| /"\ ASCII ribbon | GnuPG Key ID | e86d b753 3deb e749 6c3a |
| \ / campaign against | 0xbbcaad24 | 5706 1f7d 6cfd bbca ad24 |
| X HTML in email | .the next sentence is true. |
| / \ and news | .the previous sentence was a lie. |
[-- Attachment #2 --]
# FreeBSD/i386 6.1 Kernel Config File
## BASIC STUFF
machine i386
cpu I686_CPU
ident MJOELNIR
device npx
device crypto
device cryptodev
device rndtest
maxusers 5
options ROOTDEVNAME=\"ufs:ad0s1a\"
## BASIC OPTIONS
options _KPOSIX_PRIORITY_SCHEDULING
options KBD_INSTALL_CDEV
options HZ="100"
options KSTACK_PAGES=3
options PREEMPTION
options ADAPTIVE_GIANT
device apic
options CLK_USE_I8254_CALIBRATION
device acpi
device acpi_video
## MANDATORY ACCESS CONTROL
options MAC
options MAC_BIBA
options MAC_BSDEXTENDED
options MAC_IFOFF
options MAC_LOMAC
options MAC_MLS
options MAC_PARTITION
options MAC_PORTACL
options MAC_SEEOTHERUIDS
## CPU OPTIONS
options CPU_FASTER_5X86_FPU
options CPU_UPGRADE_HW_CACHE
options CPU_DISABLE_5X86_LSSER
options PQ_CACHESIZE=512
options NO_F00F_HACK
## SYSTEM TUNING
options MAXSSIZ=(64UL*1024*1024)
options MAXDSIZ=(80UL*1024*1024)
options DFLDSIZ=(64UL*1024*1024)
## GEOM/GBDE Encrypted Disc Support
options GEOM_BDE
options GEOM_ELI
options GEOM_BSD
options GEOM_MBR
options GEOM_VOL
options GEOM_GATE
options GEOM_MIRROR
options GEOM_LABEL
## COMPATIBILITY
options COMPAT_43
options COMPAT_FREEBSD5
options COMPAT_FREEBSD4
options SYSVSHM
options SYSVMSG
options SYSVSEM
## Scheduler Choice
options SCHED_4BSD
## NETWORKING
options INET
options INET6
options FAST_IPSEC
options DEVICE_POLLING
options ZERO_COPY_SOCKETS
options TCP_DROP_SYNFIN
options IPSTEALTH
options TCP_SIGNATURE
## PACKET FILTER / TRAFFIC SHAPER
device pf
device pflog
device carp
options ALTQ
options ALTQ_HFSC
options ALTQ_PRIQ
## BERKLEY PACKET FILTER
device bpf
## FILE-SYSTEMS
options FFS
options MSDOSFS
options CD9660
options UNIONFS
## UFS Options
#options QUOTA
options SOFTUPDATES
options UFS_ACL
options UFS_DIRHASH
options MSDOSFS_ICONV
options CD9660_ICONV
## SYSTEM BUSSES
device isa
device pci
device scbus
device usb
device miibus
## CONTROLLERS
device fdc
device ata
device atkbdc
## Devices
device uart
device atadisk
device atapicd
device da
device atkbd
device vga
device sc
device random
device mem
device io
device xl
device uhci
device ugen
device umass
device ums
device pmtimer
device splash
device psm
device sound
device "snd_mss"
device vlan
device wlan
device wlan_wep
device wlan_ccmp
device wlan_tkip
device wlan_xauth
device wlan_acl
## DEVICE OPTIONS
options ATA_STATIC_ID
options SC_PIXEL_MODE
options VGA_WIDTH90
options VESA
options ACCEPT_FILTER_HTTP
options ACCEPT_FILTER_DATA
## PSEUDO DEVICES
device loop
device ether
device tun
device ppp
device pty
device md
device snp
device tap
device io
device gif
device faith
device stf
## PCMCIA
device cbb
device cardbus
## UNSORTED / TRY OUT
options LIBICONV
options ATKBD_DFLT_KEYMAP
makeoptions ATKBD_DFLT_KEYMAP="german.iso"
options PSM_HOOKRESUME
options PSM_RESETAFTERSUSPEND
options LIBALIAS
device smbus
device iicsmb
device intpm
device ichsmb
device iicbus
device iicbb
device ic
device iic
device vt
device cpufreq
device apm
device pmtimer
[-- Attachment #3 --]
splash_bmp_load="YES"
snd_mss_load="YES"
bitmap_load="YES"
bitmap_name="/boot/splash.bmp"
autoboot_delay="5"
loader_color="YES"
debug.mpsafenet="1"
net.isr.direct="1"
hw.ata.ata_dma="1"
hw.ata.atapi_dma="1"
kern.maxproc="300"
kern.maxprocperuid="100"
[-- Attachment #4 --]
Copyright (c) 1992-2006 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 6.1-RC #1: Sat Apr 29 12:36:30 CEST 2006
root@mjoelnir.starkstrom.lan:/usr/obj/usr/src/sys/MJOELNIR
Preloaded elf kernel "/boot/kernel/kernel" at 0xc0a05000.
Preloaded elf module "/boot/kernel/splash_bmp.ko" at 0xc0a05174.
Preloaded splash_image_data "/boot/splash.bmp" at 0xc0a05224.
Calibrating clock(s) ... i8254 clock: 1193105 Hz
Timecounter "i8254" frequency 1193105 Hz quality 0
Calibrating TSC clock ... TSC clock: 298403204 Hz
CPU: Pentium II/Pentium II Xeon/Celeron (298.40-MHz 686-class CPU)
Origin = "GenuineIntel" Id = 0x652 Stepping = 2
Features=0x183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR>
real memory = 134021120 (127 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages)
0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages)
0x0000000000c26000 - 0x0000000007d58fff, 118697984 bytes (28979 pages)
avail memory = 121683968 (116 MB)
bios32: Found BIOS32 Service Directory header at 0xc00fd800
bios32: Entry = 0xfd820 (c00fd820) Rev = 0 Len = 1
pcibios: PCI BIOS entry at 0xfd880+0x0
pnpbios: Found PnP BIOS data at 0xc00fe700
pnpbios: Entry = f0000:e724 Rev = 1.0
pnpbios: Event flag at 415
Other BIOS signatures found:
Security policy loaded: TrustedBSD MAC/ifoff (mac_ifoff)
Security policy loaded: TrustedBSD MAC/MLS (mac_mls)
Security policy loaded: TrustedBSD MAC/Biba (mac_biba)
Security policy loaded: TrustedBSD MAC/LOMAC (mac_lomac)
Security policy loaded: TrustedBSD MAC/BSD Extended (mac_bsdextended)
Security policy loaded: TrustedBSD MAC/seeotheruids (mac_seeotheruids)
Security policy loaded: TrustedBSD MAC/Partition (mac_partition)
Security policy loaded: TrustedBSD MAC/portacl (trustedbsd_mac_portacl)
wlan: <802.11 MAC ACL support>
wlan: mac acl policy registered
wlan: <802.11 Link Layer>
crypto: <crypto core>
null: <null device, zero device>
random: <entropy source, Software, Yarrow>
io: <I/O>
mem: <memory>
Pentium Pro MTRR support enabled
VESA: information block
56 45 53 41 00 02 1f 01 00 01 00 00 00 00 22 00
00 01 1f 00 1c 01 00 01 00 01 09 01 00 01 1a 01
00 01 00 01 01 01 02 01 03 01 04 01 05 01 0d 01
0e 01 10 01 11 01 12 01 13 01 14 01 15 01 16 01
VESA: 22 mode(s) found
VESA: v2.0, 1984k memory, flags:0x0, mode table:0xc0881b22 (1000022)
VESA: MagicGraph 128XD 40K SVGA BIOS
VESA: NeoMagic MagicGraph 128XV 01.0
splash: image@0xc0943204, size:787506
splash_bmp: beyond screen capacity (1024x768, 255 colors)
splash_bmp: beyond screen capacity (1024x768, 255 colors)
bmp_start(): splash_mode:261
splash: image decoder found: splash_bmp
acpi0: <IBM TP600> on motherboard
pci_open(1): mode 1 addr port (0x0cf8) is 0x00000064
pci_open(1a): mode1res=0x80000000 (0x80000000)
pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=71928086)
pcibios: BIOS version 2.10
Found $PIR table, 4 entries at 0xc00f9e10
PCI-Only Interrupts: none
Location Bus Device Pin Link IRQs
embedded 0 7 A 0x60 3 4 5 6 7 9 10 11 12 14 15
embedded 0 7 D 0x63 3 4 5 6 7 9 10 11 12 14 15
embedded 0 2 A 0x60 3 4 5 6 7 9 10 11 12 14 15
embedded 0 2 B 0x61 3 4 5 6 7 9 10 11 12 14 15
embedded 0 3 A 0x60 3 4 5 6 7 9 10 11 12 14 15
embedded 0 4 A 0x60 3 4 5 6 7 9 10 11 12 14 15
embedded 0 4 B 0x61 3 4 5 6 7 9 10 11 12 14 15
embedded 0 4 C 0x62 3 4 5 6 7 9 10 11 12 14 15
embedded 0 4 D 0x63 3 4 5 6 7 9 10 11 12 14 15
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: bus 0 dev 1 func 0
acpi0: [MPSAFE]
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: bus 0 dev 1 func 3
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: bus 0 dev 2 func 0
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: bus 0 dev 2 func 1
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: bus 0 dev 7 func 1
acpi0: Power Button (fixed)
atpic: Programming IRQ9 as level/low
pci_link0: Links after initial probe:
Index IRQ Rtd Ref IRQs
0 255 N 0 3 4 5 6 7 9 10 11 12 14 15
pci_link0: Links after initial validation:
Index IRQ Rtd Ref IRQs
0 255 N 0 3 4 5 6 7 9 10 11 12 14 15
pci_link0: Links after disable:
Index IRQ Rtd Ref IRQs
0 255 N 0 3 4 5 6 7 9 10 11 12 14 15
pci_link1: Links after initial probe:
Index IRQ Rtd Ref IRQs
0 255 N 0 3 4 5 6 7 9 10 11 12 14 15
pci_link1: Links after initial validation:
Index IRQ Rtd Ref IRQs
0 255 N 0 3 4 5 6 7 9 10 11 12 14 15
pci_link1: Links after disable:
Index IRQ Rtd Ref IRQs
0 255 N 0 3 4 5 6 7 9 10 11 12 14 15
pci_link2: Links after initial probe:
Index IRQ Rtd Ref IRQs
0 255 N 0 3 4 5 6 7 9 10 11 12 14 15
pci_link2: Links after initial validation:
Index IRQ Rtd Ref IRQs
0 255 N 0 3 4 5 6 7 9 10 11 12 14 15
pci_link2: Links after disable:
Index IRQ Rtd Ref IRQs
0 255 N 0 3 4 5 6 7 9 10 11 12 14 15
pci_link3: Links after initial probe:
Index IRQ Rtd Ref IRQs
0 255 N 0 3 4 5 6 7 9 10 11 12 14 15
pci_link3: Links after initial validation:
Index IRQ Rtd Ref IRQs
0 255 N 0 3 4 5 6 7 9 10 11 12 14 15
pci_link3: Links after disable:
Index IRQ Rtd Ref IRQs
0 255 N 0 3 4 5 6 7 9 10 11 12 14 15
acpi_ec0: <Embedded Controller: GPE 0x9, GLK> port 0x62,0x66 on acpi0
acpi_ec0: info: new max delay is 10 us
acpi_ec0: info: new max delay is 20 us
acpi_ec0: info: new max delay is 30 us
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: bus 0 dev 0 func 1
ACPI timer: 0/4 0/4 0/4 0/4 0/4 0/4 0/4 0/4 0/4 0/4 -> 0
Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0xef08-0xef0b on acpi0
cpu0: <ACPI CPU> on acpi0
acpi_throttle0: <ACPI CPU Throttling> on cpu0
acpi_throttle0: P_CNT from P_BLK 0xef10
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_button0: <Sleep Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
ACPI: Found matching pin for 0.7.INTD at func 2: 255
ACPI: Found matching pin for 0.2.INTA at func 0: 255
ACPI: Found matching pin for 0.2.INTB at func 1: 255
ACPI: Found matching pin for 0.3.INTA at func 0: 255
pci0: <ACPI PCI bus> on pcib0
pci0: physical bus=0
found-> vendor=0x8086, dev=0x7192, revid=0x02
bus=0, slot=0, func=0
class=06-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x0006, statreg=0xa200, cachelnsz=0 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
map[10]: type 3, range 32, base 00000000, size 28, enabled
found-> vendor=0x104c, dev=0xac16, revid=0x02
bus=0, slot=2, func=0
class=06-07-00, hdrtype=0x02, mfdev=1
cmdreg=0x0007, statreg=0x0210, cachelnsz=8 (dwords)
lattimer=0xa8 (5040 ns), mingnt=0xc0 (48000 ns), maxlat=0x03 (750 ns)
intpin=a, irq=255
powerspec 1 supports D0 D1 D2 D3 current D0
map[10]: type 1, range 32, base 20301000, size 12, enabled
found-> vendor=0x104c, dev=0xac16, revid=0x02
bus=0, slot=2, func=1
class=06-07-00, hdrtype=0x02, mfdev=1
cmdreg=0x0007, statreg=0x0210, cachelnsz=8 (dwords)
lattimer=0xa8 (5040 ns), mingnt=0xc0 (48000 ns), maxlat=0x03 (750 ns)
intpin=b, irq=255
powerspec 1 supports D0 D1 D2 D3 current D0
map[10]: type 1, range 32, base 20300000, size 12, enabled
found-> vendor=0x10c8, dev=0x0004, revid=0x01
bus=0, slot=3, func=0
class=03-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x0007, statreg=0x0280, cachelnsz=0 (dwords)
lattimer=0x80 (3840 ns), mingnt=0x10 (4000 ns), maxlat=0xff (63750 ns)
intpin=a, irq=255
map[10]: type 3, range 32, base e0000000, size 24, enabled
map[14]: type 1, range 32, base 20000000, size 21, enabled
map[18]: type 1, range 32, base 20200000, size 20, enabled
found-> vendor=0x8086, dev=0x7110, revid=0x01
bus=0, slot=7, func=0
class=06-80-00, hdrtype=0x00, mfdev=1
cmdreg=0x000f, statreg=0x0280, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x8086, dev=0x7111, revid=0x01
bus=0, slot=7, func=1
class=01-01-80, hdrtype=0x00, mfdev=0
cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
lattimer=0x30 (1440 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
map[20]: type 4, range 32, base 0000fcf0, size 4, enabled
found-> vendor=0x8086, dev=0x7112, revid=0x01
bus=0, slot=7, func=2
class=0c-03-00, hdrtype=0x00, mfdev=0
cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
lattimer=0x30 (1440 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=d, irq=255
map[20]: type 4, range 32, base 00008400, size 5, enabled
found-> vendor=0x8086, dev=0x7113, revid=0x01
bus=0, slot=7, func=3
class=06-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)
map[90]: type 4, range 32, base 0000efa0, size 4, enabled
cbb0: <TI1250 PCI-CardBus Bridge> mem 0x20301000-0x20301fff at device 2.0 on pci0
cbb0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0x20301000
cardbus0: <CardBus bus> on cbb0
pcib0: matched entry for 0.2.INTA (src \\_SB_.LNKA:0)
pci_link0: Picked IRQ 9 with weight 0
pcib0: slot 2 INTA routed to irq 9 via \\_SB_.LNKA
cbb0: [MPSAFE]
cbb0: PCI Configuration space:
0x00: 0xac16104c 0x02100007 0x06070002 0x0082a808
0x10: 0x20301000 0x020000a0 0xb0030100 0xfffff000
0x20: 0x00000000 0xfffff000 0x00000000 0x0000fffc
0x30: 0x00000000 0x0000fffc 0x00000000 0x07400109
0x40: 0x00921014 0x00000001 0x00000000 0x00000000
0x50: 0x00000000 0x00000000 0x00000000 0x00000000
0x60: 0x00000000 0x00000000 0x00000000 0x00000000
0x70: 0x00000000 0x00000000 0x00000000 0x00000000
0x80: 0x00449061 0x00000000 0x01818148 0xfba97543
0x90: 0x606202c0 0x00000000 0x00000000 0x00000000
0xa0: 0x7e210001 0x00800000 0x00000000 0x00000000
0xb0: 0x00000000 0x00000000 0x00000000 0x00000000
0xc0: 0x00000000 0x00000000 0x00000000 0x00000000
0xd0: 0x00000000 0x00000000 0x00000000 0x00000000
0xe0: 0x00000000 0x00000000 0x00000000 0x00000000
0xf0: 0x00000000 0x00000000 0x00000000 0x00000000
cbb1: <TI1250 PCI-CardBus Bridge> mem 0x20300000-0x20300fff at device 2.1 on pci0
cbb1: Reserved 0x1000 bytes for rid 0x10 type 3 at 0x20300000
cardbus1: <CardBus bus> on cbb1
pcib0: matched entry for 0.2.INTB (src \\_SB_.LNKB:0)
pci_link1: Picked IRQ 9 with weight 3
pcib0: slot 2 INTB routed to irq 9 via \\_SB_.LNKB
cbb1: [MPSAFE]
cbb1: PCI Configuration space:
0x00: 0xac16104c 0x02100007 0x06070002 0x0082a808
0x10: 0x20300000 0x020000a0 0xb0060400 0xfffff000
0x20: 0x00000000 0xfffff000 0x00000000 0x0000fffc
0x30: 0x00000000 0x0000fffc 0x00000000 0x07400209
0x40: 0x00921014 0x00000001 0x00000000 0x00000000
0x50: 0x00000000 0x00000000 0x00000000 0x00000000
0x60: 0x00000000 0x00000000 0x00000000 0x00000000
0x70: 0x00000000 0x00000000 0x00000000 0x00000000
0x80: 0x0044b061 0x00000000 0x01818148 0xfba97543
0x90: 0x606202c0 0x00000000 0x00000000 0x00000000
0xa0: 0x7e210001 0x00800000 0x00000000 0x00000000
0xb0: 0x00000000 0x00000000 0x00000000 0x00000000
0xc0: 0x00000000 0x00000000 0x00000000 0x00000000
0xd0: 0x00000000 0x00000000 0x00000000 0x00000000
0xe0: 0x00000000 0x00000000 0x00000000 0x00000000
0xf0: 0x00000000 0x00000000 0x00000000 0x00000000
acpi_video0: <ACPI video extension> mem 0xe0000000-0xe0ffffff,0x20000000-0x201fffff,0x20200000-0x202fffff at device 3.0 on pci0
found LCD panel(110), detectable by BIOS, head #0
found CRT monitor(100), detectable by BIOS, head #0
PCI-ISA bridge with incorrect subclass 0x80
PCI-ISA bridge with incorrect subclass 0x80
isab0: <PCI-ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel PIIX4 UDMA33 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfcf0-0xfcff at device 7.1 on pci0
atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xfcf0
ata0: <ATA channel 0> on atapci0
atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0
atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6
ata0: reset tp1 mask=03 ostat0=50 ostat1=00
ata0: stat0=0x50 err=0x01 lsb=0x00 msb=0x00
ata0: stat1=0x00 err=0x01 lsb=0x00 msb=0x00
ata0: reset tp2 stat0=50 stat1=00 devices=0x1<ATA_MASTER>
ata0: [MPSAFE]
ata1: <ATA channel 1> on atapci0
atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170
atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376
ata1: reset tp1 mask=03 ostat0=00 ostat1=00
ata1: stat0=0x00 err=0x00 lsb=0x00 msb=0x00
ata1: stat1=0x00 err=0x00 lsb=0x00 msb=0x00
ata1: reset tp2 stat0=00 stat1=00 devices=0x0
ata1: [MPSAFE]
uhci0: <Intel 82371AB/EB (PIIX4) USB controller> port 0x8400-0x841f at device 7.2 on pci0
uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0x8400
pcib0: matched entry for 0.7.INTD (src \\_SB_.LNKD:0)
pci_link3: Picked IRQ 9 with weight 5
pcib0: slot 7 INTD routed to irq 9 via \\_SB_.LNKD
uhci0: [GIANT-LOCKED]
usb0: <Intel 82371AB/EB (PIIX4) USB controller> on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
intpm0: <Intel 82371AB Power management controller> port 0xefa0-0xefaf irq 9 at device 7.3 on pci0
intpm0: Reserved 0x10 bytes for rid 0x90 type 4 at 0xefa0
intpm0: I/O mapped efa0
intpm0: intr IRQ 9 enabled revision 0
intpm0: [GIANT-LOCKED]
intsmb0: <Intel PIIX4 SMBUS Interface> on intpm0
smbus1: <System Management Bus> on intsmb0
intpm0: PM I/O mapped ef00
acpi_tz0: <Thermal Zone> on acpi0
acpi_ec0: info: new max delay is 50 us
acpi_tz1: <Thermal Zone> on acpi0
acpi_tz2: <Thermal Zone> on acpi0
fdc0: <floppy drive controller (FDE)> port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0
fdc0: ic_type 90 part_id 73
fdc0: [MPSAFE]
fdc0: [FAST]
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 on acpi0
uart0: fast interrupt
pcm0: <CS423x> port 0x530-0x537,0x388-0x38b,0x220-0x233 irq 5 drq 1,0 on acpi0
pcm0: [GIANT-LOCKED]
pcm0: sndbuf_setmap ff4000, 1000; 0xc7cb6000 -> ff4000
pcm0: sndbuf_setmap ff3000, 1000; 0xc7cb7000 -> ff3000
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
atkbd: the current kbd controller command byte 0065
atkbd: keyboard ID 0x54ab (2)
kbd0 at atkbd0
kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000
atkbd0: [GIANT-LOCKED]
psm0: unable to allocate IRQ
psmcpnp0: <PS/2 mouse port> irq 12 on acpi0
psm0: current command byte:0065
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:00006000, flags:00000008, packet size:3
psm0: syncmask:c0, syncbits:00
battery0: <ACPI Control Method Battery> on acpi0
acpi_acad0: <AC Adapter> on acpi0
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
fdc: fdc0 already exists; skipping it
pnp_identify: Trying Read_Port at 203
pnp_identify: Trying Read_Port at 243
pnp_identify: Trying Read_Port at 283
pnp_identify: Trying Read_Port at 2c3
pnp_identify: Trying Read_Port at 303
pnp_identify: Trying Read_Port at 343
pnp_identify: Trying Read_Port at 383
pnp_identify: Trying Read_Port at 3c3
PNP Identify complete
vt: vt0 already exists; skipping it
sc: sc0 already exists; skipping it
vga: vga0 already exists; skipping it
isa_probe_children: disabling PnP devices
isa_probe_children: probing non-PnP devices
pmtimer0 on isa0
orm0: <ISA Option ROM> at iomem 0xc0000-0xc9fff on isa0
adv0: not probed (disabled)
aha0: not probed (disabled)
aic0: not probed (disabled)
bt0: not probed (disabled)
cs0: not probed (disabled)
ed0: not probed (disabled)
fe0: not probed (disabled)
ie0: not probed (disabled)
lnc0: not probed (disabled)
ppc0: 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 on isa0
sio1: not probed (disabled)
sio2: not probed (disabled)
sio3: not probed (disabled)
sn0: not probed (disabled)
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
vt0: not probed (disabled)
isa_probe_children: probing PnP devices
Device configuration finished.
Timecounter "TSC" frequency 298403204 Hz quality 800
Timecounters tick every 10.000 msec
crypto: <crypto device>
crypto: assign driver 0, flags 6
crypto: driver 0 registers alg 1 flags 0 maxoplen 0
crypto: driver 0 registers alg 2 flags 0 maxoplen 0
crypto: driver 0 registers alg 3 flags 0 maxoplen 0
crypto: driver 0 registers alg 4 flags 0 maxoplen 0
crypto: driver 0 registers alg 5 flags 0 maxoplen 0
crypto: driver 0 registers alg 17 flags 0 maxoplen 0
crypto: driver 0 registers alg 6 flags 0 maxoplen 0
crypto: driver 0 registers alg 7 flags 0 maxoplen 0
crypto: driver 0 registers alg 15 flags 0 maxoplen 0
crypto: driver 0 registers alg 8 flags 0 maxoplen 0
crypto: driver 0 registers alg 16 flags 0 maxoplen 0
crypto: driver 0 registers alg 9 flags 0 maxoplen 0
crypto: driver 0 registers alg 10 flags 0 maxoplen 0
crypto: driver 0 registers alg 13 flags 0 maxoplen 0
crypto: driver 0 registers alg 14 flags 0 maxoplen 0
crypto: driver 0 registers alg 11 flags 0 maxoplen 0
crypto: driver 0 registers alg 18 flags 0 maxoplen 0
Fast IPsec: Initialized Security Association Processing.
lo0: bpf attached
pflog0: bpf attached
battery0: battery initialization start
acpi_acad0: acline initialization start
cardbus1: Resource not specified in CIS: id=14, size=80
cardbus1: Resource not specified in CIS: id=18, size=80
found-> vendor=0x10b7, dev=0x5157, revid=0x01
bus=4, slot=0, func=0
class=02-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x0000, statreg=0x0210, cachelnsz=8 (dwords)
lattimer=0xa8 (5040 ns), mingnt=0x0a (2500 ns), maxlat=0x05 (1250 ns)
intpin=a, irq=9
powerspec 1 supports D0 D1 D2 D3 current D0
xl0: <3Com 3c575B Fast Etherlink XL> port 0x1000-0x107f mem 0x88000000-0x8800007f,0x88001000-0x8800107f irq 9 at device 0.0 on cardbus1
xl0: Reserved 0x80 bytes for rid 0x10 type 4 at 0x1000
xl0: using port I/O
xl0: Reserved 0x80 bytes for rid 0x18 type 3 at 0x88001000
xl0: Reserved 0x1 bytes for rid 0 type 1 at 0x9
xl0: media options word: 40
xl0: found MII/AUTO
miibus0: <MII bus> on xl0
tdkphy0: <TDK 78Q2120 media interface> on miibus0
tdkphy0: OUI 0x00c039, model 0x0014, rev. 11
tdkphy0: 10baseT, 100baseTX, auto
xl0: bpf attached
xl0: Ethernet address: 00:50:da:9a:2e:82
xl0: [MPSAFE]
ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA33 cable=40 wire
acpi_acad0: On Line
acpi_acad0: acline initialization done, tried 1 times
acpi_tz1: _AC0: temperature 43.8 >= setpoint 36.5
acpi_tz1: switched from NONE to _AC0: 43.8C
ad0: setting PIO4 on PIIX4 chip
ad0: setting UDMA33 on PIIX4 chip
ad0: 4887MB <IBM DADA-25120 AD5IA4CA> at ata0-master UDMA33
ad0: 10009440 sectors [10592C/15H/63S] 16 sectors/interrupt 1 depth queue
fdc0: output ready timeout
fdc0: output ready timeout
fdc0: output ready timeout
fdc0: output ready timeout
fdc0: output ready timeout
fdc0: output ready timeout
fdc0: output ready timeout
acpi_ec0: info: new max delay is 60 us
battery0: battery initialization done, tried 1 times
fdc0: output ready timeout
fdc0: input ready timeout
fdc0: input ready timeout
fdc0: output ready timeout
fdc0: input ready timeout
fdc0: input ready timeout
fdc0: output ready timeout
fdc0: input ready timeout
fdc0: input ready timeout
fdc0: output ready timeout
fdc0: input ready timeout
fdc0: input ready timeout
GEOM: new disk ad0
Trying to mount root from ufs:/dev/ad0s1a
start_init: trying /sbin/init
GEOM_ELI: Device ad0s1b.eli created.
GEOM_ELI: Cipher: AES
GEOM_ELI: Key length: 256
GEOM_ELI: Crypto: software
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060429221839.0f4ffddf>
