Commit Graph

1057 Commits

Author SHA1 Message Date
mbw 3e4181fb80 Medium-scale overhaul.
macppc/hardware
Forgot to put PowerComputing PowerCenter in list of models that can't use
 on-board video

macppc/prep
Reword four-key-combo c-o-O-F to imply you need to hold all four down
 until the 0 > prompt appears, also a better description of the keys
shuffle System Disk instructions around a little to make more sense
Fix BootVars instruction to "uncheck auto-boot?"
Change '.Dl 0 \*> Ic "..."' to '.No 0 \*> Ic "..."' surrounded by .(disp
Link to new FAQ entries (such as how to use the Open Firmware environment
 and instruction for people unfamiliar with MacOS)
Describe how to prepare an MS-DOS filesystem for booting
Be more consistent about "ISO9660"
The NetBSD/macppc boot CD-R image has "partition zero" bootloader and
 XCOFF bootloader to work on all models -- this is described better now
Better info on how to netboot OF 1.0.5 systems
Mention that UFS is not currently supported by NetBSD and MacOS < 10
Detab the dhcpd.conf example
Add .To 2 tags for preparation of bootable media subsections

macppc/install
Change '.Dl 0 \*> Ic "..."' to '.No 0 \*> Ic "..."' surrounded by .(disp
Added new and very very useful "Open Firmware boot syntax" section
 describing how to determine the OF boot-device and boot-file
Clean up examples of boot commands
Update descriptions of booting problems (some were incorrect)
Add .To 2 tags for OF boot command subsections and common problems
2002-01-03 03:52:14 +00:00
mbw 8c02b254fc common/main
tweaks to the "Quick install for the impatient", particularly changing the
 recommendation to MS-DOS floppy with bootloader and kernel instead of
 boot floppy image

common/sysinst
add .To 2 tags for macppc-specific sections

common/postinstall
change tlp0 to de0 in description of typical ethernet interface
2002-01-03 03:32:10 +00:00
he 181e4f6c0a Quote > and < characters with \*> and \*< in order to get semi-correct
HTML as one of the results.
2002-01-02 21:12:15 +00:00
fredette 38f679e635 Added sun2 content to the release notes. 2001-12-17 21:39:51 +00:00
bouyer 2752bdbb87 Note support of newer promise controllers. 2001-12-16 23:40:23 +00:00
junyoung a477ade7f9 Add myself. 2001-12-13 08:53:54 +00:00
jmc 353e1ce493 Clean this up for a proper cross-build setup.
1. Replace all "groff"'s with $GROFF so the right binary is picked up depending
on new or old toolchain setups and USETOOLS
2. Remove the DESTDIR check where it adds -M. This is pointless as some of the
file in share/tmac have hard coded references to /usr/share/tmac so using the
new ones in $DESTDIR will just point you back into /usr/share anyways...
(the new toolchain has no issue here as it's tmac files all point into
$TOOLDIR. Any old setups should just depend on the local setup instead of
some mix of DESTDIR and old files the -M would have produced).
2001-12-10 05:27:59 +00:00
jhawk 2689c284c0 Don't use CURDIR-relative .so for reading the toc, as it breaks
with objdirs.
2001-12-03 22:05:28 +00:00
thorpej 9403ea63a5 Mirror change made by jhawk while I was writing the NetBSD/evbarm
release notes (and thus missed updating the NetBSD/evbarm notes):

Based on feedback (various), remove the .toc files from CVS,
and instead generate them each and every time (twice!).
2001-12-03 20:30:05 +00:00
mbw 4133cc1aef Mention tlp0 as possible built-in ethernet option
Mention how to manually create /dev entries, since the suggested "Re-install
sets" option doesn't automatically do this (leaving the user without
/dev/console)
2001-12-02 03:59:41 +00:00
jmcneill fa0a465c3f Added myself. 2001-12-01 22:44:37 +00:00
jhawk 700b43b275 s/MAKETOCS/MKTOCS/ 2001-12-01 17:54:11 +00:00
bouyer 34d6f4f3c4 Note ATAPI tape support 2001-12-01 00:29:50 +00:00
thorpej 86e4569262 First cut at installation notes for NetBSD/evbarm. Needs some
fleshing-out (and general "how to set up diskless environment"
instructions in the ../common directory).

Supported hardware and setup for the Intel IQ80310 board is written.

I've filled in the supported-hardware bits for the ARM Integrator
board, but someone (HI RICHARD! :-) will need to provide info about
setting up the firmware for booting and typical run-time environments
for this board.
2001-11-30 23:48:50 +00:00
jhawk a5c0fa3864 Based on feedback (various), remove the .toc files from CVS,
and instead generate them each and every time (twice!).
Based on a suggestion from Alan Barrett, allow setting MAKETOC=no
to permit rebuilding the install notes without regenerating the
.toc files, to allow more speedy debugging of markup changes.
2001-11-30 22:20:03 +00:00
jhawk 87ee29c3df regen 2001-11-26 02:39:33 +00:00
jhawk 471f49f614 Add 3rd level sections (.To) to TOC, as this is so _long_. 2001-11-26 02:35:58 +00:00
jhawk 32012891fd Add 3rd level sections to TOC (.Te), as this is so _long_.
Make "Unsupported devices" and "Required configurations" real 2nd level.
2001-11-26 02:34:14 +00:00
jhawk dccb6e675f Add .Te and .To macros for explicit additions to the table of contents.
.Te adds an entry at a specified depth and also outputs the entry name
in the output stream, .To "only" adds the entry. .To is necessaary where
markup issues prevent the use of .Te.
2001-11-26 02:24:30 +00:00
jhawk 5b9bb2cf9d Remove TOC entry for Sh; there are only 3 of them and they're
all on page one and they add needless clutter. Additionally
  doc2html doesn't output a tag for them, so we cannot link to them.
  Lower indent level for Ss and Ss2
Add special HTML support: emit an HREF on each TOC line. There's some
  nasty kludging with extending the dot-leader tab stop by the width
  of the href, but that's life in mdoc2html.

TOCs need to be regenerated, but I'm not going to bother for a while.
2001-11-26 01:16:22 +00:00
jhawk c0385463c9 Initial generation of table of contents for each version of the release notes. 2001-11-26 00:39:07 +00:00
jhawk 7ab7d7e967 Add "tocs" target to TARGETS so all tables of contents may be regenerated
at once.
2001-11-26 00:28:17 +00:00
jhawk c2c3e49e52 Add a table of contents (TOC) to the release notes.
This makes it _much_ more user-friendly, as it allows users
  to skip to the parts they want easily.
At present, the TOCs are generated files, and can be regenerated
  with "make tocs" (probably has to be run twice to account for
  the size of the table itself).
TOCs are named INSTALL.{PostScript,ASCII,HTML,more}.toc instead of
  INSTALL.{ps,txt,html,more}.toc because that's what \*[format]
  expands to.
2001-11-26 00:19:56 +00:00
isaki 5bb62778d7 about Nereid ethernet. 2001-11-25 05:46:51 +00:00
jhawk 75e4940879 Hello. Did YOU know that
*      This product includes software developed for the NetBSD Project by
 *      Wasabi Systems, Inc.
? Well, it's true. From sys/dev/acpi.
2001-11-24 23:53:18 +00:00
bjh21 693c89326d Move Reinoud from ordinary developers up to port maintainers (acorn32). 2001-11-23 16:30:54 +00:00
wiz 1fd7eeefcd "than" instead of "then". 2001-11-21 19:14:19 +00:00
someya 6807764ea5 add myself 2001-11-15 12:16:37 +00:00
jhawk 0016013e96 Clarify the disk2 confusion about .tgz files (grammar correction). 2001-11-04 06:00:03 +00:00
chs 5855efa8d8 add a warning about the sun3 firmware not being able to access
more than 1 GB of the disk.
2001-10-27 22:38:09 +00:00
briggs 308f381263 Initial cut at installation instructions for sandpoint. 2001-10-24 18:30:34 +00:00
scw ecaaa69b6d miniroot.gz -> miniroot.fs.gz
Reported by Ken Seefried.
2001-10-23 22:13:35 +00:00
uch 6d5ecdc1dd add playstation2 port 2001-10-18 17:38:36 +00:00
bjh21 d297a20321 Copy the arm32 INSTALL notes, removing references to CATS, DNARD and RC7500
along the way.
2001-10-14 14:08:03 +00:00
isaki 3b8b1cfb34 add myself. 2001-10-07 12:58:21 +00:00
martti 078695e764 Added myself 2001-10-01 12:02:07 +00:00
hubertf d3167642ec Add ESS 1688 AudioDrive card as supported (esl driver) 2001-09-30 00:34:50 +00:00
cjep 961a761243 Added myself. 2001-09-29 16:53:56 +00:00
seb 24980f6902 added myself in "Developers and other contributors" section 2001-09-29 13:05:46 +00:00
hubertf d57da0cf92 Seems people are very confused by the fact that floppy/disk2 is a symlink
to a .tgz file. Try to be a *bit* clearer. (Todd, please use hardlinks
next time ;-)
2001-09-22 21:46:50 +00:00
jdolecek a6a38befd9 Add TCOM TC-400 & TC-800 to list of supported hw.
Fixes misc/7364 by Geoff C. Wing
2001-09-17 19:39:43 +00:00
gendalia d39f6146b7 added myself 2001-09-16 19:26:12 +00:00
jdolecek 5428914eb7 mention GENERIC_PS2TINY for i386 2001-09-13 18:13:46 +00:00
mrg c63364c612 ultrasparcen do not tftp ip.arch just ip. noted by <andrew@ugh.net.au> on port-sparc64 2001-08-30 12:26:06 +00:00
mrg 058f9756b8 it is "boot net netbsd" for OBP2, from tron in private email. 2001-08-29 03:26:07 +00:00
is ed065095e7 Added repulse audio board. 2001-08-26 20:47:27 +00:00
simonb 03e576a384 More rz->sd/cd updates. 2001-08-26 12:08:07 +00:00
simonb 65890eaf66 This hasn't been used since the NetBSD 1.3.3. 2001-08-26 12:02:22 +00:00
simonb 1e8ccbac70 Change some rz references to sd.
XXX: need to mention new sd devices in release notes.
2001-08-26 12:00:17 +00:00
mrg bd3a784d30 clarify instfs.tgz & netbsd.INSTALL.gz usage. 2001-08-23 17:05:47 +00:00
mrg 75146946d7 update sizes for / and /usr to ones that actually *fit* 2001-08-23 16:59:08 +00:00
mrg 9bdc5bb710 add a note about the new "instfs" and also xref diskless(8). 2001-08-23 16:42:40 +00:00
mrg 1e8c30ef94 update sparc64 (and some generic) set sizes to reality (gnu.tgz is
*much* larger for sparc64 now! :-).  remove the notes that PCI kbd/ms,
sbus audiocs, and fas support don't work because they now do.
2001-08-23 14:33:13 +00:00
mbw 4846972207 common/main:
quick start info about bootable CD-R image

common/sysinst:
point to FAQ entry on missing hard drives

macppc/hardware:
fix info on D-Link 530TX (vr) and 530TX+ (rtk)
Some PowerBooks (FireWire and G4) won't work with FirmWare update 4.1.8,
   need to use -current
mention that AirPort/AirMac 802.11b wireless is supported in -current
mention that CPU upgrades are supported

macppc/install:
point to partition numbering explanation in FAQ
fix kernel name on bootable cd-rom and mention case sensitivity

macppc/prep:
mention that people unfamiliar with MacOS should mail the port-macppc
list.
Some PowerBooks (FireWire and G4) won't work with FirmWare update 4.1.8,
   need to use -current
Umax S900 isn't supported by System Disk
describe how to use Disk Copy to create the bootable floppy
point to partition numbering explanation in FAQ
point to ISO mirror site list
2001-08-17 07:04:41 +00:00
jdolecek 17a77bd059 mention i386 INSTALL_PS2 2001-08-14 20:46:17 +00:00
yamt ce0851f049 add myself 2001-08-03 15:08:46 +00:00
jdolecek 06d8eabe50 split the PKG_PATH example to two lines (variable set and export) to avoid
too long line in .more or .txt version of the INSTALL document
remove the pkg_add example for cvs - it's part of base system now
2001-07-30 16:58:55 +00:00
jdolecek 3ac00817eb update for recent changes in IBM PS/2 support 2001-07-30 13:46:03 +00:00
jdolecek 38e122016d mention boot-ps2.fs for i386 IBM PS/2 machines 2001-07-30 13:44:04 +00:00
wiz 41df6b74a9 partiton -> partition 2001-07-26 22:47:34 +00:00
nra 986e8b1b32 s/mainlist/maillist/ 2001-07-24 18:27:09 +00:00
nra 33ee029c74 Minor spelling fixes.
Partititon -> Partition
  aquired -> acquired
2001-07-24 18:24:51 +00:00
nra 70ff3c5f63 Minor spelling fixes.
dislabel -> disklabel
  labelled -> labeled
  Asumming -> Assuming
2001-07-24 18:18:32 +00:00
nra c1dd5f1c31 s/Asumming/Assuming/ 2001-07-24 18:14:34 +00:00
nra 88b9d96885 Minor spelling/grammar fixes.
meessages -> messages
  NetbSD -> NetBSD
  parttion -> partition
  utlility -> utility
  you'e -> you've
2001-07-24 18:11:00 +00:00
nra ad3472e4d8 s/comands/commands/ 2001-07-24 18:05:20 +00:00
nra 18aa2a8837 Minor Spelling fixups.
duing -> during
  issueing -> issuing
  Partititon -> Partition
  standarize -> standardize
2001-07-24 18:02:56 +00:00
nra b98067f83b s/recommenation/recommendation/ 2001-07-24 17:57:45 +00:00
nra 337cba2a73 s/layed/laid/ 2001-07-24 17:51:03 +00:00
nra 6d7d43474a Minor spelling fixes.
auxilliary -> auxiliary
  concatinate -> concatenate
2001-07-24 17:46:07 +00:00
nra 181324be97 Minor spelling fixes.
choise -> choice
  continous -> continuous
  dalog -> dialog
  labelled -> labeled
  limitiations -> limitations
  neccessary -> necessary
  sceme -> scheme
  standarize -> standardize
2001-07-24 17:30:55 +00:00
nra f9e15b45d4 Minor spelling fix. s/accellerator/accelerator/ 2001-07-24 16:36:17 +00:00
nra 888511b35b Minor spelling fix. s/necesary/necessary/ 2001-07-24 16:31:39 +00:00
mbw 178afdd27a D-Link DFE-530TX is really an rtk chipset, not vr 2001-07-23 02:52:03 +00:00
wiz a9356936b4 seperate -> separate 2001-07-22 13:33:58 +00:00
nra d3ddc0ef44 Minor spelling fixes. 2001-07-20 19:00:38 +00:00
manu de6de771d8 Moved my name, I was not in the right section :o/ 2001-07-11 21:30:03 +00:00
mbw f43e2fbf31 iMac (Summer 2000) has been supported for a while, but only recently
reported to port-macppc as working.
2001-07-11 15:35:35 +00:00
jrf b8f8d48496 Added myself to the developers list. 2001-07-10 12:55:23 +00:00
mbw 8f4395f4db common/main:
quick guide for impatient reword netboot section, also macppc can netboot

macppc/hardware:
mention that some older models not listed might work, but are untested
mention that some iMac (Bondi Blue) and PowerMacintosh G3 (Blue and White)
  systems have keyboard problems
mention that ttya is "modem" port, and ttyb is "printer" port

macppc/install:
describe the keyboard workaround for PM G3 (B&W), and that 1.4.3 works
  fine for it and the iMac (Bondi)

macppc/prep:
make the whole BootROM/Open Firmware distinction clearer
describe that some models have to remove internal modem or set
  input/output devices to ttyb since int modem usurps ttya.

macppc/whatis:
mention important changes, such as ELF, binary compatability, newly
  supported models that don't require kernel patches, and that the install
  procedure described now works for all models (i.e. Open Firmware 3
  machines with only one hard drive).
2001-07-05 05:03:02 +00:00
mbw 053f541c97 At jhawk's request, sync the "Quick install notes for the impatient" from
the netbsd-1-5 branch.  These notes currently only cover i386, macppc, and
sparc platforms.
2001-07-04 23:33:18 +00:00
mbw 85968fcef5 Tsubai-san just added support for the iMac (Early 2001) model in -current
and netbsd-1-5
2001-06-30 19:00:39 +00:00
gehenna 94b9258fc0 - add myself to developers 2001-06-23 23:36:47 +00:00
bjh21 bd503d43b6 Add "Mark Brinicombe for the NetBSD Project", from dev/ic/seeq8005.c. 2001-06-21 21:53:44 +00:00
nra 87332e2ec5 Re-alphabetize my name. 2001-06-18 20:52:34 +00:00
nra 6ba2da2cb3 Add myself to the list of developers. 2001-06-18 20:36:15 +00:00
mbw d135da5614 With Tsubai-san's last-minute patches, the iBook (Dual USB) is now supported! 2001-06-18 07:38:19 +00:00
wiz ef7b039e79 Add William Allen Simpson (for primes.5). 2001-06-15 12:30:17 +00:00
wiz 40ac848024 Fix various misspellings of compatible/compatibility. 2001-06-11 01:50:48 +00:00
magick c52dd50912 Add myself to the list of developers. 2001-06-10 11:41:05 +00:00
rafal e8ab2dca62 Add me to developer list. 2001-06-07 12:05:20 +00:00
scottr d4a2f03f78 Add support for FTP through a web proxy (via the ftp_proxy environment
variable).
2001-06-06 23:12:48 +00:00
thorpej 5da8af60dd Add algor. 2001-06-05 17:52:35 +00:00
scw ba1a2f7575 Update mvme68k/m68k (and some MI) set sizes to reflect -current reality. 2001-05-29 07:22:41 +00:00
mbw 7f085e921a Describe how to install onto a drive that will also be used by MacOS (such
as most of the post-1998 models).

Also reminder about reversed MAC address on early models (macppc/install).
2001-05-25 08:04:13 +00:00
mbw 390cedba3c added "" around various tags (.Em, .Sq, .Li) that were missing.
this cleans up the HTML version a lot.

macppc/hardware
doubled required RAM -- bootloader needs 16 MB to be present
reworded video section -- 9500 shipped with PCI card, not on-board video
2001-05-22 04:09:41 +00:00
manu cb5a9dc5a5 Added myself to the developer list 2001-05-21 21:39:51 +00:00
jhawk 0b77fde7a2 Revert 1.20 for now. The two column macro is clearly still buggy and
not ready for prime time. Too bad. So much for aesthetics.
2001-05-21 01:15:26 +00:00
jhawk c04c01b65d Dd
identifisers => identifiers
wording in the 1.5.1 section release explanation
Xr ifconfig(8) for cloning pseudointerfaces
Consistently reference security advisories.
  (XXX: do we need to explain them better? a footnote?)
wording of dhcp bullet
\(em
s/together with a 1.5 kernel/running under a 1.5 kernel/
2001-05-21 01:09:55 +00:00
jhawk 670da952c3 "Pull down" changes from the netbsd-1-5 branch. Basically re-sorts
some things and adds a few.
2001-05-21 00:57:06 +00:00