1 .\" $NetBSD: pcn.4,v 1.2 2001/09/11 00:08:29 wiz Exp $
3 .\" Copyright 2001 Wasabi Systems, Inc.
4 .\" All rights reserved.
6 .\" Written by Jason R. Thorpe for Wasabi Systems, Inc.
8 .\" Redistribution and use in source and binary forms, with or without
9 .\" modification, are permitted provided that the following conditions
11 .\" 1. Redistributions of source code must retain the above copyright
12 .\" notice, this list of conditions and the following disclaimer.
13 .\" 2. Redistributions in binary form must reproduce the above copyright
14 .\" notice, this list of conditions and the following disclaimer in the
15 .\" documentation and/or other materials provided with the distribution.
16 .\" 3. All advertising materials mentioning features or use of this software
17 .\" must display the following acknowledgement:
18 .\" This product includes software developed for the NetBSD Project by
19 .\" Wasabi Systems, Inc.
20 .\" 4. The name of Wasabi Systems, Inc. may not be used to endorse
21 .\" or promote products derived from this software without specific prior
22 .\" written permission.
24 .\" THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND
25 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
26 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
27 .\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASABI SYSTEMS, INC
28 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
29 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
30 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
32 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
33 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
34 .\" POSSIBILITY OF SUCH DAMAGE.
41 .Nd AMD PCnet-PCI Ethernet family driver
43 .Cd "pcn* at pci? dev ? function ?"
45 Configuration of PHYs may also be necessary. See
50 device driver supports Ethernet interfaces based on the AMD
51 PCnet-PCI family of Ethernet chips. The chips supported by
57 Am79c970 PCnet-PCI Single-Chip Ethernet Controller for PCI
60 Am79c970A PCnet-PCI II Single-Chip Full-Duplex Ethernet Controller
63 Am79c971 PCnet-FAST Single-Chip Full-Duplex 10/100Mbps
64 Ethernet Controller for PCI Local Bus
66 Am79c972 PCnet-FAST+ Enhanced 10/100Mbps PCI Ethernet Controller
69 Am79c973/Am79c975 PCnet-FAST III Single-Chip 10/100Mbps PCI
70 Ethernet Controller with Integrated PHY
73 PCnet-PCI chips are found on some Hewlett-Packard PCI Ethernet
74 boards, and on the Allied Telesyn AT-2700TX PCI Ethernet board.
75 They are also found on some processor evaluation boards as an
80 driver also supports the emulated PCnet-PCI interface provided
94 driver first appeared in
101 .Aq thorpej@wasabisystems.com .