aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>2000-09-20 17:30:22 +0000
committerBill Paul <wpaul@FreeBSD.org>2000-09-20 17:30:22 +0000
commit73334a43295681239f18f55b75bb50be0217dc38 (patch)
treedc0f9bd7b4748336632d1f73a4bb56c096238e38 /sys/conf/files
parente08483589308f04413b4e6290c0e87c8be4dea7d (diff)
downloadsrc-73334a43295681239f18f55b75bb50be0217dc38.tar.gz
src-73334a43295681239f18f55b75bb50be0217dc38.zip
Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters.
Previously, these cards were supported by the lnc driver (and they still are, but the pcn driver will claim them first), which is fine except the lnc driver runs them in 16-bit LANCE compatibility mode. The pcn driver runs these chips in 32-bit mode and uses the RX alignment feature to achieve zero-copy receive. (Which puts it in the same class as the xl, fxp and tl chipsets.) This driver is also MI, so it will work on the x86 and alpha platforms. (The lnc driver is still needed to support non-PCI cards. At some point, I'll need to newbusify it so that it too will me MI.) The Am79c978 HomePNA adapter is also supported.
Notes
Notes: svn path=/head/; revision=66131
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 65f167121775..1b4d871ab755 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -908,6 +908,7 @@ pci/if_de.c optional de
pci/if_en_pci.c optional en pci
pci/if_fxp.c optional fxp
pci/if_mn.c optional mn
+pci/if_pcn.c optional pcn
pci/if_rl.c optional rl
pci/if_sf.c optional sf
pci/if_sis.c optional sis