mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Note that the pcn(4) driver supports the PCnet/PRO cards, and MFC.
This commit is contained in:
parent
d6a31f4715
commit
c27b5de4de
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66606
@ -119,7 +119,8 @@ lnc0 280 10 n/a dyn Lance/PCnet cards
|
||||
(Isolan, Novell NE2100, NE32-VL,
|
||||
some PCnet-PCI cards)
|
||||
pcn0 dyn dyn n/a dyn AMD PCnet/FAST, PCnet/FAST+,
|
||||
PCnet/Home, and HomePNA cards
|
||||
PCnet/PRO, PCnet/Home, and HomePNA
|
||||
cards
|
||||
rl0 dyn dyn n/a dyn RealTek 8129/8139 fast ethernet
|
||||
sf0 dyn dyn n/a dyn Adaptec AIC-6915 fast ethernet
|
||||
sis0 dyn dyn n/a dyn SiS 900/SiS 7016 fast ethernet
|
||||
@ -524,7 +525,7 @@ chipsets, including the following:
|
||||
Silicon Graphics Gigabit Ethernet
|
||||
|
||||
AMD PCnet/PCI (79c970 & 53c974 or 79c974)
|
||||
AMD PCnet/FAST, PCnet/FAST+, HomePCI, and HomePNA.
|
||||
AMD PCnet/FAST, PCnet/FAST+, PCnet/PRO, HomePCI, and HomePNA.
|
||||
|
||||
SMC Elite 16 WD8013 ethernet interface, and most other WD8003E,
|
||||
WD8003EBT, WD8003W, WD8013W, WD8003S, WD8003SBT and WD8013EBT
|
||||
|
@ -115,12 +115,12 @@ netgraph subsystem. The ng_ether(4) node is now dynamically loadable.
|
||||
Miscellaneous bug fixes and enhancements have also been made. [MERGED]
|
||||
|
||||
The pcn(4) driver, which supports the AMD PCnet/FAST, PCnet/FAST+,
|
||||
PCnet/Home, and HomePNA adapters, has been added. Although these
|
||||
cards are already supported by the lnc(4) driver, the pcn driver runs
|
||||
these chips in 32-bit mode and uses the RX alignment feature to
|
||||
PCnet/PRO, PCnet/Home, and HomePNA adapters, has been added. Although
|
||||
these cards are already supported by the lnc(4) driver, the pcn driver
|
||||
runs these chips in 32-bit mode and uses the RX alignment feature to
|
||||
achieve zero-copy receive. This driver is also machine-independent,
|
||||
so it will work on both the i386 and alpha platforms. The lnc driver
|
||||
is still needed to support non-PCI cards.
|
||||
is still needed to support non-PCI cards. [MERGED]
|
||||
|
||||
The ed(4) driver is now also supported on the Alpha.
|
||||
|
||||
@ -380,7 +380,7 @@ chipsets, including the following:
|
||||
NEC Gigabit Ethernet
|
||||
|
||||
AMD PCnet/PCI (79c970 & 53c974 or 79c974)
|
||||
AMD PCnet/FAST, PCnet/FAST+, PCnet/Home, and HomePNA.
|
||||
AMD PCnet/FAST, PCnet/FAST+, PCnet/PRO, PCnet/Home, and HomePNA.
|
||||
|
||||
SMC Elite 16 WD8013 Ethernet interface, and most other WD8003E,
|
||||
WD8003EBT, WD8003W, WD8013W, WD8003S, WD8003SBT and WD8013EBT
|
||||
|
@ -136,12 +136,12 @@ netgraph subsystem. The ng_ether(4) node is now dynamically loadable.
|
||||
Miscellaneous bug fixes and enhancements have also been made. [MERGED]
|
||||
|
||||
The pcn(4) driver, which supports the AMD PCnet/FAST, PCnet/FAST+,
|
||||
PCnet/Home, and HomePNA adapters, has been added. Although these
|
||||
cards are already supported by the lnc(4) driver, the pcn driver runs
|
||||
these chips in 32-bit mode and uses the RX alignment feature to
|
||||
PCnet/PRO, PCnet/Home, and HomePNA adapters, has been added. Although
|
||||
these cards are already supported by the lnc(4) driver, the pcn driver
|
||||
runs these chips in 32-bit mode and uses the RX alignment feature to
|
||||
achieve zero-copy receive. This driver is also machine-independent,
|
||||
so it will work on both the i386 and alpha platforms. The lnc driver
|
||||
is still needed to support non-PCI cards.
|
||||
is still needed to support non-PCI cards. [MERGED]
|
||||
|
||||
The i386 boot loader now has support for a "nullconsole" console type,
|
||||
for use on systems with neither a video console nor a serial
|
||||
@ -493,7 +493,7 @@ chipsets, including the following:
|
||||
NEC Gigabit Ethernet
|
||||
|
||||
AMD PCnet/PCI (79c970 & 53c974 or 79c974)
|
||||
AMD PCnet/FAST, PCnet/FAST+, PCnet/Home, and HomePNA.
|
||||
AMD PCnet/FAST, PCnet/FAST+, PCnet/PRO, PCnet/Home, and HomePNA.
|
||||
|
||||
SMC Elite 16 WD8013 Ethernet interface, and most other WD8003E,
|
||||
WD8003EBT, WD8003W, WD8013W, WD8003S, WD8003SBT and WD8013EBT
|
||||
|
Loading…
Reference in New Issue
Block a user