From andrei@goanga.com  Thu Jun 24 17:24:03 2004
Return-Path: <andrei@goanga.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 883E716A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Jun 2004 17:24:03 +0000 (GMT)
Received: from goanga.com (goanga.com [193.231.240.30])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8673B43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Jun 2004 17:24:01 +0000 (GMT)
	(envelope-from andrei@goanga.com)
Received: from goanga.com (localhost [127.0.0.1])
	by goanga.com (8.12.9/8.12.9) with ESMTP id i5OHNt0d003543
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Jun 2004 20:23:55 +0300 (EEST)
	(envelope-from andrei@goanga.com)
Received: (from andrei@localhost)
	by goanga.com (8.12.9/8.12.9/Submit) id i5OHNt5d003542;
	Thu, 24 Jun 2004 20:23:55 +0300 (EEST)
	(envelope-from andrei)
Message-Id: <200406241723.i5OHNt5d003542@goanga.com>
Date: Thu, 24 Jun 2004 20:23:55 +0300 (EEST)
From: ANdrei <andrei@abc.ro>
Reply-To: ANdrei <andrei@abc.ro>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: IBM PCNet Ethernet (AMD chip) seen as Trident 4DWave DX/NX by the kernel	
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         68286
>Category:       i386
>Synopsis:       IBM PCNet Ethernet (AMD chip) seen as Trident 4DWave DX/NX by the kernel
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-i386
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 24 17:30:12 GMT 2004
>Closed-Date:    Tue Sep 13 23:09:17 GMT 2005
>Last-Modified:  Tue Sep 13 23:09:17 GMT 2005
>Originator:     ANdrei
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD goanga.com 4.10-STABLE FreeBSD 4.10-STABLE #15: Wed Jun 23 18:44:18 EEST 2004 root@goanga.com:/usr/src/sys/compile/DEMONIC i386


	

>Description:

I'm running the above kernel on a 4.8FreeBSD-STABLE (if i rememeber well my latest system build. everything was and still is ok with my kernel, and kernel and system work fine together in any other matter than the one i will describe. No other hardware problems also, no overheating and so on, everything just fine.

I have an ethernet card that pprobably originates from an IBM RS/6000, it is an IBM card model 9-P, having a AMD PCnet C971 chip on it. This i found out to be the Pcnet/Fast, that is supported by FreeBSD (10/100Mbps, PCI).
so i added the "PCN" driver to the kernel (from LINT i found out that this is the right one for my card) and recompiled the kernel, getting the 4.10 (had 4.9 before that). Then i rebooted, inserted the card, and booted again. on the diag screen of my PC i saw that the BIOS correctly sees the card as an Ethernet Adapter (well, Networking Adapter it says). but FreeBSD did not see it, and, strangel, i saw that it reported a new multimedia device, namely a Trident 4DWave DX/NX sound card, which i did not remember to have. I have an old Sounblaster ISA Vibra16x or smtg like that.
tried scanpci, rebooting a few times, laoding and unloading through loader.conf the sound drivers for all cards, but i still had the trident one and no Ethernet, even after several reboots...

If anybody should need my boot-output from dmesg, here it comes (the old one, with the trident in it):

Jun 23 19:44:25 goanga /kernel: Copyright (c) 1992-2004 The FreeBSD Project.
Jun 23 19:44:25 goanga /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
Jun 23 19:44:25 goanga /kernel: The Regents of the University of California. All rights reserved.
Jun 23 19:44:25 goanga /kernel: FreeBSD 4.10-STABLE #15: Wed Jun 23 18:44:18 EEST 2004
Jun 23 19:44:25 goanga /kernel: root@goanga.com:/usr/src/sys/compile/DEMONIC
Jun 23 19:44:25 goanga /kernel: Timecounter "i8254"  frequency 1193182 Hz
Jun 23 19:44:25 goanga /kernel: Timecounter "TSC"  frequency 451024677 Hz
Jun 23 19:44:25 goanga /kernel: CPU: AMD-K6(tm) 3D processor (451.02-MHz 586-class CPU)
Jun 23 19:44:25 goanga /kernel: Origin = "AuthenticAMD"  Id = 0x58c  Stepping = 12
Jun 23 19:44:25 goanga /kernel: Features=0x8021bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,PGE,MMX>
Jun 23 19:44:25 goanga /kernel: AMD Features=0x80000800<SYSCALL,3DNow!>
Jun 23 19:44:25 goanga /kernel: real memory  = 201326592 (196608K bytes)
Jun 23 19:44:25 goanga /kernel: config> en npx0
Jun 23 19:44:25 goanga /kernel: config> po npx0 0xf0
Jun 23 19:44:25 goanga /kernel: config> ir npx0 13
Jun 23 19:44:25 goanga /kernel: config> f npx0 0
Jun 23 19:44:25 goanga /kernel: config> q
Jun 23 19:44:25 goanga /kernel: avail memory = 191545344 (187056K bytes)
Jun 23 19:44:25 goanga /kernel: Preloaded elf kernel "kernel" at 0xc0424000.
Jun 23 19:44:25 goanga /kernel: Preloaded userconfig_script "/boot/kernel.conf" at 0xc042409c.
Jun 23 19:44:25 goanga /kernel: netsmb_dev: loaded
Jun 23 19:44:25 goanga /kernel: K6-family MTRR support enabled (2 registers)
Jun 23 19:44:25 goanga /kernel: md0: Malloc disk
Jun 23 19:44:25 goanga /kernel: Using $PIR table, 4 entries at 0xc00fd9f0
Jun 23 19:44:25 goanga /kernel: npx0: <math processor> on motherboard
Jun 23 19:44:25 goanga /kernel: npx0: INT 16 interface
Jun 23 19:44:25 goanga /kernel: pcib0: <Host to PCI bridge> on motherboard
Jun 23 19:44:25 goanga /kernel: pci0: <PCI bus> on pcib0
Jun 23 19:44:25 goanga /kernel: agp0: <VIA 82C597 (Apollo VP3) host to PCI bridge> mem 0xe0000000-0xe1ffffff at device 0.0 on pci0
Jun 23 19:44:25 goanga /kernel: pcib1: <VIA 82C598MVP (Apollo MVP3) PCI-PCI (AGP) bridge> at device 1.0 on pci0
Jun 23 19:44:25 goanga /kernel: pci1: <PCI bus> on pcib1
Jun 23 19:44:25 goanga /kernel: pci1: <NVidia Riva TNT2 graphics accelerator> at 0.0 irq 10
Jun 23 19:44:25 goanga /kernel: isab0: <VIA 82C586 PCI-ISA bridge> at device 7.0 on pci0
Jun 23 19:44:25 goanga /kernel: isa0: <ISA bus> on isab0
Jun 23 19:44:25 goanga /kernel: atapci0: <VIA 82C586 ATA33 controller> port 0xe000-0xe00f at device 7.1 on pci0
Jun 23 19:44:25 goanga /kernel: ata0: at 0x1f0 irq 14 on atapci0
Jun 23 19:44:25 goanga /kernel: ata1: at 0x170 irq 15 on atapci0
Jun 23 19:44:25 goanga /kernel: uhci0: <VIA 83C572 USB controller> port 0xe400-0xe41f irq 9 at device 7.2 on pci0
Jun 23 19:44:25 goanga /kernel: usb0: <VIA 83C572 USB controller> on uhci0
Jun 23 19:44:25 goanga /kernel: usb0: USB revision 1.0
Jun 23 19:44:25 goanga /kernel: uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
Jun 23 19:44:25 goanga /kernel: uhub0: 2 ports with 2 removable, self powered
Jun 23 19:44:25 goanga /kernel: pci0: <unknown card> (vendor=0x1106, dev=0x3040) at 7.3
Jun 23 19:44:25 goanga /kernel: de0: <Digital 21041 Ethernet> port 0xe800-0xe87f mem 0xe8003000-0xe800307f irq 10 at device 8.0 on pci0
Jun 23 19:44:25 goanga /kernel: de0: 21041 [10Mb/s] pass 1.1
Jun 23 19:44:25 goanga /kernel: de0: address 00:80:ad:a9:2f:2d
Jun 23 19:44:25 goanga /kernel: bktr0: <BrookTree 878> mem 0xe8000000-0xe8000fff irq 9 at device 9.0 on pci0
Jun 23 19:44:25 goanga /kernel: iicbb0: <I2C bit-banging driver> on bti2c0
Jun 23 19:44:25 goanga /kernel: iicbus0: <Philips I2C bus> on iicbb0 master-only
Jun 23 19:44:25 goanga /kernel: iicbus1: <Philips I2C bus> on iicbb0 master-only
Jun 23 19:44:25 goanga /kernel: smbus0: <System Management Bus> on bti2c0
Jun 23 19:44:25 goanga /kernel: bktr0: Hauppauge Model 44854 D142
Jun 23 19:44:25 goanga /kernel: bktr0: Detected a MSP3415G-B8 at 0x80
Jun 23 19:44:25 goanga /kernel: bktr0: Hauppauge WinCast/TV, Philips FR1216 PAL FM tuner, msp3400c stereo.
Jun 23 19:44:25 goanga /kernel: pci0: <unknown card> (vendor=0x109e, dev=0x0878) at 9.1 irq 9
Jun 23 19:44:25 goanga /kernel: pcm0: <Trident 4DWave DX> port 0xec00-0xec1f mem 0xe8002000-0xe800201f irq 9 at device 10.0 on pci0
Jun 23 19:44:25 goanga /kernel: codec timeout writing 26, data 0
Jun 23 19:44:25 goanga /kernel: codec timeout writing 0, data 0
Jun 23 19:44:25 goanga /kernel: codec timeout during read of register 26
Jun 23 19:44:25 goanga /kernel: codec timeout writing 26, data 0
Jun 23 19:44:25 goanga /kernel: codec timeout during read of register 0
Jun 23 19:44:25 goanga /kernel: codec timeout during read of register 7c
Jun 23 19:44:25 goanga /kernel: codec timeout during read of register 7e
Jun 23 19:44:25 goanga /kernel: pcm0: ac97 codec invalid or not present (id == ffffffff)
Jun 23 19:44:25 goanga /kernel: device_probe_and_attach: pcm0 attach returned 6
Jun 23 19:44:25 goanga /kernel: orm0: <Option ROMs> at iomem 0xc0000-0xcffff,0xdc000-0xdffff on isa0
Jun 23 19:44:25 goanga /kernel: pmtimer0 on isa0
Jun 23 19:44:25 goanga /kernel: fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
Jun 23 19:44:25 goanga /kernel: atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
Jun 23 19:44:25 goanga /kernel: atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
Jun 23 19:44:25 goanga /kernel: kbd0 at atkbd0
Jun 23 19:44:25 goanga /kernel: psm0: <PS/2 Mouse> irq 12 on atkbdc0
Jun 23 19:44:25 goanga /kernel: psm0: model IntelliMouse Explorer, device ID 4
Jun 23 19:44:25 goanga /kernel: vga0: <Generic ISA VGA> at port 0x3b0-0x3df iomem 0xa0000-0xbffff on isa0
Jun 23 19:44:25 goanga /kernel: sc0: <System console> at flags 0x100 on isa0
Jun 23 19:44:25 goanga /kernel: sc0: VGA <16 virtual consoles, flags=0x300>
Jun 23 19:44:25 goanga /kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
Jun 23 19:44:25 goanga /kernel: sio0: type 16550A
Jun 23 19:44:25 goanga /kernel: sio1 at port 0x2f8-0x2ff irq 3 on isa0
Jun 23 19:44:25 goanga /kernel: sio1: type 16550A
Jun 23 19:44:25 goanga /kernel: ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
Jun 23 19:44:25 goanga /kernel: ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
Jun 23 19:44:25 goanga /kernel: plip0: <PLIP network interface> on ppbus0
Jun 23 19:44:25 goanga /kernel: lpt0: <Printer> on ppbus0
Jun 23 19:44:25 goanga /kernel: lpt0: Interrupt-driven port
Jun 23 19:44:25 goanga /kernel: ppi0: <Parallel I/O> on ppbus0
Jun 23 19:44:25 goanga /kernel: joy0 at port 0x201 on isa0
Jun 23 19:44:25 goanga /kernel: aha0 at port 0x330-0x333 irq 11 drq 5 on isa0
Jun 23 19:44:25 goanga /kernel: aha0: AHA-1542C FW Rev. 0.1 (ID=44) SCSI Host Adapter, SCSI ID 7, 16 CCBs
Jun 23 19:44:25 goanga /kernel: pcm0: <CMI8330> at port 0x530-0x537,0x388-0x38f irq 5 drq 0 on isa0
Jun 23 19:44:25 goanga /kernel: unknown: <CMI8330. Audio Adapter> can't assign resources
Jun 23 19:44:25 goanga /kernel: unknown: <CMI8330. Audio Adapter> can't assign resources
Jun 23 19:44:25 goanga /kernel: unknown: <Audio> can't assign resources
Jun 23 19:44:25 goanga /kernel: joy1: <Generic PnP Joystick> at port 0x200 on isa0
Jun 23 19:44:25 goanga /kernel: unknown: <PNP0000> can't assign resources
Jun 23 19:44:25 goanga /kernel: unknown: <PNP0303> can't assign resources
Jun 23 19:44:25 goanga /kernel: unknown: <PNP0f13> can't assign resources
Jun 23 19:44:25 goanga /kernel: unknown: <PNP0501> can't assign resources
Jun 23 19:44:25 goanga /kernel: unknown: <PNP0700> can't assign resources
Jun 23 19:44:25 goanga /kernel: unknown: <PNP0400> can't assign resources
Jun 23 19:44:25 goanga /kernel: unknown: <PNP0501> can't assign resources
Jun 23 19:44:25 goanga /kernel: de0: enabling 10baseT port
Jun 23 19:44:25 goanga /kernel: DUMMYNET initialized (011031)
Jun 23 19:44:25 goanga /kernel: IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to deny, unlimited logging
Jun 23 19:44:25 goanga /kernel: ad0: 8063MB <QUANTUM FIREBALL CR8.4A> [16383/16/63] at ata0-master UDMA33
Jun 23 19:44:25 goanga /kernel: ad3: 811MB <ST3850A> [1648/16/63] at ata1-slave WDMA2
Jun 23 19:44:25 goanga /kernel: acd0: CDROM <SAMSUNG SC-140B> at ata1-master PIO4
Jun 23 19:44:25 goanga /kernel: Waiting 20 seconds for SCSI devices to settle
Jun 23 19:44:25 goanga /kernel: Mounting root from ufs:/dev/ad0s1a
Jun 23 19:44:25 goanga /kernel: cd0 at aha0 bus 0 target 1 lun 0
Jun 23 19:44:25 goanga /kernel: cd0: <HP CD-Writer+ 9200 1.0c> Removable CD-ROM SCSI-4 device 
Jun 23 19:44:25 goanga /kernel: cd0: 3.333MB/s transfers (3.333MHz, offset 8)
Jun 23 19:44:25 goanga /kernel: cd0: Attempt to query device size failed: NOT READY, 
Jun 23 19:44:25 goanga /kernel: da0 at aha0 bus 0 target 3 lun 0
Jun 23 19:44:25 goanga /kernel: da0: <IBM DORS-32160 WA6A> Fixed Direct Access SCSI-2 device 
Jun 23 19:44:25 goanga /kernel: da0: 3.333MB/s transfers (3.333MHz, offset 8)
Jun 23 19:44:25 goanga /kernel: da0: 2063MB (4226725 512 byte sectors: 64H 32S/T 2063C)
Jun 23 19:44:25 goanga /kernel: de0: enabling 10baseT port
Jun 23 19:44:30 goanga lpd[152]: lpd startup: logging=0



