aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/pcn.4
Commit message (Collapse)AuthorAgeFilesLines
* FCP-101: Remove pcn(4).Brooks Davis2019-05-171-199/+0
| | | | | | | | | | 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
* Deprecate a number of less used 10 and 10/100 Ethernet devices.Brooks Davis2018-10-251-1/+9
| | | | | | | | | | | | | | 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
* use .Mt to mark up email addresses consistently (final part)Baptiste Daroussin2014-06-261-1/+1
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de> Notes: svn path=/head/; revision=267938
* General mdoc(7) and typo fixes.Glen Barber2012-05-121-1/+1
| | | | | | | | | PR: 167776 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days Notes: svn path=/head/; revision=235317
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-2/+0
| | | | | | | They have no effect when coming in pairs, or before .Bl/.Bd Notes: svn path=/head/; revision=213573
* Use the newly brought %U macro.Ruslan Ermilov2010-01-151-1/+1
| | | | Notes: svn path=/head/; revision=202386
* The pcn does not work on NEC SV-98/2-B05 and B06.Yoshihiro Takahashi2006-07-191-2/+0
| | | | | | | | Submitted by: Chiharu Shibata MFC after: 3 days Notes: svn path=/head/; revision=160498
* Remove unsupported hardware.Yoshihiro Takahashi2006-02-011-2/+0
| | | | | | | X-MFC after: soon Notes: svn path=/head/; revision=155172
* - Sync the list of supported chips with pcn_probe() as of sys/pci/if_pcn.cMarius Strobl2006-01-311-7/+3
| | | | | | | | | | | | | 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
* Work around an apparent mdoc(7) bug.Tom Rhodes2005-10-071-6/+4
| | | | | | | | Spotted by: marius Discussed with: ru Notes: svn path=/head/; revision=151046
* Break long lines and kill a few instances of EOL whitespace.Tom Rhodes2005-07-211-1/+2
| | | | | | | Noticed by: ru Notes: svn path=/head/; revision=148220
* Add a "Load module on start up" comment, similar to mac_*.4 pages[1].Tom Rhodes2005-07-191-1/+14
| | | | | | | | | | | 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
* Add the the Allied Telesyn AT-2700 familly.David E. O'Brien2004-11-191-0/+1
| | | | Notes: svn path=/head/; revision=137881
* - fix capitalizationChristian Brueffer2004-09-131-6/+34
| | | | | | | | | | - add HARDWARE section based on the hardware notes - bump document date MFC after: 3 days Notes: svn path=/head/; revision=135141
* Mechanically kill hard sentence breaks and double whitespaces.Ruslan Ermilov2004-07-031-1/+1
| | | | Notes: svn path=/head/; revision=131530
* Xref miibus(4).Tom Rhodes2003-02-151-0/+1
| | | | Notes: svn path=/head/; revision=110946
* Ispell sweep of share/man/man4.Mike Pritchard2002-01-211-1/+1
| | | | Notes: svn path=/head/; revision=89610
* MFS: in HISTORY section, fix release number of first appearanceSheldon Hearn2001-08-011-1/+1
| | | | Notes: svn path=/head/; revision=80898
* Removed whitespace at end-of-line; no content changes. I simply didJens Schweikhardt2001-07-141-1/+1
| | | | | | | | | | | | | 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
* Add the card ID for the Am79c975 PCnet/FAST III card. This is a variantBill Paul2000-10-051-2/+2
| | | | | | | | | 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
* Add support for the AMD Am79c976 PCnet/PRO controller chip. For nowBill Paul2000-10-031-2/+2
| | | | | | | | | | | | 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
* Make some small line-break tweaks.Bill Paul2000-09-211-4/+4
| | | | | | | Submitted by: Sheldon Hearn Notes: svn path=/head/; revision=66196
* Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters.Bill Paul2000-09-201-0/+159
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