PCN(4) | Device Drivers Manual | PCN(4) |
pcn
— AMD
PCnet/PCI Fast Ethernet device driver
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device miibus
device pcn
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
if_pcn_load="YES"
The pcn
driver is not present in
FreeBSD 13.0 and later. See
https://github.com/freebsd/fcp/blob/master/fcp-0101.md for more
information.
The pcn
driver provides support for PCI
Ethernet adapters and embedded controllers based on the AMD PCnet/FAST,
PCnet/FAST+, PCnet/FAST III, PCnet/PRO and PCnet/Home Ethernet controller
chips. Supported NIC's include the Allied Telesyn AT-2700 family.
The PCnet/PCI chips include a 100Mbps Ethernet MAC and support both a serial and MII-compliant transceiver interface. They use a bus master DMA and a scatter/gather descriptor scheme. The AMD chips provide a mechanism for zero-copy receive, providing good performance in server environments. Receive address filtering is provided using a single perfect filter entry for the station address and a 64-bit multicast hash table.
The pcn
driver supports the following
media types:
mediaopt
option can also be used to select either
‘full-duplex’ or ‘half-duplex’ modes.mediaopt
option can also be used to select either
‘full-duplex’ or ‘half-duplex’ modes.The pcn
driver supports the following
media options:
For more information on configuring this device, see ifconfig(8).
The pcn
driver supports adapters and
embedded controllers based on the AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST
III, PCnet/PRO and PCnet/Home Fast Ethernet chips:
Note that this condition only occurs when warm booting from another operating system. If you power down your system prior to booting FreeBSD, the card should be configured correctly.
arp(4), miibus(4), netintro(4), ng_ether(4), ifconfig(8)
AMD PCnet/FAST, PCnet/FAST+ and PCnet/Home datasheets, http://www.amd.com.
The pcn
device driver first appeared in
FreeBSD 4.3.
The pcn
driver was written by
Bill Paul
<wpaul@osd.bsdi.com>.
October 24, 2018 | Debian |