the CMI8330 you see is my onboard sound, had it both activated and deactivated, it made no difference, i was still stuck with the trident in place of the Pcnet adapter... i usually have the cmi8330 disabled, so it is not of importance here, it's just that this is the only output i saved...
oh, and the soundblaster Vibra was seen correctly when i had the Pcnet card plugged in, so no issue wqith that one...

and my normal output, now, that i removed the PcNet card and pout a Realtek 8139 in the PC:
Jun 23 20:12:13 goanga /kernel: Copyright (c) 1992-2004 The FreeBSD Project.
Jun 23 20:12:13 goanga /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
Jun 23 20:12:13 goanga /kernel: The Regents of the University of California. All rights reserved.
Jun 23 20:12:13 goanga /kernel: FreeBSD 4.10-STABLE #15: Wed Jun 23 18:44:18 EEST 2004
Jun 23 20:12:13 goanga /kernel: root@goanga.com:/usr/src/sys/compile/DEMONIC
Jun 23 20:12:13 goanga /kernel: Timecounter "i8254"  frequency 1193182 Hz
Jun 23 20:12:13 goanga /kernel: Timecounter "TSC"  frequency 451024893 Hz
Jun 23 20:12:13 goanga /kernel: CPU: AMD-K6(tm) 3D processor (451.02-MHz 586-class CPU)
Jun 23 20:12:13 goanga /kernel: Origin = "AuthenticAMD"  Id = 0x58c  Stepping = 12
Jun 23 20:12:13 goanga /kernel: Features=0x8021bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,PGE,MMX>
Jun 23 20:12:13 goanga /kernel: AMD Features=0x80000800<SYSCALL,3DNow!>
Jun 23 20:12:13 goanga /kernel: real memory  = 201326592 (196608K bytes)
Jun 23 20:12:13 goanga /kernel: config> en npx0
Jun 23 20:12:13 goanga /kernel: config> po npx0 0xf0
Jun 23 20:12:13 goanga /kernel: config> ir npx0 13
Jun 23 20:12:13 goanga /kernel: config> f npx0 0
Jun 23 20:12:13 goanga /kernel: config> q
Jun 23 20:12:13 goanga /kernel: avail memory = 191275008 (186792K bytes)
Jun 23 20:12:13 goanga /kernel: Preloaded elf kernel "kernel" at 0xc0466000.
Jun 23 20:12:13 goanga /kernel: Preloaded userconfig_script "/boot/kernel.conf" at 0xc046609c.
Jun 23 20:12:13 goanga /kernel: Preloaded elf module "usb.ko" at 0xc04660ec.
Jun 23 20:12:13 goanga /kernel: Preloaded elf module "ugen.ko" at 0xc0466188.
Jun 23 20:12:13 goanga /kernel: Preloaded elf module "umass.ko" at 0xc0466224.
Jun 23 20:12:13 goanga /kernel: Preloaded elf module "bktr_mem.ko" at 0xc04662c4.
Jun 23 20:12:13 goanga /kernel: Preloaded elf module "bktr.ko" at 0xc0466364.
Jun 23 20:12:13 goanga /kernel: bktr_mem: memory holder loaded
Jun 23 20:12:13 goanga /kernel: netsmb_dev: loaded
Jun 23 20:12:13 goanga /kernel: K6-family MTRR support enabled (2 registers)
Jun 23 20:12:13 goanga /kernel: md0: Malloc disk
Jun 23 20:12:13 goanga /kernel: Using $PIR table, 4 entries at 0xc00fd9f0
Jun 23 20:12:13 goanga /kernel: npx0: <math processor> on motherboard
Jun 23 20:12:13 goanga /kernel: npx0: INT 16 interface
Jun 23 20:12:13 goanga /kernel: pcib0: <Host to PCI bridge> on motherboard
Jun 23 20:12:13 goanga /kernel: pci0: <PCI bus> on pcib0
Jun 23 20:12:13 goanga /kernel: agp0: <VIA 82C597 (Apollo VP3) host to PCI bridge> mem 0xe0000000-0xe1ffffff at device 0.0 on pci0
Jun 23 20:12:13 goanga /kernel: pcib1: <VIA 82C598MVP (Apollo MVP3) PCI-PCI (AGP) bridge> at device 1.0 on pci0
Jun 23 20:12:13 goanga /kernel: pci1: <PCI bus> on pcib1
Jun 23 20:12:13 goanga /kernel: pci1: <NVidia Riva TNT2 graphics accelerator> at 0.0 irq 10
Jun 23 20:12:13 goanga /kernel: isab0: <VIA 82C586 PCI-ISA bridge> at device 7.0 on pci0
Jun 23 20:12:13 goanga /kernel: isa0: <ISA bus> on isab0
Jun 23 20:12:13 goanga /kernel: atapci0: <VIA 82C586 ATA33 controller> port 0xe000-0xe00f at device 7.1 on pci0
Jun 23 20:12:13 goanga /kernel: ata0: at 0x1f0 irq 14 on atapci0
Jun 23 20:12:13 goanga /kernel: ata1: at 0x170 irq 15 on atapci0
Jun 23 20:12:13 goanga /kernel: uhci0: <VIA 83C572 USB controller> port 0xe400-0xe41f irq 9 at device 7.2 on pci0
Jun 23 20:12:13 goanga /kernel: usb0: <VIA 83C572 USB controller> on uhci0
Jun 23 20:12:13 goanga /kernel: usb0: USB revision 1.0
Jun 23 20:12:13 goanga /kernel: uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
Jun 23 20:12:13 goanga /kernel: uhub0: 2 ports with 2 removable, self powered
Jun 23 20:12:13 goanga /kernel: pci0: <unknown card> (vendor=0x1106, dev=0x3040) at 7.3
Jun 23 20:12:13 goanga /kernel: de0: <Digital 21041 Ethernet> port 0xe800-0xe87f mem 0xe7000000-0xe700007f irq 10 at device 8.0 on pci0
Jun 23 20:12:13 goanga /kernel: de0: 21041 [10Mb/s] pass 1.1
Jun 23 20:12:13 goanga /kernel: de0: address 00:80:ad:a9:2f:2d
Jun 23 20:12:13 goanga /kernel: bktr0: <BrookTree 878> mem 0xe7001000-0xe7001fff irq 9 at device 9.0 on pci0
Jun 23 20:12:13 goanga /kernel: bktr0: Hauppauge Model 44854 D142
Jun 23 20:12:13 goanga /kernel: bktr0: Detected a MSP3415G-B8 at 0x80
Jun 23 20:12:13 goanga /kernel: bktr0: Hauppauge WinCast/TV, Philips FR1216 PAL FM tuner, msp3400c stereo.
Jun 23 20:12:13 goanga /kernel: pci0: <unknown card> (vendor=0x109e, dev=0x0878) at 9.1 irq 9
Jun 23 20:12:13 goanga /kernel: rl0: <RealTek 8139 10/100BaseTX> port 0xec00-0xecff mem 0xe7003000-0xe70030ff irq 9 at device 10.0 on pci0
Jun 23 20:12:13 goanga /kernel: rl0: Ethernet address: 00:c0:df:05:01:2a
Jun 23 20:12:13 goanga /kernel: miibus0: <MII bus> on rl0
Jun 23 20:12:13 goanga /kernel: rlphy0: <RealTek internal media interface> on miibus0
Jun 23 20:12:13 goanga /kernel: rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
Jun 23 20:12:13 goanga /kernel: orm0: <Option ROMs> at iomem 0xc0000-0xcffff,0xdc000-0xdffff on isa0
Jun 23 20:12:13 goanga /kernel: pmtimer0 on isa0
Jun 23 20:12:13 goanga /kernel: fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
Jun 23 20:12:13 goanga /kernel: atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
Jun 23 20:12:13 goanga /kernel: atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
Jun 23 20:12:13 goanga /kernel: kbd0 at atkbd0
Jun 23 20:12:13 goanga /kernel: psm0: <PS/2 Mouse> irq 12 on atkbdc0
Jun 23 20:12:13 goanga /kernel: psm0: model IntelliMouse Explorer, device ID 4
Jun 23 20:12:13 goanga /kernel: vga0: <Generic ISA VGA> at port 0x3b0-0x3df iomem 0xa0000-0xbffff on isa0
Jun 23 20:12:13 goanga /kernel: sc0: <System console> at flags 0x100 on isa0
Jun 23 20:12:13 goanga /kernel: sc0: VGA <16 virtual consoles, flags=0x300>
Jun 23 20:12:13 goanga /kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
Jun 23 20:12:13 goanga /kernel: sio0: type 16550A
Jun 23 20:12:13 goanga /kernel: sio1 at port 0x2f8-0x2ff irq 3 on isa0
Jun 23 20:12:13 goanga /kernel: sio1: type 16550A
Jun 23 20:12:13 goanga /kernel: ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
Jun 23 20:12:13 goanga /kernel: ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
Jun 23 20:12:13 goanga /kernel: plip0: <PLIP network interface> on ppbus0
Jun 23 20:12:13 goanga /kernel: lpt0: <Printer> on ppbus0
Jun 23 20:12:13 goanga /kernel: lpt0: Interrupt-driven port
Jun 23 20:12:13 goanga /kernel: ppi0: <Parallel I/O> on ppbus0
Jun 23 20:12:13 goanga /kernel: joy0 at port 0x201 on isa0
Jun 23 20:12:13 goanga /kernel: aha0 at port 0x330-0x333 irq 11 drq 5 on isa0
Jun 23 20:12:13 goanga /kernel: aha0: AHA-1542C FW Rev. 0.1 (ID=44) SCSI Host Adapter, SCSI ID 7, 16 CCBs
Jun 23 20:12:13 goanga /kernel: sbc0: <Creative ViBRA16X> at port 0x220-0x22f,0x300-0x301,0x388-0x38b irq 5 drq 0,1 on isa0
Jun 23 20:12:13 goanga /kernel: pcm0: <SB16 DSP 4.16 (ViBRA16X)> on sbc0
Jun 23 20:12:13 goanga /kernel: joy1: <Generic PnP Joystick> at port 0x200 on isa0
Jun 23 20:12:13 goanga /kernel: unknown: <PNP0000> can't assign resources
Jun 23 20:12:13 goanga /kernel: unknown: <PNP0303> can't assign resources
Jun 23 20:12:13 goanga /kernel: unknown: <PNP0f13> can't assign resources
Jun 23 20:12:13 goanga /kernel: unknown: <PNP0501> can't assign resources
Jun 23 20:12:13 goanga /kernel: unknown: <PNP0400> can't assign resources
Jun 23 20:12:13 goanga /kernel: unknown: <PNP0501> can't assign resources
Jun 23 20:12:13 goanga /kernel: de0: enabling 10baseT port
Jun 23 20:12:13 goanga /kernel: IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to deny, unlimited logging
Jun 23 20:12:13 goanga /kernel: DUMMYNET initialized (011031)
Jun 23 20:12:13 goanga /kernel: ad0: 8063MB <QUANTUM FIREBALL CR8.4A> [16383/16/63] at ata0-master UDMA33
Jun 23 20:12:13 goanga /kernel: ad3: 811MB <ST3850A> [1648/16/63] at ata1-slave WDMA2
Jun 23 20:12:13 goanga /kernel: acd0: CDROM <SAMSUNG SC-140B> at ata1-master PIO4
Jun 23 20:12:13 goanga /kernel: Waiting 20 seconds for SCSI devices to settle
Jun 23 20:12:13 goanga /kernel: Mounting root from ufs:/dev/ad0s1a
Jun 23 20:12:13 goanga /kernel: cd0 at aha0 bus 0 target 5 lun 0
Jun 23 20:12:13 goanga /kernel: cd0: <HP CD-Writer+ 9200 1.0c> Removable CD-ROM SCSI-4 device 
Jun 23 20:12:13 goanga /kernel: cd0: 3.333MB/s transfers (3.333MHz, offset 8)
Jun 23 20:12:13 goanga /kernel: cd0: Attempt to query device size failed: NOT READY, 
Jun 23 20:12:13 goanga /kernel: da0 at aha0 bus 0 target 3 lun 0
Jun 23 20:12:13 goanga /kernel: da0: <IBM DORS-32160 WA6A> Fixed Direct Access SCSI-2 device 
Jun 23 20:12:13 goanga /kernel: da0: 3.333MB/s transfers (3.333MHz, offset 8)
Jun 23 20:12:13 goanga /kernel: da0: 2063MB (4226725 512 byte sectors: 64H 32S/T 2063C)
Jun 23 20:12:13 goanga /kernel: de0: enabling 10baseT port

