]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoStyle change to better match src/lib/'s Makefiles.
obrien [Mon, 24 Jan 2000 08:44:30 +0000 (08:44 +0000)]
Style change to better match src/lib/'s Makefiles.

24 years agoReturn ENXIO on error.
kato [Mon, 24 Jan 2000 08:20:54 +0000 (08:20 +0000)]
Return ENXIO on error.

Submitted by: n_hibma

24 years agoRemove old specialix pre-newbus specialix driver. It lives on in
peter [Mon, 24 Jan 2000 08:18:26 +0000 (08:18 +0000)]
Remove old specialix pre-newbus specialix driver.  It lives on in
sys/dev/si now, including with a theoretically working eisa attachment.

24 years agoRemoved assignment to an "unused" variable that was removed in the
bde [Mon, 24 Jan 2000 08:16:15 +0000 (08:16 +0000)]
Removed assignment to an "unused" variable that was removed in the
previous commit.  Building LINT didn't expose this bug, because the
assignment was in an ifdef that is too tangled for LINT to cover
properly.

24 years agoUse si.h in new location.
peter [Mon, 24 Jan 2000 08:15:42 +0000 (08:15 +0000)]
Use si.h in new location.

24 years agoRemove isa compat shims for si.
peter [Mon, 24 Jan 2000 08:13:53 +0000 (08:13 +0000)]
Remove isa compat shims for si.

24 years agoActivate the newbusified version of si.
peter [Mon, 24 Jan 2000 08:12:40 +0000 (08:12 +0000)]
Activate the newbusified version of si.

24 years agoAck! I totally botched the pci probe routine which resulted in it trying
peter [Mon, 24 Jan 2000 08:11:10 +0000 (08:11 +0000)]
Ack! I totally botched the pci probe routine which resulted in it trying
to match everything else *but* a specialix pci card. *blush*.

24 years agoA bit more newbusification of si. This still isn't quite finished.
peter [Mon, 24 Jan 2000 07:24:02 +0000 (07:24 +0000)]
A bit more newbusification of si.  This still isn't quite finished.
Split out the bus attachments so the impact of the bus xxxvar.h files
with the inline macros for the ivars are confined to one file each.

24 years agoFix plug and play support:
imp [Mon, 24 Jan 2000 07:08:40 +0000 (07:08 +0000)]
Fix plug and play support:
o Cut out the probed stuff.  We no longer need it since newbus implicitly
  checks for this (likely bt can be changed as well in this way).
o Add preliminary support for unload.  Untested because aha doesn't yet
  support identify and there are some interactions with PnP that I've
  not yet worked out.

With this I can boot the AHA-1542CP FW F.0.  All the aha resources
appear to be picked up via pnp now.

24 years agoRemoved bogus quotes and unmangled related contractions.
bde [Mon, 24 Jan 2000 05:38:55 +0000 (05:38 +0000)]
Removed bogus quotes and unmangled related contractions.
"ktrace(1) syscall trace" -> "ktrace(1)".

24 years agoAdd Billionton 10 Base-TX ETHERNET PC CARD.
imp [Mon, 24 Jan 2000 05:35:32 +0000 (05:35 +0000)]
Add Billionton 10 Base-TX ETHERNET PC CARD.
This entry has a high likelyhood of conflicting with others since the CIS
identifies this as "PCMCIA" "PCMCIA-ETHERNET-CARD".

24 years agoClarify that we don't offer hard realtime.
alfred [Mon, 24 Jan 2000 02:13:21 +0000 (02:13 +0000)]
Clarify that we don't offer hard realtime.
Split timeval options into 3 paragraphs, it's easier on my eyes.

24 years agoIn the "cdrom" target it is best to write to the CDROM stage area, *NOT*
obrien [Mon, 24 Jan 2000 01:22:30 +0000 (01:22 +0000)]
In the "cdrom" target it is best to write to the CDROM stage area, *NOT*
the FTP stage area.

24 years agoInitial attempt at newbusification of the specialix si/xio/sx driver.
peter [Sun, 23 Jan 2000 22:51:49 +0000 (22:51 +0000)]
Initial attempt at newbusification of the specialix si/xio/sx driver.
The files were repo copied from their original location and are part
way towards being portable.
This should unbreak the EISA support in the driver.
I have not updated files* yet as I'm not quite finished.

