Commit Graph

1536 Commits

Author SHA1 Message Date
Simon L. B. Nielsen
cc52f21870 - Remove note about device listings going away.
- Add a note about possibility for duplicate listing of devices.
- Auto generate device listings for the following drivers: ncr, sym,
  umodem, and uscanner

MFC after:	3 days
2004-08-19 22:03:20 +00:00
Simon L. B. Nielsen
cc99ac24db Move listing of DTC 3290 to aha(4).
MFC after:	3 days
2004-08-19 20:49:39 +00:00
Wilko Bulte
924a8cd9d8 - Note that Adaptec 3940UW won't be recognised by the 164sx SRM
- Warn that 164SX is a picky customer with regards to DIMMs.
2004-08-19 19:27:33 +00:00
Bruce A. Mah
963181997b Various updates for installation documentation. Most notably:
o Update to match 5-CURRENT reality.
o Bump up minimum system requirements.
o Make examples work.

PR:		docs/70485
Submitted by:	Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
2004-08-16 01:42:43 +00:00
Simon L. B. Nielsen
54597ca9b2 - Handle the '\&' mdoc(7) escape sequence.
- Handle the .Sx macro and give a warning if it is used in the
  HARDWARE section, since that will probably produce odd text in the
  Hardware Notes.
2004-08-15 22:33:10 +00:00
Simon L. B. Nielsen
ac938691a5 - Auto generate device listings for the following drivers: mpt, trm,
rl, vr, dc, de, and gem.
- hme(4) is not sparc64 only anymore, so update dev.archlist.txt
  acordingly.
2004-08-15 22:14:29 +00:00
Bruce A. Mah
666530312f Wordsmithing on the GEOM_STRIPE, MSDOSFS_LARGE, and portaudit notes. 2004-08-13 23:04:14 +00:00
Bruce A. Mah
d45b5729ec Miscellaneous edits. Mostly style, grammar, and punctuation fixes in
the vein of my previous, recent commits.

Updated release notes: Augmented sha(1)/rmd160(1) note, updated pf(4)
pseudo-users, retweaked doscmd note to reinstate a missing word I
deleted by accident [1] and add some more info.

MFCs noted:  ppp(8) LQM, ppp(8) set rad_alive.

Pointed out by:	"Eagle Eyes" ru [1]
2004-08-13 15:09:20 +00:00
Bruce A. Mah
390d6839be More wording, grammar, and punctuation tweaks. No major content
changes, although one release note, about udav(4) promiscuous mode,
was deleted as it was redundant (the driver itself is new and this
fact has its own note).
2004-08-13 04:54:52 +00:00
Wilko Bulte
77f51d6900 clarify that both ECC and non-ECC DIMMS work on 164SX.
Suggested by: ru
2004-08-12 12:42:03 +00:00
Denis Peplin
e8eefd5d8b Change RU for articles.ent and books.ent back to EN for consistency
This modification was not really needed.

Noticed by:	hrs
Obtained from:	The FreeBSD Russian Documentation Project
2004-08-12 08:44:52 +00:00
Denis Peplin
3caccfd90f Merge from recent English revisions
Obtained from:	The FreeBSD Russian Documentation Project
2004-08-11 10:25:23 +00:00
Bruce A. Mah
7dfdb3c965 Fix a few nits. Mostly grammar and punctuation changes, although some
minor content changes were made to the acpi_asus(4) and
acpi_toshiba(4) notes.
2004-08-11 05:20:25 +00:00
Simon L. B. Nielsen
640c70d92a Add id tags to sections which does not already have one to make it
simpler to link directly into the Hardware Notes.
2004-08-10 22:33:21 +00:00
Simon L. B. Nielsen
f36894b3b5 Auto generate device listings the following drivers: mlx, mly, and ncv. 2004-08-10 22:19:57 +00:00
Wilko Bulte
ce18a76c38 typo 2004-08-10 19:07:41 +00:00
Wilko Bulte
87e469043b There is nothing but real hardware to verify things: 164sx can really
run on non-ECC, plain vanilla PC133 PC SDRAM DIMMs.