anybody any ideas why it sees my PcNet card as the Trident, and how i can make it work? i have no strange things in my kernel config, and the only thing i added before adding the PcNet card was the pcn driver line.


thanks!
 

	
>How-To-Repeat:
	
>Fix:

	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: bms 
State-Changed-When: Fri Jul 9 06:07:10 GMT 2004 
State-Changed-Why:  
Please respond with the full output, from the affected system, of: 
pciconf -lv 

if_pcn.c defines the following: 
0x20001022 -> AMD PCnet/PCI 10/100BaseTX 

t4dwave.c defines the following: 
0x20001023 -> Trident 4DWave DX 

This suggests an off-by-one somewhere, or possibly the PCI ID on your 
network card is incorrect, or being incorrectly matched by the sound 
drivers. 

Try to avoid loading the snd driver (which attempts to probe all 
possible sound devices) and load *only* the sound drivers which 
you specifically need. 



Responsible-Changed-From-To: freebsd-i386->bms 
Responsible-Changed-By: bms 
Responsible-Changed-When: Fri Jul 9 06:07:10 GMT 2004 
Responsible-Changed-Why:  
I'll take this 

http://www.freebsd.org/cgi/query-pr.cgi?pr=68286 
State-Changed-From-To: feedback->suspended 
State-Changed-By: bms 
State-Changed-When: Tue Nov 2 07:01:05 GMT 2004 
State-Changed-Why:  
Back to the free pool 


Responsible-Changed-From-To: bms->freebsd-bugs 
Responsible-Changed-By: bms 
Responsible-Changed-When: Tue Nov 2 07:01:05 GMT 2004 
Responsible-Changed-Why:  
Back to the free pool 

http://www.freebsd.org/cgi/query-pr.cgi?pr=68286 
State-Changed-From-To: suspended->closed 
State-Changed-By: linimon 
State-Changed-When: Tue Sep 13 23:08:13 GMT 2005 
State-Changed-Why:  
Feedback timeout (> 6 months). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=68286 
>Unformatted:
