Commit Graph

5060 Commits

Author SHA1 Message Date
Bruce A. Mah
6a6eeb429a Trim ep(4) devices. 2003-08-24 22:54:20 +00:00
Bruce A. Mah
44f3728d7a Remove a duplicate copy of the fe(4) devices that somehow snuck in
here.  Trim devices from the remaining fe(4) section as the manpage
now covers all of them.

While here, remove a comment that instructs developers on how to add
specific instances of devices, since we're moving away from that now.
2003-08-24 22:42:55 +00:00
Yoshihiro Takahashi
b1c21fcbfc - i386 FPU emulation is removed on pc98.
- correct typo.
2003-08-23 05:42:03 +00:00
Bruce A. Mah
02e9dd244b MFC noted: systat(1) IPv6. 2003-08-22 22:24:12 +00:00
Bruce A. Mah
300578885f New release notes: No more i386 FPU emulation, atmconfig(8).
Update release notes:  GCC-3.3.1 release.
2003-08-22 22:08:47 +00:00
Bruce A. Mah
e006178ab7 Use manpage entities for hme(4) and gem(4). 2003-08-22 17:36:14 +00:00
Bruce A. Mah
2afb17dae1 Trim vr(4) and cue(4) devices. 2003-08-21 21:49:09 +00:00
Bruce A. Mah
364f135f4d New release notes: OFW_NEWPCI, IP_ONESBCAST, ffsinfo(8).
Modified release notes:  Tweak rl(4) note and note MFC.
2003-08-21 17:52:08 +00:00
Bruce A. Mah
921d261c4d Pull in trademark entity definitions. 2003-08-21 17:51:05 +00:00
Simon L. B. Nielsen
ba406a9425 Correct the device id's for the VIA Rhine III chips supported by the
vr(4) driver: VT86C105/VT86C105M -> VT6105/VT6105M.

Confirmed by:	driver source code and VIA homepage
Reviewed by:	bmah
MFC after:	3 days
2003-08-21 17:38:05 +00:00
Bruce A. Mah
0698b57374 New release note: WITH_DYNAMICROOT.
Modified release note:  Fix up some typos and improve markup in
rescue(8) note.
2003-08-19 16:03:01 +00:00
Bruce A. Mah
a76984e64f Add a bit of text saying that mentions of specific devices are
gradually going away.
2003-08-19 15:34:06 +00:00
Murray Stokely
0530edef90 Fix typo. It's 'bsdiff' not 'bsddiff'. 2003-08-19 05:48:08 +00:00
Murray Stokely
f8b27704c7 Add misc/bsdiff and security/freebsd-update to the list of desired
packages for disc #1.  These two packages take a combined total of
37kb of space so I think there should be room.
2003-08-19 05:45:49 +00:00
Bruce A. Mah
0a1acce85f Whitespace cleanup of previous bt(4) commit. No content changes. 2003-08-19 05:21:25 +00:00
Bruce A. Mah
cece1a138b Trim bt(4) devices and consolidate. 2003-08-19 05:19:50 +00:00
Bruce A. Mah
8d44087fc8 Move all the asr(4) entries together, no other content changes. These
should be consolidated.
2003-08-19 05:12:25 +00:00
Bruce A. Mah
3f3a4dfed3 Trim asr(4) device list; readers can get this from the manpage now
that it's up-to-date.
2003-08-19 05:08:21 +00:00
Bruce A. Mah
3ba682b624 Move aha(4) devices out of Adaptec-centric section to new paragraphs.
We didn't try to list all the variants so there isn't much shrinkage
here.

Remove list of supported mlx(4) devices; readers should get this
information from the manual page.
2003-08-15 22:50:25 +00:00
Bruce A. Mah
4bbe69aae4 Begin snipping out the lists of specific devices from the Hardware
Notes.  These duplicate information that ideally should live in the
manual pages for individual drivers, and can easily become
out-of-date.  (This in fact is already the case.)

Hypertext versions of the hardware notes already contain links to
on-line versions of the manual pages.

The first two drivers to get this treatment are amr(4) and aac(4).

Discussed on:	doc@
2003-08-14 18:52:45 +00:00
Bruce A. Mah
5b1f9e22e5 New release note: twe(4) 3ware generic API (+MFC).
MFC noted:  USB/Firewire quirks.
2003-08-12 00:51:28 +00:00
Bruce A. Mah
f3e3f8b91b Enable dc(4) entries for sparc64. Add fatm(4), hatm(4), patm(4)
entries as appropriate.
2003-08-12 00:14:49 +00:00
Bruce A. Mah
ebaf375bc8 New release notes: swap_pager changes, ng_atmpif(4).
Modified release notes:  locale(1) -m, -march=pentium4 re-enabled.
2003-08-12 00:12:52 +00:00
Bruce A. Mah
54f3bdcfde Slightly rearrange some items in the kernel section (but don't change
their content).
2003-08-11 23:08:35 +00:00
Ruslan Ermilov
2d19d3a9b4 - Use the correct boot/boot1 and boot/loader files.
- Use the newfs command similar to that in doFS.sh.

