| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Relnotes: yes
FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md
Reviewed by: jhb, imp
Differential Revision: https://reviews.freebsd.org/D20230
Notes:
svn path=/head/; revision=347915
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The current deprecated list is: ae, bm, cs, de, dme, ed, ep, ex, fe,
pcn, sf, sn, tl, tx, txp, vx, wb, xe
The list as refined as part of FCP-0101. Per the FCP, devices may be
removed from the deprecation list if enough users are found or they are
converted to iflib.
FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md
Notes:
svn path=/head/; revision=339703
|
|
|
|
|
|
|
|
| |
PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>
Notes:
svn path=/head/; revision=267938
|
|
|
|
|
|
|
|
|
| |
PR: 167776
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
Notes:
svn path=/head/; revision=235317
|
|
|
|
|
|
|
| |
They have no effect when coming in pairs, or before .Bl/.Bd
Notes:
svn path=/head/; revision=213573
|
|
|
|
| |
Notes:
svn path=/head/; revision=202386
|
|
|
|
|
|
|
|
| |
Submitted by: Chiharu Shibata
MFC after: 3 days
Notes:
svn path=/head/; revision=160498
|
|
|
|
|
|
|
| |
X-MFC after: soon
Notes:
svn path=/head/; revision=155172
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rev. 1.77, i.e. remove Am53C974/Am79C970/Am79C974 PCnet-PCI and Am79C970A
PCnet-PCI II.
- Change the entry of the PCnet-Home in the list of supported chips to
match the other ones, i.e. s,PCnet/Home HomePNA,Am79C978 PCnet-Home,.
- s,familly,family
MFC after: 1 day
Notes:
svn path=/head/; revision=155157
|
|
|
|
|
|
|
|
| |
Spotted by: marius
Discussed with: ru
Notes:
svn path=/head/; revision=151046
|
|
|
|
|
|
|
| |
Noticed by: ru
Notes:
svn path=/head/; revision=148220
|
|
|
|
|
|
|
|
|
|
|
| |
Quote .Cd and .Nd text.
Bump doc date.
Requested by: some user through ru
Supported by: ru, dwmalone, brueffer
Notes:
svn path=/head/; revision=148145
|
|
|
|
| |
Notes:
svn path=/head/; revision=137881
|
|
|
|
|
|
|
|
|
|
| |
- add HARDWARE section based on the hardware notes
- bump document date
MFC after: 3 days
Notes:
svn path=/head/; revision=135141
|
|
|
|
| |
Notes:
svn path=/head/; revision=131530
|
|
|
|
| |
Notes:
svn path=/head/; revision=110946
|
|
|
|
| |
Notes:
svn path=/head/; revision=89610
|
|
|
|
| |
Notes:
svn path=/head/; revision=80898
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'
BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...
Reviewed by: Silence from cvs diff -b
MFC after: 7 days
Notes:
svn path=/head/; revision=79727
|
|
|
|
|
|
|
|
|
| |
of the Am79c973 with "AlertIT Technology," whatever that is. Also mention
support for the PCnet/FAST III cards in the documentation. The
PCnet/FAST III chips have integrated 10/100 PHYs.
Notes:
svn path=/head/; revision=66690
|
|
|
|
|
|
|
|
|
|
|
|
| |
this just involves adding the chip ID to the supported list: the PCnet/PRO
is compatible with the PCnet/FAST+ and friends and should "just work"
with this driver.
Also try to handle mbuf allocation failures in the receive handler
more gracefully.
Notes:
svn path=/head/; revision=66592
|
|
|
|
|
|
|
| |
Submitted by: Sheldon Hearn
Notes:
svn path=/head/; revision=66196
|
|
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:
svn path=/head/; revision=66131
|