From owner-freebsd-current@FreeBSD.ORG Tue Jan 20 15:14:48 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E331416A4CE for ; Tue, 20 Jan 2004 15:14:48 -0800 (PST) Received: from freebee.digiware.nl (dsl144.iae.nl [212.61.62.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 655BD43D2D for ; Tue, 20 Jan 2004 15:13:14 -0800 (PST) (envelope-from wjw@withagen.nl) Received: from dual (dual [212.61.27.71]) by freebee.digiware.nl (8.12.10/8.12.9) with SMTP id i0KNEJeL078363 for ; Wed, 21 Jan 2004 00:14:19 +0100 (CET) (envelope-from wjw@withagen.nl) Message-ID: <02c401c3dfaa$ee4e0230$471b3dd4@dual> From: "Willem Jan Withagen" To: Date: Wed, 21 Jan 2004 00:12:52 +0100 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_02C1_01C3DFB3.4F941270" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: LOR tcp_input:653 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2004 23:14:49 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_02C1_01C3DFB3.4F941270 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit As fas as I can find, a new one. FreeBSD pc77.digiware.nl 5.2-CURRENT FreeBSD 5.2-CURRENT #7: Tue Jan 20 12:34:52 CET 2004 root@freebee.digiware.nl:/mnt2/obj/usr/src5/src/sys/ML370 i386 This is all in /var/log/messages: Jan 20 22:53:55 pc77 kernel: 1st 0xc290384c inp (tcpinp) @ /usr/src5/src/sys/netinet/tcp_input.c:653 Jan 20 22:53:55 pc77 kernel: 2nd 0xc06f010c tcp (tcp) @ /usr/src5/src/sys/netinet/tcp_usrreq.c:629 If the stacktrace is needed, I can retype what's on the screen??? --WjW ------=_NextPart_000_02C1_01C3DFB3.4F941270 Content-Type: application/octet-stream; name="ML370.dat" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="ML370.dat" machine i386=0A= cpu I686_CPU=0A= ident ML370 =0A= =0A= #To statically compile in device wiring instead of /boot/device.hints=0A= #hints "GENERIC.hints" #Default places to look for devices.=0A= =0A= makeoptions DEBUG=3D-g #Build kernel with gdb(1) debug symbols=0A= =0A= options SCHED_4BSD #4BSD scheduler=0A= options INET #InterNETworking=0A= options INET6 #IPv6 communications protocols=0A= options FFS #Berkeley Fast Filesystem=0A= options SOFTUPDATES #Enable FFS soft updates support=0A= options UFS_ACL #Support for access control lists=0A= options UFS_DIRHASH #Improve performance on big directories=0A= options NFSCLIENT #Network Filesystem Client=0A= options NFSSERVER #Network Filesystem Server=0A= options CD9660 #ISO 9660 Filesystem=0A= options PROCFS #Process filesystem (requires PSEUDOFS)=0A= options PSEUDOFS #Pseudo-filesystem framework=0A= options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]=0A= options COMPAT_FREEBSD4 #Compatible with FreeBSD4=0A= options SCSI_DELAY=3D5000 #Delay (in ms) before probing SCSI=0A= options KTRACE #ktrace(1) support=0A= options SYSVSHM #SYSV-style shared memory=0A= options SYSVMSG #SYSV-style message queues=0A= options SYSVSEM #SYSV-style semaphores=0A= options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions=0A= options KBD_INSTALL_CDEV # install a CDEV entry in /dev=0A= options AHC_REG_PRETTY_PRINT # Print register bitfields in debug=0A= # output. Adds ~128k to driver.=0A= options AHD_REG_PRETTY_PRINT # Print register bitfields in debug=0A= # output. Adds ~215k to driver.=0A= =0A= # Debugging for use in -current=0A= options DDB #Enable the kernel debugger=0A= options INVARIANTS #Enable calls of extra sanity checking=0A= options INVARIANT_SUPPORT #Extra sanity checks of internal structures, = required by INVARIANTS=0A= options WITNESS #Enable checks to detect deadlocks and cycles=0A= options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed=0A= =0A= device isa=0A= device eisa=0A= device pci=0A= =0A= # Floppy drives=0A= device fdc=0A= =0A= # ATA and ATAPI devices=0A= device ata=0A= device atadisk # ATA disk drives=0A= device atapicd # ATAPI CDROM drives=0A= options ATA_STATIC_ID #Static device numbering=0A= =0A= # SCSI Controllers=0A= device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')=0A= device dpt=0A= =0A= # SCSI peripherals=0A= device scbus # SCSI bus (required for SCSI)=0A= device da # Direct Access (disks)=0A= device pass # Passthrough device (direct SCSI access)=0A= =0A= # atkbdc0 controls both the keyboard and the PS/2 mouse=0A= device atkbdc # AT keyboard controller=0A= device atkbd # AT keyboard=0A= =0A= device vga # VGA video card driver=0A= =0A= # syscons is the default console driver, resembling an SCO console=0A= device sc=0A= =0A= device agp # support several AGP chipsets=0A= =0A= # Floating point support - do not disable.=0A= device npx=0A= =0A= device pmtimer=0A= =0A= # Serial (COM) ports=0A= device sio # 8250, 16[45]50 based serial ports=0A= =0A= # Parallel port=0A= device ppc=0A= device ppbus # Parallel port bus (required)=0A= device lpt # Printer=0A= =0A= # PCI Ethernet NICs.=0A= device de # DEC/Intel DC21x4x (``Tulip'')=0A= =0A= # PCI Ethernet NICs that use the common MII bus controller code.=0A= # NOTE: Be sure to keep the 'device miibus' line in order to use these = NICs!=0A= device miibus # MII bus support=0A= device fxp # Intel EtherExpress PRO/100B (82557, 82558)=0A= =0A= # Pseudo devices - the number indicates how many units to allocate.=0A= device random # Entropy device=0A= device loop # Network loopback=0A= device ether # Ethernet support=0A= device tun # Packet tunnel.=0A= device pty # Pseudo-ttys (telnet etc)=0A= device gif # IPv6 and IPv4 tunneling=0A= device faith # IPv6-to-IPv4 relaying (translation)=0A= =0A= # The `bpf' device enables the Berkeley Packet Filter.=0A= # Be aware of the administrative consequences of enabling this!=0A= device bpf # Berkeley packet filter=0A= =0A= ------=_NextPart_000_02C1_01C3DFB3.4F941270 Content-Type: application/octet-stream; name="dmesg.ml370" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="dmesg.ml370" Copyright (c) 1992-2004 The FreeBSD Project.=0A= Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994=0A= The Regents of the University of California. All rights reserved.=0A= FreeBSD 5.2-CURRENT #7: Tue Jan 20 12:34:52 CET 2004=0A= root@freebee.digiware.nl:/mnt2/obj/usr/src5/src/sys/ML370=0A= Preloaded elf kernel "/boot/kernel/kernel" at 0xc078d000.=0A= Calibrating clock(s) ... i8254 clock: 1193210 Hz=0A= CLK_USE_I8254_CALIBRATION not specified - using default frequency=0A= Timecounter "i8254" frequency 1193182 Hz quality 0=0A= Calibrating TSC clock ... TSC clock: 664565617 Hz=0A= CPU: Intel Pentium III (664.57-MHz 686-class CPU)=0A= Origin =3D "GenuineIntel" Id =3D 0x683 Stepping =3D 3=0A= = Features=3D0x383fbff=0A= real memory =3D 268419072 (255 MB)=0A= Physical memory chunk(s):=0A= 0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages)=0A= 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages)=0A= 0x0000000000826000 - 0x000000000fb4bfff, 254959616 bytes (62246 pages)=0A= avail memory =3D 257171456 (245 MB)=0A= bios32: Found BIOS32 Service Directory header at 0xc00ffee0=0A= bios32: Entry =3D 0xf0000 (c00f0000) Rev =3D 0 Len =3D 1=0A= pcibios: PCI BIOS entry at 0xf0000+0x84=0A= Other BIOS signatures found:=0A= null: =0A= mem: =0A= Pentium Pro MTRR support enabled=0A= random: =0A= npx0: [FAST]=0A= npx0: on motherboard=0A= npx0: INT 16 interface=0A= pci_open(1): mode 1 addr port (0x0cf8) is 0x00000000=0A= pci_open(1a): mode1res=3D0x80000000 (0x80000000)=0A= pci_cfgcheck: device 0 [class=3D060000] [hdr=3D80] is there = (id=3D00091166)=0A= pcibios: BIOS version 2.10=0A= pcib0: at pcibus 0 on = motherboard=0A= pci0: on pcib0=0A= pci0: physical bus=3D0=0A= found-> vendor=3D0x1166, dev=3D0x0009, revid=3D0x05=0A= bus=3D0, slot=3D0, func=3D0=0A= class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1=0A= cmdreg=3D0x0107, statreg=3D0x2200, cachelnsz=3D8 (dwords)=0A= lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)=0A= found-> vendor=3D0x1166, dev=3D0x0009, revid=3D0x05=0A= bus=3D0, slot=3D0, func=3D1=0A= class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1=0A= cmdreg=3D0x0107, statreg=3D0x0200, cachelnsz=3D8 (dwords)=0A= lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)=0A= map[10]: type 4, range 32, base 00002000, size 8, enabled=0A= map[14]: type 1, range 32, base c6fffc00, size 10, enabled=0A= map[18]: type 1, range 32, base c6ffe000, size 12, enabled=0A= pci_cfgintr: can't route an interrupt to 0:1 INTA=0A= found-> vendor=3D0x1000, dev=3D0x000a, revid=3D0x02=0A= bus=3D0, slot=3D1, func=3D0=0A= class=3D01-00-00, hdrtype=3D0x00, mfdev=3D1=0A= cmdreg=3D0x0117, statreg=3D0x0210, cachelnsz=3D8 (dwords)=0A= lattimer=3D0xff (7650 ns), mingnt=3D0x1e (7500 ns), maxlat=3D0x08 (2000 = ns)=0A= intpin=3Da, irq=3D5=0A= powerspec 2 supports D0 D3 current D0=0A= map[10]: type 4, range 32, base 00002400, size 8, enabled=0A= map[14]: type 1, range 32, base c6ffdc00, size 10, enabled=0A= map[18]: type 1, range 32, base c6ffc000, size 12, enabled=0A= pci_cfgintr: can't route an interrupt to 0:1 INTB=0A= found-> vendor=3D0x1000, dev=3D0x000a, revid=3D0x02=0A= bus=3D0, slot=3D1, func=3D1=0A= class=3D01-00-00, hdrtype=3D0x00, mfdev=3D1=0A= cmdreg=3D0x0117, statreg=3D0x0210, cachelnsz=3D8 (dwords)=0A= lattimer=3D0xff (7650 ns), mingnt=3D0x1e (7500 ns), maxlat=3D0x08 (2000 = ns)=0A= intpin=3Db, irq=3D10=0A= powerspec 2 supports D0 D3 current D0=0A= map[10]: type 1, range 32, base c6ffb000, size 12, enabled=0A= map[14]: type 4, range 32, base 00002800, size 6, enabled=0A= map[18]: type 1, range 32, base c6e00000, size 20, enabled=0A= pci_cfgintr: can't route an interrupt to 0:2 INTA=0A= found-> vendor=3D0x8086, dev=3D0x1229, revid=3D0x08=0A= bus=3D0, slot=3D2, func=3D0=0A= class=3D02-00-00, hdrtype=3D0x00, mfdev=3D0=0A= cmdreg=3D0x0117, statreg=3D0x0290, cachelnsz=3D8 (dwords)=0A= lattimer=3D0x40 (1920 ns), mingnt=3D0x08 (2000 ns), maxlat=3D0x38 = (14000 ns)=0A= intpin=3Da, irq=3D11=0A= powerspec 2 supports D0 D1 D2 D3 current D0=0A= map[10]: type 3, range 32, base c5000000, size 24, enabled=0A= map[14]: type 4, range 32, base 00002c00, size 8, enabled=0A= map[18]: type 1, range 32, base c6dff000, size 12, enabled=0A= found-> vendor=3D0x1002, dev=3D0x4756, revid=3D0x7a=0A= bus=3D0, slot=3D3, func=3D0=0A= class=3D03-00-00, hdrtype=3D0x00, mfdev=3D0=0A= cmdreg=3D0x0087, statreg=3D0x0290, cachelnsz=3D8 (dwords)=0A= lattimer=3D0x40 (1920 ns), mingnt=3D0x08 (2000 ns), maxlat=3D0x00 (0 ns)=0A= powerspec 1 supports D0 D3 current D0=0A= map[10]: type 4, range 32, base 00001800, size 8, enabled=0A= map[14]: type 1, range 32, base c6dfef00, size 8, enabled=0A= found-> vendor=3D0x0e11, dev=3D0xa0f0, revid=3D0x00=0A= bus=3D0, slot=3D4, func=3D0=0A= class=3D08-80-00, hdrtype=3D0x00, mfdev=3D0=0A= cmdreg=3D0x0103, statreg=3D0x0200, cachelnsz=3D0 (dwords)=0A= lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)=0A= intpin=3Da, irq=3D255=0A= map[90]: type 4, range 32, base 00000000, size 4, enabled=0A= found-> vendor=3D0x1166, dev=3D0x0200, revid=3D0x4f=0A= bus=3D0, slot=3D15, func=3D0=0A= class=3D06-01-00, hdrtype=3D0x00, mfdev=3D1=0A= cmdreg=3D0x0007, statreg=3D0x0200, cachelnsz=3D0 (dwords)=0A= lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)=0A= map[20]: type 4, range 32, base 00003000, size 4, enabled=0A= found-> vendor=3D0x1166, dev=3D0x0211, revid=3D0x00=0A= bus=3D0, slot=3D15, func=3D1=0A= class=3D01-01-8a, hdrtype=3D0x00, mfdev=3D1=0A= cmdreg=3D0x0105, statreg=3D0x0200, cachelnsz=3D0 (dwords)=0A= lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)=0A= sym0: <1510d> port 0x2000-0x20ff mem = 0xc6ffe000-0xc6ffefff,0xc6fffc00-0xc6ffffff irq 5 at device 1.0 on pci0=0A= sym0: chip clock is 40401KHz=0A= sym0: No NVRAM, ID 7, Fast-40, LVD, parity checking=0A= sym0: open drain IRQ line driver, using on-chip SRAM=0A= sym0: using LOAD/STORE-based firmware.=0A= sym1: <1510d> port 0x2400-0x24ff mem = 0xc6ffc000-0xc6ffcfff,0xc6ffdc00-0xc6ffdfff irq 10 at device 1.1 on pci0=0A= sym1: No NVRAM, ID 7, Fast-40, LVD, parity checking=0A= sym1: open drain IRQ line driver, using on-chip SRAM=0A= sym1: using LOAD/STORE-based firmware.=0A= fxp0: port 0x2800-0x283f mem = 0xc6e00000-0xc6efffff,0xc6ffb000-0xc6ffbfff irq 11 at device 2.0 on pci0=0A= fxp0: using memory space register mapping=0A= fxp0: Disabling dynamic standby mode in EEPROM=0A= fxp0: New EEPROM ID: 0x40a0=0A= fxp0: EEPROM checksum @ 0xff: 0x7ec7 -> 0x7ec7=0A= fxp0: Ethernet address 00:02:a5:07:2f:dc=0A= fxp0: PCI IDs: 8086 1229 0e11 b134 0008=0A= fxp0: Dynamic Standby mode is enabled=0A= miibus0: on fxp0=0A= inphy0: on miibus0=0A= inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto=0A= fxp0: bpf attached=0A= pci0: at device 3.0 (no driver attached)=0A= pci0: at device 4.0 (no driver attached)=0A= isab0: port 0-0xf at device 15.0 on pci0=0A= isa0: on isab0=0A= atapci0: port 0x3000-0x300f at = device 15.1 on pci0=0A= ata0: reset tp1 mask=3D03 ostat0=3D20 ostat1=3D30=0A= ata0-master: stat=3D0x20 err=3D0x20 lsb=3D0x20 msb=3D0x20=0A= ata0-slave: stat=3D0x30 err=3D0x30 lsb=3D0x30 msb=3D0x30=0A= ata0: reset tp2 mask=3D03 stat0=3D20 stat1=3D30 devices=3D0x0=0A= ata0: at 0x1f0 irq 14 on atapci0=0A= ata0: [MPSAFE]=0A= ata1: reset tp1 mask=3D03 ostat0=3D00 ostat1=3D00=0A= ata1-master: stat=3D0x00 err=3D0xff lsb=3D0x00 msb=3D0x00=0A= ata1-slave: stat=3D0x00 err=3D0xff lsb=3D0x00 msb=3D0x00=0A= ata1: reset tp2 mask=3D03 stat0=3D00 stat1=3D00 devices=3D0x0=0A= ata1: at 0x170 irq 15 on atapci0=0A= ata1: [MPSAFE]=0A= pcib3: at pcibus 3 on = motherboard=0A= pci3: on pcib3=0A= pci3: physical bus=3D3=0A= map[10]: type 4, range 32, base 00004000, size 5, enabled=0A= pci_cfgintr: can't route an interrupt to 3:5 INTA=0A= found-> vendor=3D0x1044, dev=3D0xa400, revid=3D0x02=0A= bus=3D3, slot=3D5, func=3D0=0A= class=3D01-00-00, hdrtype=3D0x00, mfdev=3D0=0A= cmdreg=3D0x0117, statreg=3D0x0200, cachelnsz=3D8 (dwords)=0A= lattimer=3D0x40 (1920 ns), mingnt=3D0x04 (1000 ns), maxlat=3D0x08 (2000 = ns)=0A= intpin=3Da, irq=3D15=0A= dpt0: port 0x4000-0x401f irq 15 at = device 5.0 on pci3=0A= dpt0: DPT PM3334UW FW Rev. 07L0, 1 channel, 64 CCBs=0A= eisa0: on motherboard=0A= mainboard0: on eisa0 slot 0=0A= ata: ata0 already exists; skipping it=0A= Trying Read_Port at 203=0A= Trying Read_Port at 243=0A= Trying Read_Port at 283=0A= Trying Read_Port at 2c3=0A= Trying Read_Port at 303=0A= Trying Read_Port at 343=0A= Trying Read_Port at 383=0A= Trying Read_Port at 3c3=0A= sc: sc0 already exists; skipping it=0A= vga: vga0 already exists; skipping it=0A= isa_probe_children: disabling PnP devices=0A= isa_probe_children: probing non-PnP devices=0A= orm0: