A few weeks ago i reported about stange freezes happening while starting
KDE2 beta. Yesterday i've found guilty in these freezes. It is sbc0.
PC freezes while openning /dev/audio device. I tried to do it by myself
using midc - just hit F3 key on /dev/audio file and got the freeze.
dmesg, device.hints and kernel config are in the attachment.

Can anybody help to solve the problem?
#
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#    http://www.freebsd.org/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.ORG/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.249 2000/03/21 17:00:58 dan Exp $

machine         i386
cpu             I686_CPU
ident           WS_ILMAR
maxusers        32

#makeoptions    DEBUG=-g                #Build kernel with gdb(1) debug symbols

#options        MATH_EMULATE            #Support for x87 emulation
options         INET                    #InterNETworking
options         INET6                   #IPv6 communications protocols
options         IPSEC
options         IPSEC_ESP
options         FFS                     #Berkeley Fast Filesystem
options         FFS_ROOT                #FFS usable as root device [keep this!]

# Soft updates is technique for improving file system speed and
# making abrupt shutdown less risky.  It is not enabled by default due
# to copyright restraints on the code that implement it.
#
# Read ../../ufs/ffs/README.softupdates to learn what you need to
# do to enable this.  ../../contrib/softupdates/README gives
# more details on how they actually work.
#
options         SOFTUPDATES

# Extended attributes allow additional data to be associated with files,
# and is used for ACLs, Capabilities, and MAC labels
#
options FFS_EXTATTR

options         MFS                     #Memory Filesystem
#options        MD_ROOT                 #MD is a potential root device
options         NFS                     #Network Filesystem
#options        NFS_ROOT                #NFS usable as root device, NFS required
options         MSDOSFS                 #MSDOS Filesystem
options         CD9660                  #ISO 9660 Filesystem
#options        CD9660_ROOT             #CD-ROM usable as root, CD9660 required
options         PROCFS                  #Process filesystem
options         KERNFS
options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
options         SCSI_DELAY=15000        #Delay (in ms) before probing SCSI
options         UCONSOLE                #Allow users to grab the console
#options        USERCONFIG              #boot -c editor
#options        VISUAL_USERCONFIG       #visual boot -c editor
options         KTRACE                  #ktrace(1) support
options         SYSVSHM                 #SYSV-style shared memory
options         SYSVMSG                 #SYSV-style message queues
options         SYSVSEM                 #SYSV-style semaphores
options         P1003_1B                #Posix P1003_1B real-time extentions
options         _KPOSIX_PRIORITY_SCHEDULING
options         SOFTUPDATES
options         KBD_INSTALL_CDEV
options         RANDOMDEV

# To make an SMP kernel, the next two are needed
#options        SMP                     # Symmetric MultiProcessor Kernel
#options        APIC_IO                 # Symmetric (APIC) I/O
# Optionally these may need tweaked, (defaults shown):
#options        NCPU=2                  # number of CPUs
#options        NBUS=4                  # number of busses
#options        NAPIC=1                 # number of IO APICs
#options        NINTR=24                # number of INTs

device          isa
device          pci
#options        COMPAT_OLDISA           # Old ISA driver shims
#options        COMPAT_OLDPCI           # Old PCI driver shims

# Floppy drives
#device         fdc0    at isa? port IO_FD1 irq 6 drq 2
#device         fd0     at fdc0 drive 0
#device         fd1     at fdc0 drive 1
device          fdc

# ATA and ATAPI devices
#device         ata0    at isa? port IO_WD1 irq 14
#device         ata1    at isa? port IO_WD2 irq 15
device          ata
device          atadisk                 # ATA disk drives
device          atapicd                 # ATAPI CDROM drives
options         ATA_STATIC_ID           #Static device numbering
options         ATA_ENABLE_ATAPI_DMA    #Enable DMA on ATAPI devices

