freebsd-nq/share/man/man4
Kenneth D. Merry cb32189e23 Move dynamic sysctl(8) variable creation for the cd(4) and da(4) drivers
out of cdregister() and daregister(), which are run from interrupt context.

The sysctl code does blocking mallocs (M_WAITOK), which causes problems
if malloc(9) actually needs to sleep.

The eventual fix for this issue will involve moving the CAM probe process
inside a kernel thread.  For now, though, I have fixed the issue by moving
dynamic sysctl variable creation for these two drivers to a task queue
running in a kernel thread.

The existing task queues (taskqueue_swi and taskqueue_swi_giant) run in
software interrupt handlers, which wouldn't fix the problem at hand.  So I
have created a new task queue, taskqueue_thread, that runs inside a kernel
thread.  (It also runs outside of Giant -- clients must explicitly acquire
and release Giant in their taskqueue functions.)

scsi_cd.c:	Remove sysctl variable creation code from cdregister(), and
		move it to a new function, cdsysctlinit().  Queue
		cdsysctlinit() to the taskqueue_thread taskqueue once we
		have fully registered the cd(4) driver instance.

scsi_da.c:	Remove sysctl variable creation code from daregister(), and
		move it to move it to a new function, dasysctlinit().
		Queue dasysctlinit() to the taskqueue_thread taskqueue once
		we have fully registered the da(4) instance.

taskqueue.h:	Declare the new taskqueue_thread taskqueue, update some
		comments.

subr_taskqueue.c:
		Create the new kernel thread taskqueue.  This taskqueue
		runs outside of Giant, so any functions queued to it would
		need to explicitly acquire/release Giant if they need it.

cd.4:		Update the cd(4) man page to talk about the minimum command
		size sysctl/loader tunable.  Also note that the changer
		variables are available as loader tunables as well.

da.4:		Update the da(4) man page to cover the retry_count,
		default_timeout and minimum_cmd_size sysctl variables/loader
		tunables.  Remove references to /dev/r???, they aren't used
		any longer.

cd.9:		Update the cd(9) man page to describe the CD_Q_10_BYTE_ONLY
		quirk.

taskqueue.9:	Update the taskqueue(9) man page to describe the new thread
		task queue, and the taskqueue_swi_giant queue.

