Commit Graph

2856 Commits

Author SHA1 Message Date
thorpej 33c513cce5 Add a manual page for the glxtphy driver. 2001-07-25 22:11:28 +00:00
thorpej 1feff9f699 Add a manual page for the gentbi driver. 2001-07-25 22:07:12 +00:00
thorpej 331dda0966 Yet more info. 2001-07-25 01:34:05 +00:00
thorpej a4d9cdfc9f Flesh this out a little more. 2001-07-25 00:28:06 +00:00
thorpej 583da27774 Oops, omission in last. 2001-07-25 00:20:12 +00:00
thorpej e63c495c95 xref stge(4) 2001-07-25 00:17:56 +00:00
thorpej 55e03e1941 Manual page for the Sundance/Tamarack TC9021 Gigabit Ethernet driver. 2001-07-25 00:17:19 +00:00
wiz 0aa5d1cdfb s/accellerate/accelerate/ 2001-07-24 16:50:41 +00:00
wiz a9356936b4 seperate -> separate 2001-07-22 13:33:58 +00:00
gmcgarry 7b2064c2a5 Bring up to date. pool_create() doesn't exist any longer. Include
missing description of pool_destroy().  Fix some minor nits.

It isn't clear from the source whether pool_reclaim() and pool_drain()
should belong to the exported API.  At least it seems they aren't used.
No descriptions for these functions exist in this manpage.
2001-07-19 21:35:53 +00:00
thorpej 18bf360868 Document BUS_DMA_READ and BUS_DMA_WRITE. 2001-07-19 15:32:06 +00:00
bouyer d548bb4062 Document scsipi_thread_call_callback() and scsipi_target_detach() 2001-07-18 20:35:36 +00:00
augustss 6c944b598e Update adapter list. 2001-07-16 13:53:52 +00:00
augustss b833cc181d Update adapter list. 2001-07-16 13:50:21 +00:00
wiz 07a7c0df20 Grammar, whitespace and typo fixes. 2001-07-12 15:03:08 +00:00
itojun 373d09ca3c typo fixes, sync with openbsd tree 2001-07-12 12:43:21 +00:00
itojun 6d6ebe430c add altq(9). 2001-07-12 12:35:16 +00:00
ad f4d89567e8 Nobody loves me. *sob* 2001-07-09 15:16:53 +00:00
wiz d90a970c63 Since ncr(4) isn't in-tree anymore, dump its man page too. 2001-07-09 15:15:02 +00:00
wiz c15642d724 Typos and whitespace fixes. 2001-07-08 17:22:53 +00:00
abs 1311a0deae Document TCP_DEBUG and TCP_NDEBUG. 2001-07-08 16:19:59 +00:00
blymn d344cc8af2 Fixed Fo/Fc example, the one given did not format correctly when
used.
2001-07-08 06:23:15 +00:00
perry 3ee53a3696 remove redundant .Pp 2001-07-07 05:45:06 +00:00
perry 8057ca5380 add new b*() and mem*() man pages 2001-07-07 05:08:19 +00:00
perry e7eca1a183 man pages for b*() and mem*(), noting b*() to be obsolete 2001-07-07 05:05:17 +00:00
thorpej f966c67e8b Remove a bug from the list (jumbo frames are now supported), and
clarify that the SMC9462TX is supported (not the SX -- that board
uses a different chip).
2001-07-07 02:37:34 +00:00
abs 510da333e5 pcmcia(9) not PCMCIA(9) 2001-07-06 18:11:29 +00:00
hubertf 9a923bfb3f add "man.pdf" and "man.tgz" targets
PDF optimisations thanks to Valeriy E. Ushakov
2001-07-05 20:52:11 +00:00
jdolecek dbbda99b31 remove the splhigh stuff altogether, that is not going to be requirement 2001-07-05 18:49:20 +00:00
nathanw e66f3a0fe4 Basic man page for setrunqueue() and remrunqueue(). Why not? They're easy. 2001-07-05 18:38:49 +00:00
nathanw e927c2a3b8 The I/O address space of ISA is 16 bits; correct this, but add a note
explaining why it is often treated as only having 10 bits of I/O
address space.
2001-07-05 18:01:15 +00:00
ad 21cb54834a Note new Ethernet drivers. 2001-07-05 14:47:23 +00:00
itojun acd533ce9b some mdoc fix. mention openbsd revision in HISTORY 2001-07-04 05:13:18 +00:00
gmcgarry b7960ea852 Introduce a subsection explaining how to dump the CIS table. 2001-07-03 20:26:23 +00:00
gmcgarry 4ea7eaf547 Document problems with the multifunction cards which don't actually
identify themselves as such.
2001-07-03 20:24:32 +00:00
hubertf 034d9c4079 Note that io.4 isn't available everywhere 2001-07-03 16:42:10 +00:00
hubertf f37e9b5004 Note that COMPAT_10 also affects /dev/io 2001-07-03 16:41:33 +00:00
hubertf b9c6994054 Some polishing, thanks to Klaus Klein for feedback! 2001-07-03 16:37:18 +00:00
hubertf 131020b62c Add a manpage for /dev/io, and tell people the True Way.
Most of the manpage is from FreeBSD - thanks guys! :)
2001-07-02 22:59:25 +00:00
kristerw f3ccdc57d0 Corrected spelling of "-width". 2001-07-01 22:54:39 +00:00
gmcgarry 8752c2315f Add some missing documentation. 2001-07-01 04:11:13 +00:00
gmcgarry e839d267cd Add code references. Fix formatting. 2001-07-01 03:24:51 +00:00
gmcgarry fa0e67711f Fix terminology in discussion on locks. Expand history.
Add cross-references.
2001-07-01 03:23:02 +00:00
gmcgarry 74fb57bcf1 Refer to locks by their correct names as described lock(9). 2001-07-01 03:13:20 +00:00
gmcgarry d6182a9e77 In-kernel device configuration manager - allows modification
of device locators at run-time.

Written by Mats O Jansson <moj@stacken.kth.se>.  Reworked by
Jun-ichiro itojun Hagino <itojun@netbsd.org>.
2001-07-01 02:56:20 +00:00
gmcgarry 8fc30802e8 Add xi as supported device. List devices alphabetically. Fix
formatting glitch.
2001-07-01 02:04:57 +00:00
bjh21 3011c2edb9 Oops. Another mention of 1000BASE-TX squashed. 2001-06-30 17:57:56 +00:00
bjh21 bd5102ba31 IFM_1000_TX -> IFM_1000_T, and improve the description. 2001-06-30 17:57:21 +00:00
bjh21 dd90796b3d When referring to Ethernet medium types other than as arguments to
ifconfig, use the correct spellings (10BASE-T etc).
2001-06-30 16:55:03 +00:00
bjh21 9da8fccf7b it's -> its 2001-06-30 16:33:54 +00:00