24 years agoI *hate* using "i" in variables, looks too much like "1" or "l".
obrien [Sun, 23 Jan 2000 22:46:00 +0000 (22:46 +0000)]
I *hate* using "i" in variables, looks too much like "1" or "l".

24 years agoWhitespace/TAB cleanups only.
kuriyama [Sun, 23 Jan 2000 22:02:36 +0000 (22:02 +0000)]
Whitespace/TAB cleanups only.

24 years agoChange this to reflect some manpage changes I made.
asmodai [Sun, 23 Jan 2000 21:53:31 +0000 (21:53 +0000)]
Change this to reflect some manpage changes I made.

24 years agoSpelling. Add missing .El.
charnier [Sun, 23 Jan 2000 20:36:27 +0000 (20:36 +0000)]
Spelling. Add missing .El.

24 years agoRemove invalid section name. Add missing .El.
charnier [Sun, 23 Jan 2000 20:33:38 +0000 (20:33 +0000)]
Remove invalid section name. Add missing .El.

24 years agoRemove invalid section name.
charnier [Sun, 23 Jan 2000 20:32:24 +0000 (20:32 +0000)]
Remove invalid section name.

24 years agoAdd a FILES section.
charnier [Sun, 23 Jan 2000 20:29:46 +0000 (20:29 +0000)]
Add a FILES section.

24 years agoUse .Xr for references.
charnier [Sun, 23 Jan 2000 20:28:41 +0000 (20:28 +0000)]
Use .Xr for references.

24 years agoAdd missing .El.
charnier [Sun, 23 Jan 2000 20:27:32 +0000 (20:27 +0000)]
Add missing .El.
-Wall cleaning.

24 years agoDo not dot terminate list of references.
charnier [Sun, 23 Jan 2000 20:26:20 +0000 (20:26 +0000)]
Do not dot terminate list of references.

24 years agoConvert err() to errx(), reason is already provided. Complete the
charnier [Sun, 23 Jan 2000 20:25:01 +0000 (20:25 +0000)]
Convert err() to errx(), reason is already provided. Complete the
abort on allocation failure instead of deferencing NULL later.

24 years agoTypo
charnier [Sun, 23 Jan 2000 20:23:38 +0000 (20:23 +0000)]
Typo

24 years agoAdd section number to .Xr. Use .Pa for filenames.
charnier [Sun, 23 Jan 2000 20:22:23 +0000 (20:22 +0000)]
Add section number to .Xr. Use .Pa for filenames.
fprintf -> warnx.

24 years agoRemove invalid section name. Add missing .El. Do not dot terminate
charnier [Sun, 23 Jan 2000 20:20:55 +0000 (20:20 +0000)]
Remove invalid section name. Add missing .El. Do not dot terminate
sentences in FILES section.

24 years agoRework use of Nm.
charnier [Sun, 23 Jan 2000 20:19:34 +0000 (20:19 +0000)]
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()).

24 years agoDo not dot terminate sentences inside FILES section. Lowercase
charnier [Sun, 23 Jan 2000 20:17:41 +0000 (20:17 +0000)]
Do not dot terminate sentences inside FILES section. Lowercase
inside error messages.

24 years agoUse Ns and Sx. -current is 4 not 3.
charnier [Sun, 23 Jan 2000 20:16:21 +0000 (20:16 +0000)]
Use Ns and Sx. -current is 4 not 3.

24 years agoFix some warnings.
peter [Sun, 23 Jan 2000 19:27:11 +0000 (19:27 +0000)]
Fix some warnings.

24 years agoremove "extern int cold" from SPLUSBCHECK - it causes a heap of warnings.
peter [Sun, 23 Jan 2000 19:26:16 +0000 (19:26 +0000)]
remove "extern int cold" from SPLUSBCHECK - it causes a heap of warnings.

24 years agoFix a warning in DIAGNOSTIC code.
peter [Sun, 23 Jan 2000 19:25:29 +0000 (19:25 +0000)]
Fix a warning in DIAGNOSTIC code.

24 years agoSync NEWCARD a bit with GENERIC. Remove trailing '0' on unwired devices.
peter [Sun, 23 Jan 2000 18:31:19 +0000 (18:31 +0000)]
Sync NEWCARD a bit with GENERIC.  Remove trailing '0' on unwired devices.