Thanks to: obrien@ for the donation of a 164sx mlb.
2004-08-10 19:03:59 +00:00
Simon L. B. Nielsen
6ef2f08a43 Add twa(4) to the Hardware Notes. 2004-08-09 22:33:20 +00:00
Simon L. B. Nielsen
62f9a9e925 Auto generate device listings the following drivers: adv, amd, bt, ida,
iir, ips, nsp, ohci, and stg.
2004-08-08 22:39:19 +00:00
Simon L. B. Nielsen
93fceccc94 - Add support for the .Dq macro. 2004-08-08 21:28:00 +00:00
Hiroki Sato
b78b739ec8 Use &url.*; for URLs in www.FreeBSD.org. 2004-08-08 15:08:29 +00:00
Hiroki Sato
04a1cae76e Simplify parameter entities in doctype declaration. 2004-08-08 14:59:27 +00:00
Hiroki Sato
293283dc5b - Add an -o option to specify the output file.
- Make "die()" more verbose.
- Do not put extra blank lines into the output file.
- Normalize text by using numeric entities because
  some characters such as "'" can break the generated SGML.

Reviewed by:	simon
2004-08-08 09:23:49 +00:00
Simon L. B. Nielsen
df34457bd7 Hook up the Hardware Notes to the build again, now that the doc build
script has been updated.
2004-08-06 08:41:22 +00:00
Simon L. B. Nielsen
ef2343b56c Temporarily unhook the English Hardware Notes from the build to unbreak
the web build.

Pointy hat to:	simon
2004-08-04 20:04:01 +00:00
Simon L. B. Nielsen
4e702f5b14 Auto generate the device listings in the Hardware Notes based on
manual pages, to avoid duplicating work between the Hardware Notes and
manual pages.

Each text line in the output from the manual page parser is generated
as a SGML entity, making it possible for translators to only translate
lines which actually contains English text (this neat idea came from
hrs).

To determine which drivers are usable on which architectures the
dev.archlist.txt file is used to explicitly list this.  It it an
imperfect solution, but the best I have been able to come up with for
now.

This commit converts most of the devices which has a section 4 manual
page with a HARDWARE section to be the new auto generated format.

Reviewed in principle by:	ru, hrs, trhodes
Good ideas for improvements:	hrs
No objections:			-doc, re
2004-08-03 22:12:45 +00:00
Denis Peplin
9bafcc1adb Use lang="ru"
Obtained from:	The FreeBSD Russian Documentation Project
2004-08-03 13:32:33 +00:00
Denis Peplin
7a28719c16 Merge from recent English versions
Obtained from:	The FreeBSD Russian Documentation Project
2004-08-03 13:12:11 +00:00
Denis Peplin
39958d87d2 Minor typo fix 2004-08-03 12:16:44 +00:00
Hiroki Sato
3011cfe726 New release notes (changes in the first half of July 2004):
bus_dma(9) alignment and boundary compensation support,
	kqueue(2) EVFILT_FS,
	KDB framework,
	sound and snd_* driver reorganization,
	natd(8) globalports option[*],
	ppp(8) LQM support[*] and "rad_alive N" option,
	GEOM_STRIPE FAST mode support,
	MSDOSFS_LARGE[*],
	ALTQ framework support added to various network drivers[*],
	bsdtar(1) now the default tar(1) utility,
	cvs(1) iso8601 option keyword,
	multibyte characters support:
		fgetwln(3), join(1), nextwctype(3), od(1), regex(3), rev(1),
		sed(1) 'y' command, and tr(1),
	ftw(3) and nftw(3) implemented,
	C99 functions: nearbyint(3),
	am-utils 6.0.9->6.0.10p1 import,
	GNU grep 2.4d->2.5.1 import, and
	tcsh 6.11->6.13.00 import.

