Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 1998 16:49:33 +0700 (NSS)
From:      Max Khon <fjoe@iclub.nsu.ru>
To:        freebsd-hackers@FreeBSD.ORG
Subject:   AMD PCnet/PCI support is broken in both -current and -stable
Message-ID:  <Pine.BSF.3.96.980909162602.7125B-100000@iclub.nsu.ru>

next in thread | raw e-mail | index | archive | help
hi, there!

we've got IBM Ethernet Adapters based on AMD PCnet/PCI.
due to last changes in if_lnc.c they are not attached during boot.
yes, they are probed successfully but do not get attached because
driver thinks they are Hitachi Am79C970 (they have _the_same_ chip_id)
and avoids attaching them. (they are probed and attached fine with
if_lnc.c 1.43/1.28.2.4)
i do not have those Hitachi Am79C970 cards so I can't patch driver
to support both.

===  dmesg ===
Copyright (c) 1992-1998 FreeBSD Inc.
Copyright (c) 1982, 1986, 1989, 1991, 1993
	The Regents of the University of California. All rights reserved.
FreeBSD 3.0-CURRENT #0: Wed Sep  9 15:15:31 NSS 1998
    fjoe@ws10.iclub.nsu.ru:/usr/src/sys/compile/GENERICupgrade
Timecounter "i8254"  frequency 1193182 Hz  cost 2668 ns
CPU: Pentium/P54C (99.72-MHz 586-class CPU)
  Origin = "GenuineIntel"  Id = 0x526  Stepping=6
  Features=0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8>
real memory  = 33554432 (32768K bytes)
avail memory = 29958144 (29256K bytes)
Probing for devices on PCI bus 0:
chip0: <Intel 82437FX PCI cache memory controller> rev 0x02 on pci0.0.0
chip1: <Intel 82371FB PCI to ISA bridge> rev 0x02 on pci0.7.0
vga0: <S3 Trio graphics accelerator> rev 0x00 int a irq 255 on pci0.8.0
lnc1: <PCNet/PCI Ethernet adapter> rev 0x16 int a irq 11 on pci0.19.0
lnc: pcnet_probe
lnc: chip_id & AMD_MASK == 00000003
lnc: (chip_id >> 12) & PART_MASK == 00002621
lnc: ne2100_probe
Probing for devices on the ISA bus:
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: VGA color <16 virtual consoles, flags=0x0>
ed0 not found at 0x280
fe0 not found at 0x300
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 0x3bc-0x3c3 irq 7 on isa
lpt0: Interrupt-driven port
lp0: TCP/IP capable interface
lpt1 not found
mse0 not found at 0x23c
psm0 at 0x60-0x64 irq 12 on motherboard
psm0: model Generic PS/2 mouse, device ID 0
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 on isa
wdc0: unit 0 (wd0): <WDC AC2850F>
wd0: 814MB (1667232 sectors), 1654 cyls, 16 heads, 63 S/T, 512 B/S
wdc0: unit 1 (wd1): <WDC AC2850F>
wd1: 814MB (1667232 sectors), 1654 cyls, 16 heads, 63 S/T, 512 B/S
wdc1 not found at 0x170
bt0 not found at 0x330
uha0 not found at 0x330
aha0 not found at 0x330
aic0 not found at 0x340
nca0 not found at 0x1f88
nca1 not found at 0x350
sea0 not found
wt0 not found at 0x300
mcd0 not found at 0x300
matcdc0 not found at 0x230
scd0 not found at 0x230
ie0: unknown board_id: f000
ie0 not found at 0x300
ep0 not found at 0x300
ex0 not found
le0 not found at 0x300
lnc0 not found at 0x280
ze0 not found at 0x300
zp0 not found at 0x300
cs0 not found at 0x300
npx0 on motherboard
npx0: INT 16 interface
Intel Pentium F00F detected, installing workaround
struct nfsuid bloated (> 128bytes)
Try unionizing the nu_nickname and nu_flag fields
changing root device to wd1s1a
WARNING: / was not properly dismounted.
WARNING: R/W mount of / denied. Filesystem is not clean - run fsck.
=== cut here ===

/fjoe


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980909162602.7125B-100000>