24 years agoSome formatting cleanups and remove comments about numbers of units that
peter [Sun, 23 Jan 2000 18:30:35 +0000 (18:30 +0000)]
Some formatting cleanups and remove comments about numbers of units that
were intended to head off confusion about the trailing '0'.

24 years agoGet rid of lame \& usage.
asmodai [Sun, 23 Jan 2000 18:30:17 +0000 (18:30 +0000)]
Get rid of lame \& usage.

24 years agoPlease welcome the mlx driver manpage.
asmodai [Sun, 23 Jan 2000 18:25:49 +0000 (18:25 +0000)]
Please welcome the mlx driver manpage.

24 years agoRemove #if 0'ed reference to isa_device->id_alive
peter [Sun, 23 Jan 2000 18:21:20 +0000 (18:21 +0000)]
Remove #if 0'ed reference to isa_device->id_alive

24 years agoPlease welcome the amr driver manpage.
asmodai [Sun, 23 Jan 2000 18:12:56 +0000 (18:12 +0000)]
Please welcome the amr driver manpage.

24 years agoRemove the cam-specific device wiring code. This was a duplicate of
peter [Sun, 23 Jan 2000 18:05:24 +0000 (18:05 +0000)]
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.

24 years agoA minimal update to the device wiring code so that it looks at the
peter [Sun, 23 Jan 2000 18:03:38 +0000 (18:03 +0000)]
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.

24 years agoRemove ssc(4), su(4) and uk(4).
asmodai [Sun, 23 Jan 2000 17:48:19 +0000 (17:48 +0000)]
Remove ssc(4), su(4) and uk(4).

These have been surpassed by CAM/xpt/pass/camcontrol(8) and libcam.

OK'd by: peter

24 years agoThird round of config related changes to the manpages.
asmodai [Sun, 23 Jan 2000 17:00:18 +0000 (17:00 +0000)]
Third round of config related changes to the manpages.

device blah0 -> device blah for PCI devices and busses.

24 years agoSecond round of config related changes to the manpages.
asmodai [Sun, 23 Jan 2000 16:13:26 +0000 (16:13 +0000)]
Second round of config related changes to the manpages.

device blah0 -> device blah for PCI devices and busses.

24 years agoCheck whether we can change config at all. If any of the endpoints
n_hibma [Sun, 23 Jan 2000 15:48:29 +0000 (15:48 +0000)]
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

24 years agoBackout previous commit. It was a mistake.
bp [Sun, 23 Jan 2000 15:47:46 +0000 (15:47 +0000)]
Backout previous commit. It was a mistake.

24 years agooops, nearly forgot to commit the addition of ppbus_if.m to the list.
peter [Sun, 23 Jan 2000 15:42:44 +0000 (15:42 +0000)]
oops, nearly forgot to commit the addition of ppbus_if.m to the list.

24 years agoZap the vnodes for the control endpoint as well.
n_hibma [Sun, 23 Jan 2000 15:42:08 +0000 (15:42 +0000)]
Zap the vnodes for the control endpoint as well.

24 years agoAdd an example vpo module. I don't have a zip drive to test it, but it
peter [Sun, 23 Jan 2000 15:26:15 +0000 (15:26 +0000)]
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 :-).

24 years agoReturn ENXIO on error, not 0. Seems to have been skipped when converting
n_hibma [Sun, 23 Jan 2000 15:11:15 +0000 (15:11 +0000)]
Return ENXIO on error, not 0. Seems to have been skipped when converting
to newbus.

Reviewed by: bde

24 years agoFirst round of config related changes to the manpages.
asmodai [Sun, 23 Jan 2000 15:04:20 +0000 (15:04 +0000)]
First round of config related changes to the manpages.

device blah0 -> device blah for PCI devices and busses.

24 years agoReplace non obvious number with SPECNAMELEN constant.
bp [Sun, 23 Jan 2000 14:58:53 +0000 (14:58 +0000)]
Replace non obvious number with SPECNAMELEN constant.

Reviewed by: phk

24 years agoAdd a couple of strategic sysctls for monitoring.
phk [Sun, 23 Jan 2000 14:52:37 +0000 (14:52 +0000)]
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.