MFC:
	IPFilter 3.4.31->3.4.35.

[*]Based on work by:	josef
2004-08-02 18:24:58 +00:00
Gregory Neil Shapiro
73d80fcf4a Update release notes to reflect sendmail 8.13.1 import 2004-08-01 01:20:44 +00:00
Yaroslav Tykhiy
562bef689e Correct a couple of noticed slips in sorting order
and add missing markup at one spot.
2004-07-27 10:37:04 +00:00
Yaroslav Tykhiy
4469383fc1 New release notes:
fxp(4) allows toggling its VLAN_MTU capability;
	ifconfig(8) provides controls for VLAN_MTU and VLAN_HWTAGGING.
2004-07-27 10:30:11 +00:00
Hiroki Sato
3f623879cc Fix URLs. 2004-07-27 00:02:19 +00:00
Denis Peplin
4dd14acd95 Close tags 2004-07-07 13:11:59 +00:00
Denis Peplin
6e3bceb12b MFen 1.8
Obtained from:	The FreeBSD Russian Documentation Project
2004-07-06 13:00:14 +00:00
Josef El-Rayes
85ca50d8b3 Add FreeBSD-SA-04:13.linux and the device.hints related
expansion of pcm(4).
2004-07-03 08:45:20 +00:00
Hiroki Sato
7bc54d2f77 New release notes:
GEOM_LABEL added,
	top(1) -m io,
	ACPI-CA 20040527 import, and
	GNU sort coreutils 5.2.1 import.

Typo fixes:
	s/ethernet/Ethernet/.
2004-07-02 20:49:56 +00:00
Denis Peplin
fddfe13d94 Fix <small> tags 2004-07-02 13:13:20 +00:00
Denis Peplin
ee2a403c97 MFen 1.19
Obtained from:	The FreeBSD Russian Documentation Project
2004-07-01 07:22:17 +00:00
Hiroki Sato
5d376d121b Remove trailing whitespaces (no content change). 2004-07-01 04:56:20 +00:00
Hiroki Sato
eabda61630 New release notes:
acpi(4) bad-BIOS blacklist, and
	zlib 1.1.4->1.2.1 import.
2004-07-01 04:54:21 +00:00
Hiroki Sato
a10dcdeed6 New release notes (changes in the second half of June 2004):
kern.sched.name added,
	pseudo-interface cloning changes,
	cut(1) -c, -f, and -d multibyte locale support,
	indent(1) -fbs and -ut support,
	pkg_create(1) -S support, and
	pkg_info(1) -j support.

MFC:
	sha1(1) and rmd160(1) added, and
	CVS 1.11.15 -> 1.11.17 update.
2004-06-30 16:38:02 +00:00
Denis Peplin
151241659f MFen 1.745
Obtained from:	The FreeBSD Russian Documentation Project
2004-06-30 14:07:38 +00:00
Hiroki Sato
f5ebe047ca Bump the copyright year and &release.4last;, and add a note
about Errata Branch.

PR:	www/67651
2004-06-30 13:59:40 +00:00
Hiroki Sato
888fa8dfec Add urls.ent and use the entities for URLs. 2004-06-30 13:15:05 +00:00
Hiroki Sato
02ee847462 Bump &release.prev; and &release.prev.stable;. 2004-06-30 13:12:25 +00:00
Hiroki Sato
6e7a069c00 Whitespace/style fixes (no content change). 2004-06-30 11:14:40 +00:00
Hiroki Sato
f388f029e8 New release notes: KDE 3.2.3. 2004-06-30 11:08:51 +00:00
Denis Peplin
3bb71027b4 Fix few typos
Submitted by:	Konstantin Reznichenko <kot@premierbank.dp.ua>
Obtained from:	The FreeBSD Russian Documentation Project
2004-06-30 10:46:33 +00:00