Date: Wed, 7 Apr 1999 13:23:04 +0200 (CEST) From: talon@lpthe.jussieu.fr (Michel TALON) To: freebsd-stable@freebsd.org Subject: Strange PCI lookup at boot Message-ID: <199904071123.NAA20523@niobe.lpthe.jussieu.fr>
next in thread | raw e-mail | index | archive | help
Hello, now that i have two machines running FreeBSD-3.1-Stable, i can see a strange behaviour of the code looking for PCI devices at boot on one of them. here is dmesg: Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.1-STABLE #0: Tue Apr 6 15:56:51 CEST 1999 talon@aglae.lpthe.jussieu.fr:/usr/src/sys/compile/AGLAE Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 200004435 Hz CPU: Pentium Pro (200.00-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x616 Stepping=6 Features=0xf9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV> real memory = 134217728 (131072K bytes) avail memory = 127905792 (124908K bytes) Preloaded elf kernel "kernel" at 0xf028c000. Preloaded userconfig_script "/kernel.config" at 0xf028c09c. Preloaded splash_image_data "/boot/splash.bmp" at 0xf028c0e8. Preloaded elf module "splash_bmp.ko" at 0xf028c138. Probing for devices on PCI bus 0: chip0: <Intel 82378IB PCI to ISA bridge> rev 0x43 on pci0.2.0 xl0: <3Com 3c900-COMBO Etherlink XL> rev 0x00 int a irq 11 on pci0.4.0 xl0: Ethernet address: 00:60:97:1f:75:ca xl0: selecting 10baseT transceiver, half duplex vga0: <Matrox MGA 2064W graphics accelerator> rev 0x01 int a irq 255 on pci0.5 ide_pci0: <PCI IDE controller (busmaster capable)> rev 0x01 int a irq 14 on pc .8.0 chip1: <Intel 82453KX/GX (Orion) PCI memory controller> rev 0x04 on pci0.20.0 chip2: <Intel 82454KX/GX (Orion) host to PCI bridge> rev 0x04 on pci0.25.0 Probing for devices on PCI bus 1: Probing for devices on PCI bus 2: Probing for devices on PCI bus 3: Probing for devices on PCI bus 4: Probing for devices on PCI bus 5: Probing for devices on PCI bus 6: Probing for devices on PCI bus 7: ................................ Probing for devices on PCI bus 126: Probing for devices on PCI bus 127: Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface lpt-266206668: this driver is deprecated; use ppbus instead. fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 flags 0xa0ff on isa wdc0: unit 0 (wd0): <QUANTUM FIREBALL1280A>, 32-bit, multi-block-8 wd0: 1222MB (2503872 sectors), 2484 cyls, 16 heads, 63 S/T, 512 B/S wdc0: unit 1 (atapi): <DC5-E6/.2C0>, removable, accel, dma, iordis acd0: drive speed 1033KB/sec, 256KB cache acd0: supported read types: CD-DA acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray acd0: Medium: no/blank disc inside, unlocked vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface changing root device to wd0s1a WARNING: / was not properly dismounted ffs_mountfs: superblock updated for soft updates Of course on the other one there is probe for PCI bus 0 and 1 only. I wonder what could cause such strange lookup. I have already answered this same question, but got no answer, so i waited to see if this problem would survive an upgrade to recent Stable, which is the case. Thanks -- Michel TALON To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904071123.NAA20523>