Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 1998 09:30:13 +0200 (CEST)
From:      hans@brandinnovators.com (Hans Zuidam)
To:        se@FreeBSD.ORG (Stefan Esser)
Cc:        freebsd-bugs@FreeBSD.ORG, se@FreeBSD.ORG
Subject:   Re: 2.2.5R lockup
Message-ID:  <199806150730.JAA00299@truk.brandinnovators.com>
In-Reply-To: <19980613231525.53114@mi.uni-koeln.de> from Stefan Esser at "Jun 13, 98 11:15:25 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> Stefan Esser wrote:
> On 1998-06-09 12:40 +0200, Hans Zuidam <hans@brandinnovators.com> wrote:
> > Hi,
> > Recently I upgraded my old and trustworthy 2.1.5R to 2.2.5R and
> > replaced an NE2000/ISA clone by a PCI one and installed the if_ed_p
> > part of if_ed in the kernel config.  Now, with uncanning regularity
> 
> Hmmmm ??? The PCI probe code in if_ed_p.c is automatically
> compiled into the kernel, if both "pci0" and "ed0" have been
> defined ... Is this what you meant ???

In the configuration file I have:

    controller pci0
    ...
    device     ed1

and below that:

    controller isa0
    ...
    device     ed0 at isa? port 0x300 net irq 5 vector edintr