# atkbdc0 controls both the keyboard and the PS/2 mouse
#device         atkbdc0 at isa? port IO_KBD
#device         atkbd0  at atkbdc? irq 1
device          atkbdc
device          atkbd
#device         psm0    at atkbdc? irq 12

#device         vga0    at isa?
device          vga

# splash screen/screen saver
device          splash

# syscons is the default console driver, resembling an SCO console
#device         sc0     at isa?
device          sc

# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device         vt0     at isa?
#options        XSERVER                 # support for X server on a vt console
#options        FAT_CURSOR              # start with block cursor
# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
#options        PCVT_SCANSET=2          # IBM keyboards are non-std

# Floating point support - do not disable.
#device         npx0    at nexus? port IO_NPX irq 13
device          npx

# Power management support (see LINT for more options)
#device         apm0    at nexus? disable flags 0x20 # Advanced Power Management
device          apm

# Serial (COM) ports
#device         sio0    at isa? port IO_COM1 flags 0x10 irq 4
#device         sio1    at isa? port IO_COM2 irq 3
device          sio

# Parallel port
#device         ppc0    at isa? irq 7
device          ppc
device          ppbus           # Parallel port bus (required)
device          lpt             # Printer
device          plip            # TCP/IP over parallel
device          ppi             # Parallel port interface device
#device         vpo             # Requires scbus and da


# PCI Ethernet NICs that use the common MII bus controller code.
device          miibus          # MII bus support
device          rl              # RealTek 8129/8139


# Pseudo devices - the number indicates how many units to allocated.
device          loop            # Network loopback
device          ether           # Ethernet support
#device         sl      1       # Kernel SLIP
#device         ppp     1       # Kernel PPP
device          tun             # Packet tunnel.
device          pty             # Pseudo-ttys (telnet etc)
device          md              # Memory "disks"
device          gif     4       # IPv6 and IPv4 tunneling
device          faith   1       # IPv6-to-IPv4 relaying (translation)

# The `bpf' pseudo-device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
device          bpf             # Berkeley packet filter

# USB support
#device         uhci            # UHCI PCI->USB interface
#device         ohci            # OHCI PCI->USB interface
#device         usb             # USB Bus (required)
#device         ugen            # Generic
#device         uhid            # "Human Interface Devices"
#device         ukbd            # Keyboard
#device         ulpt            # Printer
#device         umass           # Disks/Mass storage - Requires scbus and da
#device         ums             # Mouse
#device         urio            # Diamond Rio 500 MP3 player
# USB Ethernet, requires mii
#device         aue             # ADMtek USB ethernet
#device         cue             # CATC USB ethernet
#device         kue             # Kawasaki LSI USB ethernet

options         COMPAT_LINUX

device          pcm
#device         sbc0    at isa? port 0x220 irq 5 drq 1 flags 0x15
#device         midi0
device          sbc
device          midi
device          seq

# sbc:  Creative SoundBlaster ISA PnP/non-PnP
#       Supports ESS and Avance ISA chips as well.
# For non-PnP cards:
#device         sbc0    at isa? port 0x220 irq 5 drq 1 flags 0x15
#device         gusc0   at isa? port 0x220 irq 5 drq 1 flags 0x13

device          smbus
device          smb
device          intpm
hint.fdc.0.at="isa"
hint.fdc.0.port="0x3F0"
hint.fdc.0.irq="6"
hint.fdc.0.drq="2"
hint.fd.0.at="fdc0"
hint.fd.0.drive="0"
hint.fd.1.at="fdc0"
hint.fd.1.drive="1"
hint.atkbdc.0.at="isa"
hint.atkbdc.0.port="0x060"
hint.atkbd.0.at="atkbdc"
hint.atkbd.0.irq="1"
hint.vga.0.at="isa"
hint.sc.0.at="isa"
hint.npx.0.at="nexus"
hint.npx.0.port="0x0F0"
hint.npx.0.irq="13"
hint.apm.0.at="nexus"
hint.apm.0.disabled="0"
hint.apm.0.flags="0x20"
hint.sio.0.at="isa"
hint.sio.0.port="0x3F8"
hint.sio.0.flags="0x10"
hint.sio.0.irq="4"
hint.sio.1.at="isa"
hint.sio.1.port="0x2F8"
hint.sio.1.irq="3"
hint.ppc.0.at="isa"
hint.ppc.0.irq="7"
Copyright (c) 1992-2000 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
        The Regents of the University of California. All rights reserved.
