charnier
83da98bc12
Spelling. Add missing .El.
2000-01-23 20:36:27 +00:00
charnier
6a46817a37
Remove invalid section name. Add missing .El.
2000-01-23 20:33:38 +00:00
charnier
5a8b335d3b
Remove invalid section name.
2000-01-23 20:32:24 +00:00
charnier
d679b4fe31
Add a FILES section.
2000-01-23 20:29:46 +00:00
charnier
d85a68bea5
Use .Xr for references.
2000-01-23 20:28:41 +00:00
charnier
6d71b03118
Add missing .El.
...
-Wall cleaning.
2000-01-23 20:27:32 +00:00
charnier
b271eaef88
Do not dot terminate list of references.
2000-01-23 20:26:20 +00:00
charnier
00b25227dc
Convert err() to errx(), reason is already provided. Complete the
...
abort on allocation failure instead of deferencing NULL later.
2000-01-23 20:25:01 +00:00
charnier
ed1c318bc0
Typo
2000-01-23 20:23:38 +00:00
charnier
eb44a9737f
Add section number to .Xr. Use .Pa for filenames.
...
fprintf -> warnx.
2000-01-23 20:22:23 +00:00
charnier
6394ccea6b
Remove invalid section name. Add missing .El. Do not dot terminate
...
sentences in FILES section.
2000-01-23 20:20:55 +00:00
charnier
33144f5460
Rework use of Nm.
...
Remove -? flag that was not working but documented. Make it work instead
but hide it in man page and usage string as others tools do.
Spelling.
Abort on allocation failure (with errx()).
2000-01-23 20:19:34 +00:00
charnier
840a73c91f
Do not dot terminate sentences inside FILES section. Lowercase
...
inside error messages.
2000-01-23 20:17:41 +00:00
charnier
70562f7f0b
Use Ns and Sx. -current is 4 not 3.
2000-01-23 20:16:21 +00:00
peter
fb5d4fa843
Fix some warnings.
2000-01-23 19:27:11 +00:00
peter
6588369b69
remove "extern int cold" from SPLUSBCHECK - it causes a heap of warnings.
2000-01-23 19:26:16 +00:00
peter
71c7f2956d
Fix a warning in DIAGNOSTIC code.
2000-01-23 19:25:29 +00:00
peter
d89df495ff
Sync NEWCARD a bit with GENERIC. Remove trailing '0' on unwired devices.
2000-01-23 18:31:19 +00:00
peter
f4c5b4ed2c
Some formatting cleanups and remove comments about numbers of units that
...
were intended to head off confusion about the trailing '0'.
2000-01-23 18:30:35 +00:00
asmodai
ec4f9c660e
Get rid of lame \& usage.
2000-01-23 18:30:17 +00:00
asmodai
e7991ff6b2
Please welcome the mlx driver manpage.
2000-01-23 18:25:49 +00:00
peter
8582d01fec
Remove #if 0'ed reference to isa_device->id_alive
2000-01-23 18:21:20 +00:00
asmodai
bb50b1cfca
Please welcome the amr driver manpage.
2000-01-23 18:12:56 +00:00
peter
430f14513d
Remove the cam-specific device wiring code. This was a duplicate of
...
the data in the resource tables, and cam is getting it directly now.
2000-01-23 18:05:24 +00:00
peter
e238f1c84f
A minimal update to the device wiring code so that it looks at the
...
dynamic resource tables rather than relying on a duplicated cam-specific
table generated by config(8) in ioconf.c. This was a major holdup to
getting loader / userconfig driven configuration of scsi wiring.
2000-01-23 18:03:38 +00:00
asmodai
11731c7644
Remove ssc(4), su(4) and uk(4).
...
These have been surpassed by CAM/xpt/pass/camcontrol(8) and libcam.
OK'd by: peter
2000-01-23 17:48:19 +00:00
asmodai
887b2267db
Third round of config related changes to the manpages.
...
device blah0 -> device blah for PCI devices and busses.
2000-01-23 17:00:18 +00:00
asmodai
6cf0cbdb7e
Second round of config related changes to the manpages.
...
device blah0 -> device blah for PCI devices and busses.
2000-01-23 16:13:26 +00:00
n_hibma
744b2db779
Check whether we can change config at all. If any of the endpoints
...
has been opened, we should not allow configuration changes as endpoint
descriptors might disappear.
PR: 16256, 16168
2000-01-23 15:48:29 +00:00
bp
0f32b2a255
Backout previous commit. It was a mistake.
2000-01-23 15:47:46 +00:00
peter
535c8837a5
oops, nearly forgot to commit the addition of ppbus_if.m to the list.
2000-01-23 15:42:44 +00:00
n_hibma
46612cf2e7
Zap the vnodes for the control endpoint as well.
2000-01-23 15:42:08 +00:00
peter
6542b31f77
Add an example vpo module. I don't have a zip drive to test it, but it
...
behaves the normal way when loaded at runtime versus being statically
compiled. (normal == print garbage on the printer :-).
2000-01-23 15:26:15 +00:00
n_hibma
b675bb30c4
Return ENXIO on error, not 0. Seems to have been skipped when converting
...
to newbus.
Reviewed by: bde
2000-01-23 15:11:15 +00:00
asmodai
c4466975d2
First round of config related changes to the manpages.
...
device blah0 -> device blah for PCI devices and busses.
2000-01-23 15:04:20 +00:00
bp
530d15757a
Replace non obvious number with SPECNAMELEN constant.
...
Reviewed by: phk
2000-01-23 14:58:53 +00:00
phk
56d1c048ef
Add a couple of strategic sysctls for monitoring.
...
In the rather obscure case of hardpps(), use a type-II PLL if the external
signal is phase locked, but a FLL if it isn't.
2000-01-23 14:52:37 +00:00
peter
dbf4e19087
Drop 'at ppbus?' and trailing '0' from ppbus children.
2000-01-23 14:47:58 +00:00
peter
e3d364f103
Drop 'at ppbus?' and the trailing '0' from the ppbus children.
2000-01-23 14:46:20 +00:00
peter
6ac7d76dbc
Some newbus-inspired tidy-ups. Use device_identify() rather than scanning
...
the resource table to locate children. The 'at ppbus?' can go again.
Remove a few #if Nxxx > 0' type things, config arranges this for us.
Move the newbus method glue next to the DRIVER_MODULE() stuff so we
don't need extra prototypes.
Don't set device descriptions until after the possibility of the probe
returning an error.
Remove all cdevsw_add() calls, all the drivers that did this also use
make_dev() correctly, so it's not required.
A couple of other minor nits.
2000-01-23 14:41:04 +00:00
peter
805920b490
I missed some trailing digits in a comment.
...
Submitted by: asmodai
2000-01-23 14:34:38 +00:00
n_hibma
e6184773ef
Get rid of some debugging cruft.
2000-01-23 13:56:58 +00:00
asmodai
f43b8177a9
Don't build ze and zp manpages.
2000-01-23 13:48:36 +00:00
asmodai
f81a68a29e
Remove .Xr's to apmconf(8) since this got removed and merged into
...
apm(8).
2000-01-23 13:41:56 +00:00
asmodai
383c786f95
Remove Xr to apmconf(8) since it got replaced in total by apm(8).
2000-01-23 13:30:44 +00:00
peter
bd4781a52d
Note the PnP id's for the NMX2210 next to the id's where they are used.
...
The pnpbios doesn't supply a description in the case we've seen so
supply one.
2000-01-23 13:17:03 +00:00
asmodai
57a0551ffe
Remove these manpages. They already got axed in other parts of the
...
documentation.
Nudged by: phk
2000-01-23 13:00:47 +00:00
asmodai
e4e4aa0eea
Fix fdformat to not use /dev/r* device nodes anymore, this usage
...
has been made obsolete by the block/char device merging.
Reflect this change in the manual page and fix the usage of a
backslash in ``e.g.''.
Reviewed by: bright, sheldonh, phk
2000-01-23 12:49:42 +00:00
groudier
69d6cb63b3
Add 53C895A and 53C1510D device description to the ncr chip table.
2000-01-23 12:27:49 +00:00
groudier
196127c4c5
`sym' driver man page addition.
...
Reviewed by: David O'Brien
2000-01-23 12:25:19 +00:00