summaryrefslogtreecommitdiffstats
path: root/share/man/man4/sf.4
Commit message (Collapse)AuthorAgeFilesLines
* Xref altq(4) for drivers that support it according to altq(4).brueffer2007-01-301-0/+1
|
* Work around an apparent mdoc(7) bug.trhodes2005-10-071-6/+4
| | | | | Spotted by: marius Discussed with: ru
* Break long lines and kill a few instances of EOL whitespace.trhodes2005-07-211-2/+3
| | | | Noticed by: ru
* Add a "Load module on start up" comment, similar to mac_*.4 pages[1].trhodes2005-07-191-1/+14
| | | | | | | | Quote .Cd and .Nd text. Bump doc date. Requested by: some user through ru Supported by: ru, dwmalone, brueffer
* Xref polling.4 and bump .Ddbrueffer2004-11-241-1/+2
| | | | MFC after: 3 days
* Correct the link to the AIC-6915 programmer's manualbrueffer2004-08-241-1/+1
|
* - move list of supported adapters into a HARDWARE sectionbrueffer2004-08-241-21/+23
| | | | | | - correctly capitalize Fast Ethernet - correct two typos - bump document date
* Xref miibus(4).trhodes2003-02-151-0/+1
|
* mdoc(7) police: fixed the "new sentence" bogons.ru2001-08-101-0/+1
|
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-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
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: normalize .Nd.ru2001-04-181-2/+3
|
* Use Fx macro wherever possible.ru2000-11-141-2/+4
|
* Minor formatting tweak: compact the supported adapter list.wpaul2000-07-201-1/+2
|
* Move netgraph node type man pages from section 8 to section 4.archie2000-05-041-2/+2
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-8/+16
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Add a reference to ng_ether(8).archie2000-01-251-0/+1
|
* Second round of config related changes to the manpages.asmodai2000-01-231-2/+2
| | | | device blah0 -> device blah for PCI devices and busses.
* Add/fix controller miibus0/device miibus0 stuff here too.wpaul2000-01-171-0/+1
|
* * remove i386 specific markphantom1999-11-151-1/+1
| | | | | * some style and syntax fixes * some duplicated $FreeBSD$ tags removed
* Update the Starfire driver comments and man page to include the URL ofwpaul1999-09-261-2/+2
| | | | | the AIC-6915 Programmer's Manual which I finally found online at Adaptec's site.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Various man page cleanup:mpp1999-08-151-2/+2
| | | | | | | | | | - Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net>
* This commit adds device driver support for Adaptec Duralink PCI fastwpaul1999-07-251-0/+161
ethernet controllers based on the AIC-6915 "Starfire" controller chip. There are single port, dual port and quad port cards, plus one 100baseFX card. All are 64-bit PCI devices, except one single port model. The Starfire would be a very nice chip were it not for the fact that receive buffers have to be longword aligned. This requires buffer copying in order to achieve proper payload alignment on the alpha. Payload alignment is enforced on both the alpha and x86 platforms. The Starfire has several different DMA descriptor formats and transfer mechanisms. This driver uses frame descriptors for transmission which can address up to 14 packet fragments, and a single fragment descriptor for receive. It also uses the producer/consumer model and completion queues for both transmit and receive. The transmit ring has 128 descriptors and the receive ring has 256. This driver supports both FreeBSD/i386 and FreeBSD/alpha, and uses newbus so that it can be compiled as a loadable kernel module. Support for BPF and hardware multicast filtering is included.
OpenPOWER on IntegriCloud