What I find strange is that `ed2' is reported as being found, while
I specify ed1 as the device name.

> Could you please provide me with a VERBOSE boot message log ?
Something like this?
-----------------------------------------------------------------------
Jun 15 09:17:38 truk reboot: rebooted by root
Jun 15 09:17:39 truk syslogd: exiting on signal 15
Jun 15 09:18:17 truk /kernel: Copyright (c) 1992-1997 FreeBSD Inc.
Jun 15 09:18:17 truk /kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
Jun 15 09:18:17 truk /kernel: 	The Regents of the University of California.  All rights reserved.
Jun 15 09:18:17 truk /kernel:
Jun 15 09:18:17 truk /kernel: FreeBSD 2.2.5-RELEASE #0: Mon Jun 15 09:14:53 CEST 1998
Jun 15 09:18:17 truk /kernel:     root@truk.brandinnovators.com:/usr/src/sys.orig/compile/TRUK.bdm
Jun 15 09:18:18 truk /kernel: Calibrating clock(s) ... i586 clock: 179646509 Hz, i8254 clock: 1193305 Hz
Jun 15 09:18:18 truk /kernel: CLK_USE_I8254_CALIBRATION not specified - using default frequency
Jun 15 09:18:18 truk /kernel: CLK_USE_I586_CALIBRATION not specified - using old calibration method
Jun 15 09:18:18 truk /kernel: CPU: Pentium Pro (179.63-MHz 686-class CPU)
Jun 15 09:18:18 truk /kernel:   Origin = "GenuineIntel"  Id = 0x617  Stepping=7
Jun 15 09:18:18 truk /kernel:   Features=0xf9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,<b11>,MTRR,PGE,MCA,CMOV>
Jun 15 09:18:18 truk /kernel: real memory  = 67108864 (65536K bytes)
Jun 15 09:18:18 truk /kernel: Physical memory chunk(s):
Jun 15 09:18:18 truk /kernel: 0x00001000 - 0x0009efff, 647168 bytes (158 pages)
Jun 15 09:18:18 truk /kernel: 0x00267000 - 0x03ffdfff, 64581632 bytes (15767 pages)
Jun 15 09:18:18 truk /kernel: avail memory = 62332928 (60872K bytes)
Jun 15 09:18:18 truk /kernel: pcibus_setup(1):	mode 1 addr port (0x0cf8) is 0x80000090
Jun 15 09:18:18 truk /kernel: pcibus_setup(1a):	mode1res=0x80000000 (0x80000000)
Jun 15 09:18:18 truk /kernel: pcibus_check:	device 0 is there (id=12378086)
Jun 15 09:18:18 truk /kernel: Probing for devices on PCI bus 0:
Jun 15 09:18:18 truk /kernel: 	configuration mode 1 allows 32 devices.
Jun 15 09:18:18 truk /kernel: chip0 <Intel 82440FX (Natoma) PCI and memory controller> rev 2 on pci0:0
Jun 15 09:18:18 truk /kernel: chip1 <Intel 82371SB PCI-ISA bridge> rev 1 on pci0:7:0
Jun 15 09:18:18 truk /kernel: 	I/O Recovery Timing: 8-bit 1 clocks, 16-bit 1 clocks
Jun 15 09:18:18 truk /kernel: 	Extended BIOS: enabled
Jun 15 09:18:19 truk /kernel: 	Lower BIOS: enabled
Jun 15 09:18:19 truk /kernel: 	Coprocessor IRQ13: enabled
Jun 15 09:18:19 truk /kernel: 	Mouse IRQ12: disabled
Jun 15 09:18:19 truk /kernel: 	Interrupt Routing: A: IRQ11, B: IRQ9, C: disabled, D: disabled
Jun 15 09:18:19 truk /kernel: 		MB0: disabled, MB1:
Jun 15 09:18:19 truk /kernel: chip2 <Intel 82371SB IDE interface> rev 0 on pci0:7:1
Jun 15 09:18:19 truk /kernel: 	mapreg[20] type=1 addr=0000ffa0 size=0010.
Jun 15 09:18:19 truk /kernel: 	Primary IDE: disabled
Jun 15 09:18:19 truk /kernel: 	Secondary IDE: disabled
Jun 15 09:18:19 truk /kernel: ahc0 <Adaptec 2940 SCSI host adapter> rev 0 int a irq 11 on pci0:11
Jun 15 09:18:19 truk /kernel: 	mapreg[10] type=1 addr=0000fc00 size=0100.
Jun 15 09:18:19 truk /kernel: 	mapreg[14] type=0 addr=ffbef000 size=1000.
Jun 15 09:18:19 truk /kernel: 	reg16: ioaddr=0xfc00 size=0x100
Jun 15 09:18:19 truk /kernel: ahc0: Reading SEEPROM...done.
Jun 15 09:18:19 truk /kernel: low byte termination enabled, high byte termination enabled
Jun 15 09:18:19 truk /kernel: ahc0: aic7870 Wide Channel, SCSI Id=7, 16 SCBs
Jun 15 09:18:19 truk /kernel: ahc0: Resetting Channel A
Jun 15 09:18:19 truk /kernel: ahc0: Downloading Sequencer Program...ahc0: 366 instructions downloaded
Jun 15 09:18:19 truk /kernel: Done
Jun 15 09:18:19 truk /kernel: ahc0: Probing channel A
Jun 15 09:18:20 truk /kernel: ahc0 waiting for scsi devices to settle
Jun 15 09:18:20 truk /kernel: ahc0: target 0 using 16Bit transfers
Jun 15 09:18:20 truk /kernel: ahc0: target 0 synchronous at 10.0MHz, offset = 0x8
Jun 15 09:18:20 truk /kernel: (ahc0:0:0): "QUANTUM XP34550W LXQ1" type 0 fixed SCSI 2
Jun 15 09:18:20 truk /kernel: sd0(ahc0:0:0): Direct-Access 4341MB (8890760 512 byte sectors)
Jun 15 09:18:20 truk /kernel: sd0(ahc0:0:0): with 5899 cyls, 10 heads, and an average 150 sectors/track
Jun 15 09:18:20 truk /kernel: (ahc0:2:0): "WangDAT Model 3100 03.0" type 1 removable SCSI 2
Jun 15 09:18:20 truk /kernel: st0(ahc0:2:0): Sequential-Access density code 0x13,  drive empty
Jun 15 09:18:20 truk /kernel: ahc0:A:3: refuses WIDE negotiation.  Using 8bit transfers
Jun 15 09:18:20 truk /kernel: ahc0: target 3 synchronous at 4.0MHz, offset = 0xf
Jun 15 09:18:20 truk /kernel: (ahc0:3:0): "TOSHIBA CD-ROM XM-3501TA 3384" type 5 removable SCSI 2
Jun 15 09:18:20 truk /kernel: cd0(ahc0:3:0): CD-ROM cd present [1295120 x 512 byte records]
Jun 15 09:18:20 truk /kernel: vga0 <Display device> rev 0 on pci0:15
Jun 15 09:18:20 truk /kernel: 	mapreg[10] type=0 addr=ff000000 size=800000.
Jun 15 09:18:20 truk /kernel: ed2 <NE2000 PCI Ethernet (ProLAN)> rev 0 int a irq 9 on pci0:19
Jun 15 09:18:20 truk /kernel: 	mapreg[10] type=1 addr=0000ff80 size=0020.
Jun 15 09:18:20 truk /kernel: ed2: address 48:54:e8:2a:46:ce, type NE2000 (16 bit)
Jun 15 09:18:20 truk /kernel: bpf: ed2 attached
Jun 15 09:18:20 truk /kernel: pci0: uses 8392704 bytes of memory from ff000000 upto ffbeffff.
Jun 15 09:18:20 truk /kernel: pci0: uses 304 bytes of I/O space from fc00 upto ffaf.
Jun 15 09:18:21 truk /kernel: Probing for devices on the ISA bus:
Jun 15 09:18:21 truk /kernel: sc0: the current keyboard controller command byte 0065
Jun 15 09:18:21 truk /kernel: kbdio: DIAGNOSE status:0055
Jun 15 09:18:21 truk /kernel: kbdio: TEST_KBD_PORT status:0000
Jun 15 09:18:21 truk /kernel: kbdio: RESET_KBD return code:00fa
Jun 15 09:18:21 truk /kernel: kbdio: RESET_KBD status:00aa
Jun 15 09:18:21 truk /kernel: sc0 at 0x60-0x6f irq 1 on motherboard
Jun 15 09:18:21 truk /kernel: sc0: BIOS video mode:3
Jun 15 09:18:21 truk /kernel: sc0: VGA registers upon power-up
Jun 15 09:18:21 truk /kernel: 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81
Jun 15 09:18:21 truk /kernel: bf 1f 00 4f 0d 0e 00 00 07 80 9c 8e 8f 28 1f 96
Jun 15 09:18:21 truk /kernel: b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c
Jun 15 09:18:21 truk /kernel: 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff
Jun 15 09:18:21 truk /kernel: sc0: video mode:24
Jun 15 09:18:21 truk /kernel: sc0: VGA registers for mode:24
Jun 15 09:18:21 truk /kernel: 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81
Jun 15 09:18:21 truk /kernel: bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96
Jun 15 09:18:21 truk /kernel: b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c
Jun 15 09:18:21 truk /kernel: 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff
Jun 15 09:18:21 truk /kernel: sc0: VGA color <16 virtual consoles, flags=0x0>
Jun 15 09:18:21 truk /kernel: ed0 at 0x300-0x31f irq 5 on isa
Jun 15 09:18:21 truk /kernel: ed0: address 00:40:95:50:28:b5, type NE2000 (16 bit)
Jun 15 09:18:21 truk /kernel: bpf: ed0 attached
Jun 15 09:18:22 truk /kernel: sio0 at 0x3f8-0x3ff irq 4 on isa
Jun 15 09:18:22 truk /kernel: sio0: type 16550A
Jun 15 09:18:22 truk /kernel: sio1 at 0x2f8-0x2ff irq 3 on isa
Jun 15 09:18:22 truk /kernel: sio1: type 16550A
Jun 15 09:18:22 truk /kernel: bdm0 at 0x378-0x37f on isa
Jun 15 09:18:22 truk /kernel: psm0: current command byte:0065
Jun 15 09:18:22 truk /kernel: kbdio: TEST_AUX_PORT status:0000
Jun 15 09:18:22 truk /kernel: kbdio: RESET_AUX return code:00fa
Jun 15 09:18:22 truk /kernel: kbdio: RESET_AUX status:00aa
Jun 15 09:18:22 truk /kernel: kbdio: RESET_AUX ID:0000
Jun 15 09:18:22 truk /kernel: psm0: status after reset 00 02 64
Jun 15 09:18:22 truk /kernel: psm: status 1a 03 c8 (get_mouse_buttons)
Jun 15 09:18:22 truk /kernel: psm0: status 00 02 64
Jun 15 09:18:22 truk /kernel: psm0 at 0x60-0x64 irq 12 on motherboard
Jun 15 09:18:22 truk /kernel: psm0: device ID 0, 3 buttons
Jun 15 09:18:22 truk /kernel: pca0 on motherboard
Jun 15 09:18:22 truk /kernel: pca0: PC speaker audio driver
Jun 15 09:18:22 truk /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
Jun 15 09:18:22 truk /kernel: fdc0: FIFO enabled, 8 bytes threshold
Jun 15 09:18:22 truk /kernel: fd0: 1.44MB 3.5in
Jun 15 09:18:22 truk /kernel: npx0 on motherboard
Jun 15 09:18:22 truk /kernel: npx0: INT 16 interface
Jun 15 09:18:22 truk /kernel: joy0 at 0x201 on isa
Jun 15 09:18:22 truk /kernel: joy0: joystick
Jun 15 09:18:23 truk /kernel: imasks: bio c0000840, tty c003123a, net c003123a
Jun 15 09:18:23 truk /kernel: sd0s1: type 0xa5, start 63, end = 2040254, size 2040192 : OK
Jun 15 09:18:23 truk /kernel: sd0s2: type 0xa5, start 2040255, end = 8883944, size 6843690 : OK
Jun 15 09:18:23 truk /kernel: BIOS Geometries:
Jun 15 09:18:23 truk /kernel:  0:0228fe3f 0..552=553 cylinders, 0..254=255 heads, 1..63=63 sectors
Jun 15 09:18:23 truk /kernel:  0 accounted for
Jun 15 09:18:23 truk /kernel: Device configuration finished.
Jun 15 09:18:23 truk /kernel: Considering FFS root f/s.
Jun 15 09:18:23 truk /kernel: configure() finished.
Jun 15 09:18:23 truk /kernel: new masks: bio c0000840, tty c003123a, net c003123a
Jun 15 09:18:23 truk /kernel: bpf: tun0 attached
Jun 15 09:18:23 truk /kernel: bpf: tun1 attached
Jun 15 09:18:23 truk /kernel: bpf: tun2 attached
Jun 15 09:18:23 truk /kernel: bpf: tun3 attached
Jun 15 09:18:23 truk /kernel: bpf: sl0 attached
Jun 15 09:18:23 truk /kernel: bpf: sl1 attached
Jun 15 09:18:23 truk /kernel: bpf: sl2 attached
Jun 15 09:18:23 truk /kernel: bpf: sl3 attached
Jun 15 09:18:23 truk /kernel: bpf: ppp0 attached
Jun 15 09:18:23 truk /kernel: bpf: ppp1 attached
Jun 15 09:18:23 truk /kernel: bpf: ppp2 attached
Jun 15 09:18:23 truk /kernel: bpf: ppp3 attached
Jun 15 09:18:24 truk /kernel: bpf: lo0 attached
Jun 15 09:18:24 truk /kernel: IP packet filtering initialized, divert enabled, logging limited to 100 packets/entry
Jun 15 09:18:24 truk /kernel: sd0s1: type 0xa5, start 63, end = 2040254, size 2040192 : OK
Jun 15 09:18:24 truk /kernel: sd0s2: type 0xa5, start 2040255, end = 8883944, size 6843690 : OK
Jun 15 09:18:26 truk lpd[140]: restarted
Jun 15 09:18:32 truk login: ROOT LOGIN (root) ON ttyv0
-----------------------------------------------------------------------

> You may want to check for this yourself: "dmesg|grep irq" ...
    ahc0 <Adaptec 2940 SCSI host adapter> rev 0 int a irq 11 on pci0:11
    ed2 <NE2000 PCI Ethernet (ProLAN)> rev 0 int a irq 9 on pci0:19
    sc0 at 0x60-0x6f irq 1 on motherboard
    ed0 at 0x300-0x31f irq 5 on isa
    sio0 at 0x3f8-0x3ff irq 4 on isa
    sio1 at 0x2f8-0x2ff irq 3 on isa
    psm0 at 0x60-0x64 irq 12 on motherboard
    fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa

					Hans

-- 
H. Zuidam                        E-Mail: hans@brandinnovators.com
Brand Innovators B.V.            P-Mail: P.O. Box 1377
de Pinckart 54                   5602 BJ Eindhoven, The Netherlands
5674 CC Nuenen                   Tel. +31 40 2631134, Fax. +31 40 2831138

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



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