Commit Graph

5065 Commits

Author SHA1 Message Date
wilko
1ed65f7983 Onboard Adaptec SCSI HBAs are bootable on UP2000.
Obtained from: obrien
2003-08-31 12:21:10 +00:00
wilko
2a6fc1b2d4 update UP2000 section with info gleaned from obrien's newly acquired
UP2000 dual 750MHz machine.
2003-08-29 19:43:08 +00:00
bmah
31e156b6fb Trim ti(4) devices. 2003-08-25 04:31:26 +00:00
bmah
ae6f276661 Trim ep(4) devices. 2003-08-24 22:54:20 +00:00
bmah
cd701b49f7 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
nyan
f67cdbf56a - i386 FPU emulation is removed on pc98.
- correct typo.
2003-08-23 05:42:03 +00:00
bmah
7385129b85 MFC noted: systat(1) IPv6. 2003-08-22 22:24:12 +00:00
bmah
d386dda803 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
bmah
e3f363e434 Use manpage entities for hme(4) and gem(4). 2003-08-22 17:36:14 +00:00
bmah
b4184aab54 Trim vr(4) and cue(4) devices. 2003-08-21 21:49:09 +00:00
bmah
b822306fe0 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
bmah
cc397ec832 Pull in trademark entity definitions. 2003-08-21 17:51:05 +00:00
simon
05e793c5d3 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
bmah
510c7bd0c1 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
bmah
e29bbbe0d1 Add a bit of text saying that mentions of specific devices are
gradually going away.
2003-08-19 15:34:06 +00:00
murray
eba4ad609e Fix typo. It's 'bsdiff' not 'bsddiff'. 2003-08-19 05:48:08 +00:00
murray
07474b27e4 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
bmah
1b6ebabb7b Whitespace cleanup of previous bt(4) commit. No content changes. 2003-08-19 05:21:25 +00:00
bmah
b5e5df6ad2 Trim bt(4) devices and consolidate. 2003-08-19 05:19:50 +00:00
bmah
48fe4295ac Move all the asr(4) entries together, no other content changes. These
should be consolidated.
2003-08-19 05:12:25 +00:00
bmah
1b63853185 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
bmah
52c5328900 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
bmah
561613bab8 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
bmah
303565fe44 New release note: twe(4) 3ware generic API (+MFC).
MFC noted:  USB/Firewire quirks.
2003-08-12 00:51:28 +00:00
bmah
259011b24d Enable dc(4) entries for sparc64. Add fatm(4), hatm(4), patm(4)
entries as appropriate.
2003-08-12 00:14:49 +00:00
bmah
706343dd53 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
bmah
6ec4919868 Slightly rearrange some items in the kernel section (but don't change
their content).
2003-08-11 23:08:35 +00:00
ru
bb7fb886af - 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
bmah
f4ec65890f New errata: SA-03:09, SA-03:10.
Minor grammatical fixes to SA-03:08 item.
2003-08-11 15:54:29 +00:00
bmah
749f5ebfff New release notes: SA-03:09, SA-03:10. 2003-08-11 15:53:55 +00:00
obrien
1bb319c248 2nd part of making the name of the release running script overrideable. 2003-08-11 04:21:58 +00:00
obrien
c97c381db1 Make the name of the release running script overrideable. 2003-08-10 09:54:22 +00:00
ru
4bf1e96a1e 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
ru
ddbdd973e2 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
bmah
0586a616af 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
ru
b7a534174e - 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
ru
7da3489308 - 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
ache
4bddddaa7e 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
ache
26ffc627d8 LANG->LC_ALL
Pointed by:     ru
2003-08-04 21:31:53 +00:00
wilko
c11e824db2 Note which machine consoles support booting from KZPEA aka Adaptec 39160
U160 adapters.
2003-08-04 18:05:36 +00:00
ache
b7cd756bfc 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
bmah
3f91a389b2 Modified release note: Clarify SA-03:08 note. 2003-08-04 15:26:40 +00:00
bmah
ceff0427d6 Minor wordsmithing on previous commit. 2003-08-04 15:23:20 +00:00
rushani
50c14bf648 SA-03:08 does not affect FreeBSD 5.1-RELEASE. 2003-08-04 13:53:58 +00:00
jhay
be8a3feb48 Chase the doc ports. 2003-08-04 12:12:36 +00:00
rushani
05b178d9bc Merge the following from the English version:
1.43  -> 1.44	errata/article.sgml
2003-08-04 11:04:18 +00:00
bmah
0a1cb2dc0d New release/errata notes: SA-03:08. 2003-08-04 00:57:28 +00:00
ru
65cd6f1252 - 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
421c0ba53e Note that AS4100 needs DC adapter for RCM to function. 2003-08-03 11:43:13 +00:00
ru
fa0cbfcd27 - 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