24 years agoDrop 'at ppbus?' and trailing '0' from ppbus children.
peter [Sun, 23 Jan 2000 14:47:58 +0000 (14:47 +0000)]
Drop 'at ppbus?' and trailing '0' from ppbus children.

24 years agoDrop 'at ppbus?' and the trailing '0' from the ppbus children.
peter [Sun, 23 Jan 2000 14:46:20 +0000 (14:46 +0000)]
Drop 'at ppbus?' and the trailing '0' from the ppbus children.

24 years agoSome newbus-inspired tidy-ups. Use device_identify() rather than scanning
peter [Sun, 23 Jan 2000 14:41:04 +0000 (14:41 +0000)]
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.

24 years agoI missed some trailing digits in a comment.
peter [Sun, 23 Jan 2000 14:34:38 +0000 (14:34 +0000)]
I missed some trailing digits in a comment.

Submitted by: asmodai

24 years agoGet rid of some debugging cruft.
n_hibma [Sun, 23 Jan 2000 13:56:58 +0000 (13:56 +0000)]
Get rid of some debugging cruft.

24 years agoDon't build ze and zp manpages.
asmodai [Sun, 23 Jan 2000 13:48:36 +0000 (13:48 +0000)]
Don't build ze and zp manpages.

24 years agoRemove .Xr's to apmconf(8) since this got removed and merged into
asmodai [Sun, 23 Jan 2000 13:41:56 +0000 (13:41 +0000)]
Remove .Xr's to apmconf(8) since this got removed and merged into
apm(8).

24 years agoRemove Xr to apmconf(8) since it got replaced in total by apm(8).
asmodai [Sun, 23 Jan 2000 13:30:44 +0000 (13:30 +0000)]
Remove Xr to apmconf(8) since it got replaced in total by apm(8).

24 years agoNote the PnP id's for the NMX2210 next to the id's where they are used.
peter [Sun, 23 Jan 2000 13:17:03 +0000 (13:17 +0000)]
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.

24 years agoRemove these manpages. They already got axed in other parts of the
asmodai [Sun, 23 Jan 2000 13:00:47 +0000 (13:00 +0000)]
Remove these manpages.  They already got axed in other parts of the
documentation.

Nudged by: phk

24 years agoFix fdformat to not use /dev/r* device nodes anymore, this usage
asmodai [Sun, 23 Jan 2000 12:49:42 +0000 (12:49 +0000)]
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

24 years agoAdd 53C895A and 53C1510D device description to the ncr chip table.
groudier [Sun, 23 Jan 2000 12:27:49 +0000 (12:27 +0000)]
Add 53C895A and 53C1510D device description to the ncr chip table.

24 years ago`sym' driver man page addition.
groudier [Sun, 23 Jan 2000 12:25:19 +0000 (12:25 +0000)]
`sym' driver man page addition.
Reviewed by: David O'Brien

24 years agoBump configvers.h as a precaution. Although existing config files will
peter [Sun, 23 Jan 2000 12:24:48 +0000 (12:24 +0000)]
Bump configvers.h as a precaution.  Although existing config files will
work unmodified still, new config files won't work on the old ones.

24 years agoUpdate GENERIC/SIMOS to leave out the useless trailing digit in pci
peter [Sun, 23 Jan 2000 12:22:25 +0000 (12:22 +0000)]
Update GENERIC/SIMOS to leave out the useless trailing digit in pci
and other unwired devices.

24 years agoRemove useless trailing digit from pci and other unwired devices.
peter [Sun, 23 Jan 2000 12:20:09 +0000 (12:20 +0000)]
Remove useless trailing digit from pci and other unwired devices.

24 years agoUpdate GENERIC/LINT to leave out the useless digit at the end of pci
peter [Sun, 23 Jan 2000 12:18:53 +0000 (12:18 +0000)]
Update GENERIC/LINT to leave out the useless digit at the end of pci
or other unwired devices.

24 years agoClean up something in config(8) that has annoyed me for ages. Remove
peter [Sun, 23 Jan 2000 12:01:08 +0000 (12:01 +0000)]
Clean up something in config(8) that has annoyed me for ages.  Remove
the need to specify the unit number of unwired devices.  ie: instead
of saying "device fxp0" we can say "device fxp" which is much closer
to what it actually means.  The former (fxp0) implied something about
reserving the 0th unit, but it does not and never did - it was a
figment of config(8)'s imagination that we had to work around..
"device fxp0" simply means "compile in the fxp device driver", so we
may as well just write it as "device fxp" which is closer to what it
really means.

