Multiple kld loads?

Jim Flowers jflowers at ezo.net
Sun Aug 3 10:13:05 PDT 2003


With FreeBSD 4.8-20030731-STABLE #0, dmesg messages indicate:

module_register: module miibus/ukphy already exists!
linker_file_sysinit "miibus.ko" failed to register! 17
module_register: module pccard/ed already exists!
linker_file_sysinit "if_ed.ko" failed to register! 17

This doesn't look dangerous but the rl0 ethernet card just stopped recieving 
packets suddenly and I'm trying to track down why.  Can anyone tell me why 
this is happening and should I do anything about it?  I have installed 100s 
of versions of fbsd since 2.2 on this same hardware and this has never 
happened before.

I see this was reported on 7/25/03 but, no follow-up:
http://lists.freebsd.org/mailman/htdig/freebsd-stable/2003-July/002329.html

Thanks.

kernel is GENERIC plus the following:
-------------------------------------
options         IPFIREWALL
options         IPFIREWALL_VERBOSE
options         IPFIREWALL_FORWARD
options         IPFIREWALL_VERBOSE_LIMIT=100
options         IPFIREWALL_DEFAULT_TO_ACCEPT
options         IPDIVERT
options         HZ=1000
options         DUMMYNET

Dmesg follows:
--------------------------------------
bwm# dmesg
Copyright (c) 1992-2003 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 4.8-20030731-STABLE #0: Sun Aug  3 07:47:51 EDT 2003
    jflowers at bwm.ezo.net:/usr/src/sys/compile/BWL
Timecounter "i8254"  frequency 1193182 Hz
CPU: Pentium/P54C (133.16-MHz 586-class CPU)
  Origin = "GenuineIntel"  Id = 0x52c  Stepping = 12
  Features=0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8>
real memory  = 67108864 (65536K bytes)
config> di bt0
config> di ata1
config> di aic0
config> di aha0
config> di adv0
config> q
avail memory = 59940864 (58536K bytes)
Preloaded elf kernel "kernel" at 0xc0545000.
Preloaded userconfig_script "/boot/kernel.conf" at 0xc054509c.
Intel Pentium detected, installing workaround for F00F bug
md0: Malloc disk
Using $PIR table, 6 entries at 0xc00fdf00
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcib0: <Host to PCI bridge> on motherboard
pci0: <PCI bus> on pcib0
isab0: <VIA 82C586 PCI-ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <VIA 82C586 ATA33 controller> port 0x7800-0x780f at device 7.1 on 
pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
pci0: <unknown card> (vendor=0x1106, dev=0x3040) at 7.3
pci0: <unknown card> (vendor=0x7401, dev=0x8139) at 8.0 irq 26
rl0: <RealTek 8139 10/100BaseTX> port 0x7c00-0x7cff mem 0xe4003000-0xe40030ff 
irq 5 at device 9.0 on pci0
rl0: Ethernet address: 00:30:bd:1d:02:ef
miibus0: <MII bus> on rl0
rlphy0: <RealTek internal media interface> on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
ed0: <NE2000 PCI Ethernet (RealTek 8029)> port 0x8000-0x801f irq 9 at device 
17.0 on pci0
ed0: address 00:00:e8:e6:91:3b, type NE2000 (16 bit) 
pci0: <S3 ViRGE DX/GX graphics accelerator> at 18.0
eisa0: <EISA bus> on motherboard
eisa0: unknown card FP at 0000 (0x1a000000) at slot 7
orm0: <Option ROM> at iomem 0xc0000-0xc7fff on isa0
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
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
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
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
ppi0: <Parallel I/O> on ppbus0
plip0: <PLIP network interface> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
IP packet filtering initialized, divert enabled, rule-based forwarding 
enabled, default to accept, logging limited to 100 packets/entry by default
DUMMYNET initialized (011031)
ad0: 8063MB <Maxtor 90845D4> [16383/16/63] at ata0-master UDMA33
Mounting root from ufs:/dev/ad0s1a
module_register: module miibus/ukphy already exists!
linker_file_sysinit "miibus.ko" failed to register! 17
module_register: module pccard/ed already exists!
linker_file_sysinit "if_ed.ko" failed to register! 17

--------------------------------
Jim Flowers<jflowers at ezo.net>


More information about the freebsd-stable mailing list