MFC after:	3 days
2003-09-03 04:46:28 +00:00
..
man4.alpha Uniformly refer to a file system as "file system". 2002-12-12 17:26:04 +00:00
man4.i386 - Update the page title to include information about which cards 2003-08-29 17:59:01 +00:00
aac.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
acpi.4 Document hw.acpi.os_name. Also update the credits section. 2003-08-07 04:46:53 +00:00
adv.4 Update man pages in the section 4 to match the reality in -CURRENT. 2001-10-13 09:08:37 +00:00
adw.4 Update man pages in the section 4 to match the reality in -CURRENT. 2001-10-13 09:08:37 +00:00
agp.4 Use the -tag list to document agp(4) ioctls. 2003-05-20 22:06:43 +00:00
aha.4 Catch up aha(4) manpage with hardware notes and driver code. 2003-08-15 18:30:14 +00:00
ahb.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
ahc.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
ahd.4 english(4) police. 2002-12-27 12:15:40 +00:00
aio.4 Cross reference lio_listio(2). 2003-01-14 03:42:16 +00:00
amd.4 Removed whitespace at end-of-line; no content changes. I simply did 2001-07-14 19:41:16 +00:00
amr.4 Add the Dell PERC 3/DCL to the list of supported devices. This has been 2003-08-13 15:02:14 +00:00
an.4 Use PC Card instead of other variants in the driver man pages. 2003-08-20 06:49:57 +00:00
asr.4 Catch up asr(4) with hardware notes. 2003-08-19 03:40:05 +00:00
ata.4 Add support for the PC98 platform to the ATA driver. 2002-12-03 20:20:44 +00:00
atapicam.4 mdoc(7) police: overhaul. 2002-12-10 14:21:55 +00:00
ath_hal.4 CardBus instead of Cardbus. Add I/O Data WN-AG/CB and Prixim Skyline 2003-09-01 23:09:09 +00:00
ath.4 CardBus instead of Cardbus. Add I/O Data WN-AG/CB and Prixim Skyline 2003-09-01 23:09:09 +00:00
atkbd.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
atkbdc.4 Update man pages in the section 4 to match the reality in -CURRENT. 2001-10-13 09:08:37 +00:00
aue.4 Xref miibus(4). 2003-02-15 17:12:53 +00:00
awi.4 Grammar and spelling fixes 2003-08-13 12:39:44 +00:00
axe.4 Assorted mdoc(7) fixes. 2003-05-29 21:28:36 +00:00
bge.4 Removed hard sentence break. 2003-05-20 22:07:03 +00:00
bktr.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
blackhole.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
bpf.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
bridge.4 Unobfuscate VLAN trunking description. 2002-03-18 14:41:47 +00:00
bt.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
cardbus.4 mdoc(7) police: SEE ALSO references aren't real sentences. 2002-12-13 09:06:44 +00:00
ccd.4 ccd(4) can now operate on raw disks and other GEOM providers. 2003-08-08 15:17:15 +00:00
cd.4 Move dynamic sysctl(8) variable creation for the cd(4) and da(4) drivers 2003-09-03 04:46:28 +00:00
ch.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
ciss.4 mdoc(7) police: Scheduled sweep. 2003-02-24 22:53:26 +00:00
crypto.4 english(4) police. 2002-12-27 12:15:40 +00:00
csa.4 Grammar fix 2002-07-08 20:57:19 +00:00
cue.4 Add the SmartBridges SmartLink to the list of supported devices. 2003-08-21 14:26:29 +00:00
cy.4 mdoc(7) police: fixed indentation in synopsis. 2002-08-15 08:20:07 +00:00
da.4 Move dynamic sysctl(8) variable creation for the cd(4) and da(4) drivers 2003-09-03 04:46:28 +00:00
dc.4 Add support for a bunch of Microsoft networking products: 2003-07-10 18:43:17 +00:00
ddb.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
de.4 Removed whitespace at end-of-line; no content changes. I simply did 2001-07-14 19:41:16 +00:00
devctl.4 mdoc(7) police: Scheduled sweep. 2003-02-24 22:53:26 +00:00
disc.4 mdoc(7) police: GC whitespace at EOL. 2002-05-30 12:23:21 +00:00
divert.4 Correct to match reality regarding interface names. 2003-07-08 13:24:42 +00:00
dpt.4 Catch up dpt(4) manpage with Hardware Notes (and RELENG_4 manpage?!?). 2003-08-19 04:37:54 +00:00
dummynet.4 mdoc(7) police: scheduled sweep. 2002-11-29 11:39:20 +00:00
ed.4 Xref miibus(4). 2003-02-15 17:12:53 +00:00
ef.4 Add missing verb. 2002-06-14 22:15:22 +00:00
ehci.4 Add a manual page for the USB Enhanced Host Controller Driver. 2003-05-18 19:55:39 +00:00
em.4 Kill whitespace at EOL. 2003-05-21 15:55:40 +00:00
en.4 Reference the new natmip(4) man page. 2003-06-16 15:51:55 +00:00
exca.4 Use PC Card instead of other variants in the driver man pages. 2003-08-20 06:49:57 +00:00
faith.4 Document the fact that these devices are allocated at runtime using 2002-05-29 06:55:06 +00:00
fast_ipsec.4 mdoc(7) police: Revision. 2003-03-03 11:51:30 +00:00
fatm.4 'options atm' should actually read 'device atm'. 2003-06-25 16:04:19 +00:00
fd.4 Removed whitespace at end-of-line; no content changes. I simply did 2001-07-14 19:41:16 +00:00
fdc.4 Ispell sweep of share/man/man4. 2002-01-21 12:09:13 +00:00
firewire.4 Change device name. 2003-08-05 03:13:14 +00:00
fla.4 Document the existance of fla(4). 2003-07-14 03:23:58 +00:00
fpa.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
fwe.4 mdoc(7) police: Scheduled sweep. 2003-02-24 22:53:26 +00:00
fwohci.4 We don't need "device fwohci" in the kernel config file. 2003-04-17 03:46:09 +00:00
fxp.4 Fix a typo. 2003-07-16 06:54:59 +00:00
gbde.4 Remove reference to unavailable paper. 2003-03-07 09:36:58 +00:00
gem.4 - Add manpages for the gem and hme ethernet drivers. These were obtained 2003-06-10 18:53:15 +00:00
geom.4 Kill whitespace at EOL. 2003-05-21 15:55:40 +00:00
gif.4 mdoc(7) police: Scheduled sweep. 2003-02-24 22:53:26 +00:00
gre.4 mdoc(7) police: overhaul (including adoptation to FreeBSD). 2002-12-10 14:20:02 +00:00
gusc.4 Update man pages in the section 4 to match the reality in -CURRENT. 2001-10-13 09:08:37 +00:00
gx.4 Ispell sweep of share/man/man4. 2002-01-21 12:09:13 +00:00
harp.4 This is a pseudo physical interface for the HARP ATM stack. When loaded 2003-07-21 13:56:22 +00:00
hatm.4 'options atm' should actually read 'device atm'. 2003-06-25 16:04:19 +00:00
hifn.4 mdoc(7) police: overhaul. 2002-12-10 14:21:55 +00:00
hme.4 - Add manpages for the gem and hme ethernet drivers. These were obtained 2003-06-10 18:53:15 +00:00
ichsmb.4 Reflect support for 82801CA (ICH3) and 82801DC (ICH4) PCI chips. 2002-08-12 16:25:20 +00:00
icmp6.4 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
icmp.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
ida.4 mdoc(7) police: Scheduled sweep. 2003-02-24 22:53:26 +00:00
ieee80211.4 Fix typo 2003-08-13 12:20:33 +00:00
ifmib.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
iic.4 mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 15:31:11 +00:00
iicbb.4 mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 15:31:11 +00:00
iicbus.4 mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 15:31:11 +00:00
iicsmb.4 mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 15:31:11 +00:00
iir.4 According to revision 1.6 of iir.c, the latest import should have resolved 2003-05-14 17:53:40 +00:00
inet6.4 - now, IPV6CTL_V6ONLY is on by default. 2002-07-26 11:42:46 +00:00
inet.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
intpm.4 Add 'device smb' to the synopsis, as this is required to do anything 2001-09-18 02:50:24 +00:00
intro.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
ip6.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
ip.4 Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent on 2003-08-20 14:46:40 +00:00
ipfirewall.4 mdoc(7) police: scheduled sweep. 2002-11-29 11:39:20 +00:00
ipsec.4 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
isp.4 Note the Qlogic 1040 is a KZPBA in DEC-speak. 2003-04-20 22:10:13 +00:00
ispfw.4 mdoc(7) police: fixed the "new sentence" bogons. 2001-08-10 15:03:10 +00:00
joy.4 Fixed path to /boot/device.hints. 2002-07-12 13:44:37 +00:00
kame.4 Bring the kame(4) manual page closer to reality: 2003-05-16 00:31:12 +00:00
keyboard.4 Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
kld.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
ktr.4 mdoc(7) police: scheduled sweep. 2002-11-29 11:39:20 +00:00
kue.4 Xref miibus(4). 2003-02-15 17:12:53 +00:00
lge.4 MFS: in HISTORY section, fix release number of first appearance 2001-08-01 12:15:21 +00:00
lmc.4 mdoc(7) police: Scheduled sweep. 2003-02-24 22:53:26 +00:00
lo.4 mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 15:31:11 +00:00
lomac.4 Uniformly refer to a file system as "file system". 2002-12-12 17:26:04 +00:00
lp.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
lpbb.4 Removed whitespace at end-of-line; no content changes. I simply did 2001-07-14 19:41:16 +00:00
lpt.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
mac_biba.4 Assorted mdoc(7) fixes. 2003-06-01 21:52:59 +00:00
mac_bsdextended.4 Assorted mdoc(7) fixes. 2003-06-01 21:52:59 +00:00
mac_ifoff.4 Assorted mdoc(7) fixes. 2003-06-01 21:52:59 +00:00
mac_lomac.4 Add or correct section number in .Xr 2003-06-08 13:27:57 +00:00
mac_mls.4 Assorted mdoc(7) fixes. 2003-06-01 21:52:59 +00:00
mac_none.4 Hook up repo-copied mac_none.4 to mac_stub.4. 2003-08-21 16:53:06 +00:00
mac_partition.4 Assorted mdoc(7) fixes. 2003-06-01 21:52:59 +00:00
mac_portacl.4 Assorted mdoc(7) fixes. 2003-05-29 21:28:36 +00:00
mac_seeotheruids.4 Add or correct section number in .Xr 2003-06-08 13:27:57 +00:00
mac_stub.4 Hook up repo-copied mac_none.4 to mac_stub.4. 2003-08-21 16:53:06 +00:00
mac_test.4 Add or correct section number in .Xr 2003-06-08 13:27:57 +00:00
mac.4 Assorted mdoc(7) fixes. 2003-06-01 21:52:59 +00:00
maestro3.4 mdoc(7) police: minor markup and content fixes. 2001-11-21 17:12:31 +00:00
Makefile Hook up repo-copied mac_none.4 to mac_stub.4. 2003-08-21 16:53:06 +00:00
matcd.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
md.4 Add .Xr's to mdmfs(8). 2003-04-27 01:46:56 +00:00
mem.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
miibus.4 - Add manpages for the gem and hme ethernet drivers. These were obtained 2003-06-10 18:53:15 +00:00
mlx.4 Add DAC960PDU to list of supported cards, taken from Hardware Notes. 2003-08-15 22:34:18 +00:00
mly.4 Removed whitespace at end-of-line; no content changes. I simply did 2001-07-14 19:41:16 +00:00
mouse.4 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
mtio.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
my.4 Catch up my(4) with hardware notes by adding Myson MTD89X to list of 2003-08-31 19:37:48 +00:00
natm.4 Reference the patm(4) man page from here, like the other ATM drivers are 2003-07-15 12:07:45 +00:00
natmip.4 Change the code that enables/disables the ATM channel to use the 2003-08-12 14:20:32 +00:00
ncr.4 Removed whitespace at end-of-line; no content changes. I simply did 2001-07-14 19:41:16 +00:00
netgraph.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
netintro.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
ng_async.4 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
ng_atm.4 This is the man page for the netgraph ATM node. 2003-06-25 13:21:55 +00:00
ng_atmpif.4 Add ng_atmpif: a HARP physical interface emulation. This allows one 2003-08-11 08:40:02 +00:00
ng_bluetooth.4 Reapply mdoc(7) fixes that got accidentally lost in the last 2003-05-20 21:01:21 +00:00
ng_bpf.4 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
ng_bridge.4 Add or correct section number in .Xr 2003-06-08 13:27:57 +00:00
ng_bt3c.4 Reapply mdoc(7) fixes that got accidentally lost in the last 2003-05-20 21:01:21 +00:00
ng_btsocket.4 Reapply mdoc(7) fixes that got accidentally lost in the last 2003-05-20 21:01:21 +00:00
ng_cisco.4 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
ng_device.4 mdoc(7) police: markup fixes. 2002-12-12 15:27:26 +00:00
ng_echo.4 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
ng_etf.4 Slight correction to ng_etf man page and add it to the list 2002-04-09 21:34:33 +00:00
ng_ether.4 Fix braino: the example interface is fxp0, not ed0. 2002-03-30 23:23:41 +00:00
ng_frame_relay.4 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
ng_gif_demux.4 mdoc(7) police: minor markup and spelling fixes. 2001-11-22 11:32:27 +00:00
ng_gif.4 mdoc(7) police: minor markup and misc fixes. 2001-11-22 11:25:02 +00:00
ng_h4.4 Reapply mdoc(7) fixes that got accidentally lost in the last 2003-05-20 21:01:21 +00:00
ng_hci.4 Reapply mdoc(7) fixes that got accidentally lost in the last 2003-05-20 21:01:21 +00:00
ng_hole.4 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
ng_iface.4 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
ng_ip_input.4 mdoc(7) police: minor markup and misc fixes. 2001-11-22 11:36:29 +00:00
ng_ksocket.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
ng_l2cap.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
ng_l2tp.4 mdoc(7) police: markup overhaul. 2002-12-13 10:04:12 +00:00
ng_lmi.4 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
ng_mppc.4 Document support for 56-bit keys. 2002-03-20 18:16:18 +00:00
ng_one2many.4 Correct order of alignment in EXAMPLES. 2003-01-06 22:52:57 +00:00
ng_ppp.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
ng_pppoe.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
ng_pptpgre.4 Typo: s/acknowlegement/acknowledgement/ 2002-03-16 17:56:40 +00:00
ng_rfc1490.4 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
ng_socket.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
ng_source.4 mdoc(7) police: overhaul. 2002-12-12 15:25:56 +00:00
ng_split.4 Ispell sweep of share/man/man4. 2002-01-21 12:09:13 +00:00
ng_tee.4 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
ng_tty.4 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
ng_ubt.4 Reapply mdoc(7) fixes that got accidentally lost in the last 2003-05-20 21:01:21 +00:00
ng_UI.4 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
ng_vjc.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
nge.4 Add support for SX cards using TBI such as Netgear GA621 2002-08-08 18:30:39 +00:00
nmdm.4 For consistency with other man pages, fix first appearance. 2001-08-11 00:59:40 +00:00
null.4
ohci.4 Remove bogus advertising clauses. 2002-10-30 22:27:54 +00:00
oldcard.4 Use PC Card instead of other variants in the driver man pages. 2003-08-20 06:49:57 +00:00
orm.4 Clarify the BUGS section. 2001-08-08 21:00:54 +00:00
pass.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
patm.4 Always start new sentences on a new line. 2003-07-21 07:51:29 +00:00
pccard.4 Use PC Card instead of other variants in the driver man pages. 2003-08-20 06:49:57 +00:00
pccbb.4 Fixed cross references to pccbb(4), fixed spelling of "device cbb", 2003-06-05 21:12:55 +00:00
pci.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
pcic.4 Use PC Card instead of other variants in the driver man pages. 2003-08-20 06:49:57 +00:00
pcm.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
pcn.4 Xref miibus(4). 2003-02-15 17:12:53 +00:00
pcvt.4 Typo: s/happenes/happens/ 2002-03-16 18:20:44 +00:00
polling.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
ppbus.4 Removed whitespace at end-of-line; no content changes. I simply did 2001-07-14 19:41:16 +00:00
ppc.4 Reflect that we now use 2002-11-25 13:49:31 +00:00
ppi.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
ppp.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
psm.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
pst.4 mdoc(7) police: Fixed language. 2002-12-20 12:41:26 +00:00
pt.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
pty.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
puc.4 Add printer support to puc(4) driver. 2003-08-01 02:25:32 +00:00
raid.4 Assorted mdoc(7) fixes. 2003-06-02 11:19:24 +00:00
random.4 mdoc(7) police: Scheduled sweep. 2003-02-24 22:53:26 +00:00
rl.4 Add support for a bunch of Microsoft networking products: 2003-07-10 18:43:17 +00:00
rndtest.4 Assorted mdoc(7) fixes. 2003-05-29 21:28:36 +00:00
route.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
rp.4 Apply a couple of grammatical improvements. 2003-06-08 19:49:37 +00:00
rue.4 Assorted mdoc(7) fixes. 2003-05-29 21:28:36 +00:00
sa.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
sab.4 Add the manual page for the sab(4) driver. Driver code was originally 2003-08-18 15:32:02 +00:00
safe.4 safenet driver 2003-07-21 21:52:14 +00:00
sbc.4 Grammar nit. 2001-11-21 10:39:12 +00:00
sbp.4 Add description about tagged queuing. 2003-07-19 14:46:59 +00:00
sbsh.4 Assorted mdoc(7) fixes. 2003-05-29 21:28:36 +00:00
screen.4 Document new cursor escape sequences. 2001-10-01 13:47:40 +00:00
scsi.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
sd.4 Removed whitespace at end-of-line; no content changes. I simply did 2001-07-14 19:41:16 +00:00
sem.4 Assorted mdoc(7) fixes. 2003-06-02 11:19:24 +00:00
ses.4 Fixed double word typo. 2001-07-13 20:11:43 +00:00
sf.4 Xref miibus(4). 2003-02-15 17:12:53 +00:00
si.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
sio.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
sis.4 Xref miibus(4). 2003-02-15 17:12:53 +00:00
sk.4 Ispell sweep of share/man/man4. 2002-01-21 12:09:13 +00:00
sl.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
smb.4 mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 15:31:11 +00:00
smbus.4 mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 15:31:11 +00:00
smp.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
sn.4 mdoc(7) police: remove extraneous .Pp before and/or after .Sh. 2001-07-09 09:54:33 +00:00
snd_csa.4 Grammar fix 2002-07-08 20:57:19 +00:00
snd_gusc.4 Update man pages in the section 4 to match the reality in -CURRENT. 2001-10-13 09:08:37 +00:00
snd_maestro3.4 mdoc(7) police: minor markup and content fixes. 2001-11-21 17:12:31 +00:00
snd_sbc.4 Grammar nit. 2001-11-21 10:39:12 +00:00
snp.4 Update to match recent snp fixes. 2002-11-11 10:59:28 +00:00
spic.4 Added the missing ``and''. 2002-05-30 12:29:37 +00:00
spkr.4 Ispell sweep of share/man/man4/man4.i386. 2002-01-21 12:36:12 +00:00
splash.4 mdoc(7) police: s/BSD/.Bx/ where appropriate. 2001-08-14 10:01:54 +00:00
sppp.4 Ispell sweep of share/man/man4. 2002-01-21 12:09:13 +00:00
st.4 Removed whitespace at end-of-line; no content changes. I simply did 2001-07-14 19:41:16 +00:00
ste.4 Xref miibus(4). 2003-02-15 17:12:53 +00:00
stf.4 mdoc(7) police: scheduled sweep. 2002-11-29 11:39:20 +00:00
sym.4 Document the KZPCA-AA. 2003-04-20 22:13:50 +00:00
syncache.4 Added the syncache(4) manpage. 2002-11-23 19:43:44 +00:00
syncer.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
syscons.4 Nit. 2003-05-20 22:08:28 +00:00
sysmouse.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
tap.4 Delete MAKEDEV references and update the text about /dev/foo control 2003-03-25 14:49:02 +00:00
targ.4 mdoc(7) police: Scheduled sweep. 2003-02-24 22:53:26 +00:00
tcp.4 mdoc(7) police: Tidy up the formatting. 2003-03-22 13:43:06 +00:00
tdfx.4 mdoc(7) police: normalize .Nd. 2001-04-18 15:54:10 +00:00
termios.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
ti.4 Sort the lists of supported devices. No other content changes. 2003-08-25 04:29:43 +00:00
tl.4 Xref miibus(4). 2003-02-15 17:12:53 +00:00
trm.4 Note we now support the DC395U2W cards. 2003-02-20 03:22:15 +00:00
ttcp.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
tty.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
tun.4 Delete MAKEDEV references and update the text about /dev/foo control 2003-03-25 14:49:02 +00:00
twe.4 Document the latest controllers from 3ware as being supported. 2003-07-16 05:49:40 +00:00
tx.4 Xref miibus(4). 2003-02-17 21:22:56 +00:00
txp.4 Xref miibus(4). 2003-02-15 17:12:53 +00:00
ubsa.4 mdoc(7) police: overhaul. 2002-12-10 14:21:55 +00:00
ubsec.4 Describe the 5823 and why there's no AES support. 2003-03-01 00:50:09 +00:00
ubtbcmfw.4 Reapply mdoc(7) fixes that got accidentally lost in the last 2003-05-20 21:01:21 +00:00
ucom.4 Replace /dev/tty with /dev/ucom. 2002-08-12 20:28:53 +00:00
udbp.4 Remove bogus advertising clauses. 2002-10-30 22:27:54 +00:00
udp.4 Hiten's patchset for section four manpages, slightly edited by me. 2003-06-28 23:53:39 +00:00
uftdi.4 Add the uftdi ucom driver which supports the following adapters: 2002-08-11 23:32:33 +00:00
ugen.4 Implement outgoing interrupt pipes. It is part of the USB 1.1 spec. 2003-02-28 19:28:29 +00:00
uhci.4 Remove bogus advertising clauses. 2002-10-30 22:27:54 +00:00
uhid.4 Remove usbhidaction(1) manual page under SEE ALSO section. This will be 2002-08-16 05:01:11 +00:00
uhidev.4 mdoc(7) police: minor markup fixes. 2002-05-30 12:59:52 +00:00
ukbd.4 Delete MAKEDEV references and update the text about /dev/foo control 2003-03-25 14:49:02 +00:00
ulpt.4 mdoc(7) police: minor markup fixes. 2002-05-30 12:59:52 +00:00
umass.4 Fix a grammar bogon. 2003-07-02 18:29:22 +00:00
umodem.4 mdoc(7) police: minor markup fixes. 2002-05-30 12:59:52 +00:00
ums.4 Remove bogus advertising clauses. 2002-10-30 22:27:54 +00:00
unix.4 Uniformly refer to a file system as "file system". 2002-12-12 17:26:04 +00:00
uplcom.4 mdoc(7) police: minor markup fixes. 2002-05-30 12:59:52 +00:00
urio.4 Correct spelling of "TracyChapman". 2003-06-30 03:16:41 +00:00
usb.4 Get usb(4) manual page closer to reality: 2003-05-24 18:28:18 +00:00
uscanner.4 USB scanner support for Mustek BearPaw scanner. 2003-07-01 12:16:46 +00:00
utopia.4 Reference the patm(4) man page from here, like the other ATM drivers are 2003-07-15 12:07:45 +00:00
uvisor.4 mdoc(7) police: overhaul. 2002-12-10 14:21:55 +00:00
uvscom.4 mdoc(7) police: minor markup fixes. 2002-05-30 12:59:52 +00:00
vga.4 Remove obsolete information about 'conflicts' 2002-12-20 04:56:52 +00:00
vinum.4 Correct the path to the modules directory. 2003-03-03 22:48:49 +00:00
vlan.4 document auto-recognition of device capabilities 2002-11-15 00:25:33 +00:00
vpo.4 Uniformly refer to a file system as "file system". 2002-12-12 17:26:04 +00:00
vr.4 Add VT6105/VT6105M Rhine III to the list of supported chips. [1] 2003-08-21 18:15:45 +00:00
watchdog.4 - Add a software watchdog facility. 2003-06-26 09:50:52 +00:00
wb.4 Xref miibus(4). 2003-02-15 17:12:53 +00:00
wi.4 Use PC Card instead of other variants in the driver man pages. 2003-08-20 06:49:57 +00:00
witness.4 mdoc(7) police: s;BSD/OS;.Bsx; where appropriate. 2001-08-13 17:07:40 +00:00
wlan.4 WLAN related fixes: 2003-07-18 11:40:41 +00:00
worm.4 mdoc(7) police: Deal with self-xrefs. 2002-12-24 13:41:48 +00:00
xl.4 Update the list of devices supported to match the driver. 2003-04-13 23:31:47 +00:00
xpt.4 Removed whitespace at end-of-line; no content changes. I simply did 2001-07-14 19:41:16 +00:00
zero.4