Doing this also saves us from filling up the ioconf.c tables with
meaningless entries.

24 years agoClean up some more loose ends..
peter [Sun, 23 Jan 2000 11:50:43 +0000 (11:50 +0000)]
Clean up some more loose ends..
isa_device->id_ri_flags and RI_FAST were not implemented and did nothing.
The two drivers that were mistakenly thinking this was working were
cy.c and loran.c - these should be converted to newbus.
GC (garbage collect) isa_device->id_alive
GC userconfig.c references to isa_device->id_scsiid (!).

24 years agoAdd the unlpt\d+ device to MAKEDEV. It is the same as ulpt\d+, except
n_hibma [Sun, 23 Jan 2000 11:40:10 +0000 (11:40 +0000)]
Add the unlpt\d+ device to MAKEDEV. It is the same as ulpt\d+, except
that it does not reset the printer when opened. This fixes the problem
of printing a document almost till the end and then resetting the
printer when the next print job is started.

Submitted by:   Christopher Masto <chris@netmonger.net>

Also, remove all but the ums0 device from the fixit target 'to save
precious i-nodes on the fixit floppy'.

24 years agoGC isa_device->id_reconfig - it's not referenced anywhere anymore.
peter [Sun, 23 Jan 2000 11:26:49 +0000 (11:26 +0000)]
GC isa_device->id_reconfig - it's not referenced anywhere anymore.
GC reconfig_isadev() - it's not used anymore.

24 years agoHmm, don't compile in INET6, IPX or NETATALK support for the
brian [Sun, 23 Jan 2000 10:41:48 +0000 (10:41 +0000)]
Hmm, don't compile in INET6, IPX or NETATALK support for the
moment :-(  I think we need some sort of stub variable and a
``is this queue available'' flag.

24 years agoUse apm instead of apmconf.
asmodai [Sun, 23 Jan 2000 10:04:50 +0000 (10:04 +0000)]
Use apm instead of apmconf.
Necessary change to due removal of apmconf which got moved into apm
by green.

24 years agomissing ] in if at cdrom.1 target
wilko [Sun, 23 Jan 2000 10:03:21 +0000 (10:03 +0000)]
missing ] in if at cdrom.1 target

24 years agoAdd MLINK for apmconf(8).
asmodai [Sun, 23 Jan 2000 10:00:05 +0000 (10:00 +0000)]
Add MLINK for apmconf(8).

Suggested by: msmith

24 years agoReflect that apmconf(8) has been absorbed by apm(8).
asmodai [Sun, 23 Jan 2000 09:59:31 +0000 (09:59 +0000)]
Reflect that apmconf(8) has been absorbed by apm(8).

Suggested by: msmith

24 years agoBury apmconf, apm succeeds it.
asmodai [Sun, 23 Jan 2000 09:52:09 +0000 (09:52 +0000)]
Bury apmconf, apm succeeds it.

Suggested by: msmith

24 years agoStop apmconf from being build.
asmodai [Sun, 23 Jan 2000 09:50:10 +0000 (09:50 +0000)]
Stop apmconf from being build.
green integrated apmconf into apm and we should use that instead.

Suggested by: msmith

24 years agoFix a bug in the last commit. >> 4 instead of >> 8. *bap*
mdodd [Sun, 23 Jan 2000 08:46:21 +0000 (08:46 +0000)]
Fix a bug in the last commit.  >> 4 instead of >> 8.  *bap*

Fix a long-standing bug where I used a 'break;' instead of a 'continue;';
you had to have multiple ISA boards in non-PnP mode with an 'unknown' board
with a lower MAC address to find this one.  Since I have 4 3c5x9 boards
in my test box I was somewhat confused when this happened. :)

Make the messages printed by ep_isa_identify() a little more consistent;
we'll only see them in verbose boot mode but it makes me feel better if
they look nice.

24 years agoAdd the ID for the 3c509-TPC.
mdodd [Sun, 23 Jan 2000 08:23:38 +0000 (08:23 +0000)]
Add the ID for the 3c509-TPC.

