WE(4) NetBSD Programmer's Manual WE(4)
NAME
we - device driver for Western Digital/SMC WD80x3, SMC Elite Ultra, and SMC EtherEZ Ethernet cards
SYNOPSIS
we0 at isa? port 0x280 iomem 0xd0000 irq 9 we1 at isa? port 0x300 iomem 0xcc000 irq 10
DESCRIPTION
The we device driver supports Western Digital/SMC WD80x3, SMC Elite Ul- tra, and SMC EtherEZ Ethernet cards.
MEDIA SELECTION
The ability to select media from software is dependent on the particular model of WD/SMC card. The following models support only manual configu- ration: WD8003S, WD8003E, and WD8013EBT. Other WD/SMC 80x3 interfaces support two types of media on a single card. All support the AUI media type. The other media is either BNC or UTP beind a transciever. Sofware cannot differentiate between BNC and UTP cards. On some models, the AUI port is always active. The SMC Elite Ultra and SMC EtherEZ interfaces support three media a sin- gle card: AUI, BNC, and UTP. If the transciever is active, the BNC media is selected. Otherwise, the AUI and UTP ports are both active. To enable the AUI media, select the 10base5 or aui media type with ifconfig(8)'s `media' directive. To select the other media (transciev- er), select the 10base2 or bnc media type.
DIAGNOSTICS
we0: overriding IRQ <n> to <m> The IRQ specified in the kernel configu- ration file is different from that found in the card's configuration reg- isters. The value in the kernel configuration file is being overridden by the one configured into the card. we0: can't wildcard IRQ on a <model> The IRQ was wildcarded in the ker- nel configuration file, and the card is a WD8003S, WD8003E, or WD8013EBT, which do not support software IRQ configuration. we0: failed to clear shared memory at offset <off> The memory test was unable to clear shared the interface's shared memory region. This often indicates that the card is configured at a conflicting iomem address.
SEE ALSO
ifmedia(4), intro(4), isa(4), ifconfig(8) NetBSD October 20, 1997 1
Powered by man-cgi (2024-08-26). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.