Reviewed by:	jake, jhb
2003-08-11 22:27:43 +00:00
Bruce A. Mah
129045e796 New errata: SA-03:09, SA-03:10.
Minor grammatical fixes to SA-03:08 item.
2003-08-11 15:54:29 +00:00
Bruce A. Mah
394bb3e431 New release notes: SA-03:09, SA-03:10. 2003-08-11 15:53:55 +00:00
David E. O'Brien
5bff585104 2nd part of making the name of the release running script overrideable. 2003-08-11 04:21:58 +00:00
David E. O'Brien
0febff82b7 Make the name of the release running script overrideable. 2003-08-10 09:54:22 +00:00
Ruslan Ermilov
a4f9e93c39 Added the new knob MINIROOT that, when set, causes the creation
of the bootable UFS image, miniroot.ufs, fully identical to the
contents of the "bootonly" CD-ROM.  The image is made available
on FTP as miniroot/miniroot.ufs.gz, for resemblance with NetBSD.

This replaces the boot.flp image for sparc64, making the latter
as coming with NO_FLOPPIES.

Reviewed by:	jhb
Tested by:	hrs
2003-08-08 21:00:57 +00:00
Ruslan Ermilov
ebc9df0362 Add support for automatically computing the required file system
size and average inode size.

Reviewed by:	jhb
2003-08-08 18:23:00 +00:00
Bruce A. Mah
984b49496b New release notes: rl(4) supports RealTek 8139C+ and 8169, ccd(4)
support for raw disks, acpidb(8), iasl(8).
2003-08-08 15:59:34 +00:00
Ruslan Ermilov
8bf7ab359a - Eliminate the "rm" command that was causing us trouble in rev. 1.799.
- Normalize doRELEASE to avoid seeing "`ftp.1' is up to date." warning
  when doing "make rerelease", and ftp.1 was already built.

Reviewed by:	jhb
2003-08-07 18:22:34 +00:00
Ruslan Ermilov
3cd22041ce - Unbreak Alpha snapshots (we were still attempting to build a
no longer existing "fixit" crunched binary).

- Simplify the CRUNCH_TARGETS variable's initialization.

- Simplify the release.5 logic a bit by accounting for the fact
  that release/*_crunch.conf files were removed two years ago.
2003-08-06 08:09:40 +00:00
Andrey A. Chernov
087b057d37 Back out LC_ALL=C since tr here supposed to run under clean env -i
environment always.

Pointed by:     ru
2003-08-05 05:35:56 +00:00
Andrey A. Chernov
90862ca23d LANG->LC_ALL
Pointed by:     ru
2003-08-04 21:31:53 +00:00
Wilko Bulte
b24b338ada Note which machine consoles support booting from KZPEA aka Adaptec 39160
U160 adapters.
2003-08-04 18:05:36 +00:00
Andrey A. Chernov
38407b8757 Prepend LANG=C to all tr 'a-z' 'A-Z' and vice versa.
Note: this is POSIX requirement, c-c ranges are portable only in POSIX locale
2003-08-04 15:47:43 +00:00
Bruce A. Mah
ffe342ebe6 Modified release note: Clarify SA-03:08 note. 2003-08-04 15:26:40 +00:00
Bruce A. Mah
9d4fcfe94c Minor wordsmithing on previous commit. 2003-08-04 15:23:20 +00:00
Hideyuki KURASHINA
c6ff2155d9 SA-03:08 does not affect FreeBSD 5.1-RELEASE. 2003-08-04 13:53:58 +00:00
John Hay
a67db5071d Chase the doc ports. 2003-08-04 12:12:36 +00:00
Hideyuki KURASHINA
6a7da25338 Merge the following from the English version:
1.43  -> 1.44	errata/article.sgml
2003-08-04 11:04:18 +00:00
Bruce A. Mah
959174ee6c New release/errata notes: SA-03:08. 2003-08-04 00:57:28 +00:00
Ruslan Ermilov
8189277801 - Removed vestiges of the IA64 boot floppy support.
- Fixed the bootable CD-ROM support for IA64.

Reviewed by:	marcel
Tested by:	marcel
2003-08-03 15:06:00 +00:00
Wilko Bulte
91c770e9df Note that AS4100 needs DC adapter for RCM to function. 2003-08-03 11:43:13 +00:00
Ruslan Ermilov
6daa108fd1 - Boot-only CD-ROM support (bootonly.iso).
Submitted by:	jhb, ru

- Moved the creation of the ports distribution to release.7.
- Call MFS root floppy mfsroot.flp even on a small PC98 disk.

Submitted by:	jhb

Reviewed by:	ru, jhb
2003-08-02 18:21:02 +00:00
Ruslan Ermilov
e4bbcfbc42 MFi386: sort.
OK'ed by:	nyan
2003-08-02 09:36:49 +00:00
Yoshihiro Takahashi
76c718b3e2 puc(4) printer also works on pc98. 2003-08-02 09:33:58 +00:00
Hiroki Sato
ece87aa70b New release notes:
puc(4) printer support
	em(4) support for tuning the interrupt delays
2003-08-02 09:00:50 +00:00