Also, while I'm here, add a mechanism to catch unknown board IDs that
are likely to be 3c509s and allow them to be attached.

PR: kern/16304
Submitted by: Kelly Yancey <kbyanc@posi.net>

24 years agoThe pointer of the serial FIFO in the DSP seems to make an error
tanimura [Sun, 23 Jan 2000 07:04:02 +0000 (07:04 +0000)]
The pointer of the serial FIFO in the DSP seems to make an error
upon starting/stopping the DSP. Correct the pointer in addition
to clearing the FIFO.

24 years agoAdded Banksia CardModem 56.
hosokawa [Sun, 23 Jan 2000 05:26:15 +0000 (05:26 +0000)]
Added Banksia CardModem 56.

Submitted by: Rice <benno@netizen.com.au>

24 years agoAdd the two wireless pccard nics.
imp [Sun, 23 Jan 2000 04:29:17 +0000 (04:29 +0000)]
Add the two wireless pccard nics.

24 years agoAllow if_ef driver to be compiled into kernel.
bp [Sun, 23 Jan 2000 03:35:11 +0000 (03:35 +0000)]
Allow if_ef driver to be compiled into kernel.

24 years agoCorrectly put the place to mark EOP where we actually do the packet
mjacob [Sun, 23 Jan 2000 03:19:49 +0000 (03:19 +0000)]
Correctly put the place to mark EOP where we actually do the packet
transmission- this handles the odd and rare case of a list terminating
with a zero length mbuf.

24 years agoadd PREVIOUS index macro for transmit side
mjacob [Sun, 23 Jan 2000 03:18:14 +0000 (03:18 +0000)]
add PREVIOUS index macro for transmit side

24 years agofix cp -vi bug
mharo [Sun, 23 Jan 2000 03:04:49 +0000 (03:04 +0000)]
fix cp -vi bug

Submitted by: Dan Papasian (bugg_ on irc)

24 years agoFixed name of CyQ've Ethernet Card.
hosokawa [Sun, 23 Jan 2000 03:01:26 +0000 (03:01 +0000)]
Fixed name of CyQ've Ethernet Card.

24 years agoAdded IC-CARD+ Ethernet card.
hosokawa [Sun, 23 Jan 2000 03:00:04 +0000 (03:00 +0000)]
Added IC-CARD+ Ethernet card.

24 years agoFix various man pages to stop abusing the .Bx macro to generate the
mpp [Sun, 23 Jan 2000 02:18:19 +0000 (02:18 +0000)]
Fix various man pages to stop abusing the .Bx macro to generate the
string "FreeBSD".  Use the .Fx macro instead.

24 years agoFix various man pages to stop abusing the .Bx macro to generate
mpp [Sun, 23 Jan 2000 02:10:01 +0000 (02:10 +0000)]
Fix various man pages to stop abusing the .Bx macro to generate
the string "FreeBSD".  Use the .Fx macro instead.

24 years agoRemove some debugging code, replace one line that had spaces with tabs,
mjacob [Sun, 23 Jan 2000 02:07:31 +0000 (02:07 +0000)]
Remove some debugging code, replace one line that had spaces with tabs,
and fix a silly botch for reinit.

24 years agoGet rid of the WX_XMIT_SMALL code- we've fixed that problem. Restructure
mjacob [Sun, 23 Jan 2000 01:49:11 +0000 (01:49 +0000)]
Get rid of the WX_XMIT_SMALL code- we've fixed that problem. Restructure
the receive code so that it correctly chains receive descriptors together
and handles the case that only a part of a packet is done at the time
we get here.

24 years agoHandle the availability of TUNSIFHEAD. If it's there, use it.
brian [Sun, 23 Jan 2000 01:48:19 +0000 (01:48 +0000)]
Handle the availability of TUNSIFHEAD.  If it's there, use it.

For the moment this is just overhead, but it'll be used for INET6
support later.

24 years agoFxi various man pages to stop abusing the .Bx macro to generate
mpp [Sun, 23 Jan 2000 01:48:16 +0000 (01:48 +0000)]
Fxi various man pages to stop abusing the .Bx macro to generate
the string "FreeBSD".  Use the .Fx macro instead.  Also did some
minor re-wording/formatting to work around a deficiency with
the .Fx macro when it comes to puncuation characters other than
periods and commas.