FreeBSD 5.0-CURRENT #0: Thu Aug 24 23:41:44 MSD 2000
    [EMAIL PROTECTED]:/var/ftp/pub/FreeBSD/current-src/sys/compile/WS_ILMAR
Timecounter "i8254"  frequency 1193182 Hz
CPU: Pentium II/Pentium II Xeon/Celeron (367.50-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x660  Stepping = 0
  
Features=0x183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR>

real memory  = 134152192 (131008K bytes)
avail memory = 126627840 (123660K bytes)
Preloaded elf kernel "kernel" at 0xc03e7000.
seq0-63: Midi sequencers.
Pentium Pro MTRR support enabled
md0: Malloc disk
apm0: <APM BIOS> on motherboard
apm0: found APM BIOS v1.2, connected at v1.2
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcib0: <Intel 82443BX (440 BX) host to PCI bridge> on motherboard
pci0: <PCI bus> on pcib0
pci0: <Intel 82443BX (440 BX) host to PCI bridge> at 0.0
pcib1: <Intel 82443BX (440 BX) PCI-PCI (AGP) bridge> at device 1.0 on pci0
pci1: <PCI bus> on pcib1
isab0: <Intel 82371AB PCI to ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel PIIX4 ATA33 controller> port 0xf000-0xf00f at device 7.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
pci0: <Intel 82371AB/EB (PIIX4) USB controller> at 7.2 irq 11
intpm0: <Intel 82371AB Power management controller> port 0x5000-0x500f irq 9 at device 
7.3 on pci0
intpm0: I/O mapped 5000
intpm0: intr IRQ 9 enabled revision 0
smbus0: <System Management Bus> on intsmb0
smb0: <SMBus general purpose I/O> on smbus0
intpm0: PM I/O mapped 4000 
pci0: <Matrox MGA Millennium 2064W graphics accelerator> at 9.0 irq 9
rl0: <RealTek 8139 10/100BaseTX> port 0xe400-0xe47f mem 0xe7000000-0xe700007f irq 11 
at device 11.0 on pci0
rl0: Ethernet address: 00:c0:df:23:60:e2
miibus0: <MII bus> on rl0
rlphy0: <RealTek internal media interface> on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
plip0: <PLIP network interface> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
sc0: <System console> on isa0
sc0: VGA <16 virtual consoles, flags=0x200>
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
sbc0: <ESS ES1868> at port 0x220-0x22f,0x388-0x38b,0x330-0x331 irq 5 drq 1,0 on isa0
pcm0: <ESS 18xx DSP> on sbc0
midi0: <SB Midi Interface> on sbc0
midi1: <SB OPL FM Synthesizer> on sbc0
unknown: <PNP0303> can't assign resources
unknown: <PNP0a03> can't assign resources
unknown: <PNP0501> can't assign resources
unknown: <PNP0700> can't assign resources
unknown: <PNP0400> can't assign resources
unknown: <PNP0501> can't assign resources
IPsec: Initialized Security Association Processing.
ad0: 3077MB <ST33232A> [6253/16/63] at ata0-master using UDMA33
ata1-master: DMA limited to UDMA33, non-ATA66 compliant cable
ad2: 19574MB <IBM-DPTA-372050> [39770/16/63] at ata1-master using UDMA33
acd0: CDROM <HITACHI CDR-8335> at ata1-slave using WDMA2
Mounting root from ufs:/dev/ad0s2a
WARNING: / was not properly dismounted
Connection attempt to UDP 194.67.173.16:1047 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1050 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1053 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1056 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1058 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1061 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1064 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1067 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1106 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1109 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1112 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1114 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1115 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1118 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1121 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1124 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1128 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1131 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1134 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1136 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1137 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1140 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1143 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1146 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1150 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1153 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1156 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1159 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1162 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1165 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1167 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1168 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1183 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1186 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1189 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1192 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1193 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1196 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1199 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1202 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1206 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1209 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1212 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1215 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1217 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1220 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1223 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1226 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1233 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1236 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1239 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1242 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1245 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1248 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1251 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1254 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1258 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1261 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1264 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1265 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1266 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1269 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1272 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1275 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1279 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1282 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1285 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1288 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1289 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1292 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1295 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1298 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1350 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1353 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1356 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1359 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1362 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1365 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1368 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1371 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1373 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1376 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1379 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1382 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1385 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1388 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1391 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1394 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1398 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1401 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1404 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1407 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1410 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1413 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1416 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1419 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1450 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1453 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1456 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1457 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1458 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1461 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1464 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1467 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1484 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1487 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1490 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1492 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1493 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1496 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1499 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1502 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1506 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1509 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1512 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1515 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1516 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1519 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1522 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1525 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1529 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1532 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1535 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1538 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1541 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1544 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1547 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1550 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1554 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1557 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1560 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1563 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1564 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1567 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1570 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1573 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1590 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1593 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1596 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1599 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1602 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1605 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1608 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1610 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1615 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1618 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1621 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1624 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1627 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1630 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1633 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1636 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1640 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1643 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1646 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1647 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1648 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1651 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1654 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1657 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1661 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1664 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1667 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1669 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1670 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1673 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1676 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1679 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1737 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1740 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1743 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1746 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1749 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1752 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1755 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1758 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1760 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1763 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1766 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1769 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1772 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1775 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1778 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1781 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1785 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1788 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1791 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1794 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1797 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1800 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1803 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1806 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1837 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1840 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1843 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1844 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1845 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1848 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1851 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1854 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1871 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1874 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1877 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1879 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1880 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1883 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1886 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1889 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1893 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1896 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1899 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1902 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1903 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1906 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1909 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1912 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1916 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1919 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1922 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1925 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1928 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1931 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1934 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1937 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1941 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1944 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1947 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1950 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1951 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1954 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1957 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1960 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1977 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1980 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1983 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1986 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1989 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1992 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1995 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:1998 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2003 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2006 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2009 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2012 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2015 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2018 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2021 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2024 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2026 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2029 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2032 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2035 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2038 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2041 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2044 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2047 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2049 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2052 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2055 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2058 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2061 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2064 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2067 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2070 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2123 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2126 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2129 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2132 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2133 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2136 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2139 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2142 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2146 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2149 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2152 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2155 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2158 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2161 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2164 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2167 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2171 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2174 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2177 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2180 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2181 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2184 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2187 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2190 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2221 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2224 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2227 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2230 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2233 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2236 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2239 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2242 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2257 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2260 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2263 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2266 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2269 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2272 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2275 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2278 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2293 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2296 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2299 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2302 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2305 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2308 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2311 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2314 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2318 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2321 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2324 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2327 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2328 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2331 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2334 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2337 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2341 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2344 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2347 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2350 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2353 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2356 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2359 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2362 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2366 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2369 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2372 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2374 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2375 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2378 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2381 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2384 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2391 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2394 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2397 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2400 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2403 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2406 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2409 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2412 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2414 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2417 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2420 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2423 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2426 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2429 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2432 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2434 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2436 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2439 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2442 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2445 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2448 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2451 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2454 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2457 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2461 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2464 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2467 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2470 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2473 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2476 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2479 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2482 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2532 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2535 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2538 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2541 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2544 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2547 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2550 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2553 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2555 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2558 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2561 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2564 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2567 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2570 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2573 from 194.67.173.1:53
Connection attempt to UDP 194.67.173.16:2576 from 194.67.173.1:53

Reply via email to