Commit Graph

1160 Commits

Author SHA1 Message Date
chris
ba37f78a24 Add myself as cats port-maintainer. 2002-01-07 20:53:45 +00:00
jhawk
48e0cb8d2d I depart releng. 2002-01-07 16:48:02 +00:00
pk
6e7a0c937f Fix symlink example in netboot section (PR#14809). 2002-01-03 07:56:42 +00:00
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
jhawk
cb684b4e6b "Pull down" changes, mostly from Havard, that exist on the 1.5 branch
but not on the mainline. Mostly this is the "Changes in 1.5.1" section,
2001-05-21 00:44:42 +00:00
jhawk
6bd8ef593c The diskimage contains a /netbsd, not a /install.
Terminal type is "rcons" over here, not "pmax."
2001-05-21 00:31:08 +00:00
jhawk
3a8816b68f Boy reading this stuff is an iterative process, especially on paper.
Correct another wayward miscasing of "Plug and Play".
2001-05-21 00:01:10 +00:00
jhawk
8b2524574b "Plug&Play" => "Plug and Play"
according to the verdsion 1.0A Plug and Play BIOS Specification.
2001-05-20 23:47:08 +00:00
jhawk
275902cc70 "-" => "\(em" 2001-05-20 23:29:58 +00:00
jhawk
12ec605ce6 AC'97 => AC97
"is follows" => "follows"
2001-05-20 23:25:46 +00:00
jhawk
b1da027fee Cardbus => CardBus
ipv6 => IPv6
Remove excessively self-congratularoy repitition of innumerable bug fixes.
2001-05-20 23:24:35 +00:00
jhawk
1d676cce8e Cardbus => CardBus
X window system -> X WIndow System
Remove recommendation that upgrading install etc
  set by hand.
2001-05-20 23:23:30 +00:00
mbw
25c31eb26c More minor updates based on user feedback
macppc/install:
add description of "bad partition number, using 0no bootable HFS
  partition" error message
mention that boot floppy must be booted from Open Firmware, you don't just
  pop it in the floppy drive like a normal MacOS boot floppy.
example of how to read directory of CD or HD from OF (I think I got the
  backslashes generated properly)
describe how to boot a kernel from an HFS partition
reiterate that some OF 1.0.5 machines can't seem to netboot
reverse recommendation of ultra0 and ultra1 busses

common/postinstall:
mention stty erase '^h' or '^?'

macppc/hardware:
mention that Sonnet Tempo ATA/66 card doesn't yet work with macppc
mention that adaptec 294x cards don't boot
mention that promise ultra66 works, but isn't bootable

macppc/prep:
mention that A/UX style partitions are interpreted as NetBSD-style
  partitions, also that they're unreadable from MacOS
also describe the printenv command and give examples
mention that you can't hold down command-option-o-f on a PS/2 keyboard
rehash the partitioning section to describe under what conditions you can
  have a drive with MacOS and NetBSD partitions, and what are the criteria
  for a drive to be bootable under NetBSD.
2001-05-19 05:43:29 +00:00
mbw
749144ca0c macppc/prep:
recommend using official NetBSD CD-R image instead of rolling own CD-R
describe how to boot a kernel from an HFS partition
moved partitioning HDs to before copying files to it.

macppc/whatis:
heh, just noticed that it needed updating from NetBSD 1.4
2001-05-17 07:39:27 +00:00
mbw
4d1ddf083c macppc/hardware:
define what "boot media" and "distribution media" mean

macppc/install:
corrected the text in example of booting system
corrected partition number to use in example of booting from HFS partition
added example of how to use MacOS X to print partition table using pdisk

macppc/prep:
actually drive setup 1.8.1 (ships with MacOS 9.0) works too
actually describe what netbsd.ram.gz is (installation kernel)

common/postinstall:
macppc uses vt100 for console, not vt220
describe how to mount root filesystem to edit /etc/rc.conf
2001-05-14 07:46:56 +00:00
mbw
f28c47d9e5 general clean-up. rearrange a few things to make more sense and change
order of recommendations for installation methods.

macppc/hardware:
update list of unsupported models

macppc/prep:
mention that ofwboot.elf is obsoleted, and all users should be using
ofwboot.xcf instead
link to partitioning HOW-TO on website
added some info on the "official" NetBSD/macppc-1.5.1 CD-R image
added some info on cdrecord
added note that netboot must be from on-board ethernet

macppc/install:
added a few more details to some of the open firmware error messages
reordered error messages to be in order user might encounter them
removed "pciide0:0:0: lost interrupt" since this is fixed in 1.5.1
added "TFTP timeout" and explanation to list of possible problems
point to macppc X11R6 HOW-TO

common/postinstall:
point to macppc X11R6 HOW-TO

common/xfer:
recommend waiting until later to create media for distribution sets

common/sysinst:
control-C to stop sysint, but added that you can re-run it from the
command prompt, no need to reboot.
added an example of what the sysinst main menu looks like
2001-05-13 23:25:37 +00:00
mbw
938925db3b General clean-up, some tightening of text to make it more readable. Also
added some more info/details.

hardware:
add Netgear FA-311 cards (sip)
added newly supported models
added that NVIDIA now has some supported cards
moved on-board audio to supported, but untested
added usb and pci audio as supported

prep:
added a "Preparing yourself" section describing how to best prepare
  oneself for the adventure ahead
some rewording of the 'how to get to open firmware' sections to make some
  details more clear
2001-05-12 07:32:17 +00:00
bouyer
5763505fe1 Note AMD 756 and 766 support. 2001-05-11 10:05:36 +00:00
bouyer
b020fbe1ef Update for VIA changes in pciide. 2001-05-11 09:56:24 +00:00
ross
86a67b7070 grammar 2001-05-09 00:19:15 +00:00
hubertf
e464f5df25 Indent lines in ".(disp" to prevent chars at the beginning of a line
getting swallowed in HTML output.
2001-05-08 23:58:14 +00:00
dillo
4f69a52741 Add myself to the list of developers. 2001-05-08 11:26:16 +00:00
mrauch
715a1af71b Add myself (mrauch) to the list 2001-04-19 08:52:47 +00:00
mbw
3b5568e369 By popular demand.
I've organized the topics by Open Firmware version, since many users found
the old scheme way too confusing (clause out Open Firmware version-specific
content).

It's still really confusing to read (particularly the .txt version which
doesn't adequately distinguish headings from the body)

Also added a bit more info on partitioning vs. OF version.
2001-04-16 20:42:43 +00:00
yyamano
6eda18ef7f Add myself to the list of developers. 2001-04-13 13:14:18 +00:00
kanaoka
067cbfa979 Add myself to list of developers. 2001-04-13 00:13:12 +00:00
kawamoto
9c00dfaa6b Added KAWAMOTO Yosihisa to the developers list. 2001-04-12 18:04:24 +00:00
jhawk
b68b42a2aa Use .Bc/.Ec local macros for two-column formatted list. 2001-04-11 06:19:26 +00:00
jhawk
ceb940e644 Why I got nothing done this weekend: Add .Bc/.Ec macros for
columnarized unfilled displays. Not perfect for every scenario,
but work fine for the intended application (common/donations).
2001-04-11 06:19:09 +00:00
jhawk
d60055045f Workaround for misc/12593; use -Bd -unfilled instead of -Bd literal
when .IC is inside.
2001-04-10 01:39:06 +00:00
pooka
81e0eaa92d minor nit: install document is INSTALL.ext, not INSTALL..ext
from Lasse Rasinen <lrasinen@iki.fi>
2001-04-09 15:07:56 +00:00
minoura
d516f7b9fe We can now do upgrade by using sysinst. 2001-04-08 02:49:17 +00:00
jhawk
0c09295682 Update copyright date
capitalize X Window System
kill gratuitous newline
periods after sentences.
s/Domain Name Service/the Domain Name System/
s/new install system/current install system/
Be consistent and say 'ip address' not 'ip number'
Grammar (comma)
s/GMT/UTC/
2001-04-07 18:48:09 +00:00
jhawk
8fd0b0996d s/image(s) (.fs file)/image(s) (.fs file(s))/ 2001-04-07 18:29:54 +00:00
jhawk
f084662218 s/Li/Ic/ for sysinst
Note what sysinst is before using it.
2001-04-07 18:25:46 +00:00
jhawk
efa8f5e0f6 missing right-paren 2001-04-07 17:44:49 +00:00
jhawk
e70bb2fdff Update copyright date.
Update validity date of ftp.netbsd.org ipaddr
hyphenate "high-numbered"
2001-04-07 17:44:15 +00:00
jhawk
6721e16d69 Note that footnotes are explained after Supported devices listing.
No space before terminal sentence punctuation.
Add some more to the WaveLAN entry.
.(bullet implies initial It
s/PCMIA/PCMCIA/
2001-04-07 17:28:10 +00:00
jhawk
9c550d0d72 oops: .(bullet implies the initial .It 2001-04-07 17:21:30 +00:00
jhawk
a7092e61e6 Update copyright date.
"laptop" is not a proper noun + grammar.
"NetBSD's" is ".Nx Ns 's".
correct spurrious wrongly-marked up emdash to a semicolon.
2001-04-07 16:48:17 +00:00
jhawk
152a0585ea Update copyright date.
Update document date.
Periods at ends of sentences.
Don't hyphenate NetBSD (for .ps versions)
Avoid wording that implies the current release is 1.5.
Emdashes are \(em and not -- and especially not '-'; no surrounding whitespace
bound checking => bounds checking
Grammar (including parallelism, articles, etc.)
Tagged lists spaced from largest tag.
Semicolons for list delimitters where commas are ambiguous.
Colons after text before examples.
s/1.4 or later/1.4 or prior/
Simon Burge is a pmax portmaster now
Havard Eidnes -> H\(oavard Eidnes
Jaromir Dolecek -> Jarom\('ir Dolecek [can we do better?]
note The End
2001-04-07 15:23:15 +00:00
jhawk
e938d20702 Update copyright date.
Colons after text before examples.
2001-04-07 15:19:59 +00:00
jhawk
5d9d9a6f51 Update copyright date.
.Ic sysinst
Periods at ends of sentences.
X window system -> X Window System
cleanup PKG_PATH markup
2001-04-07 15:19:32 +00:00
jhawk
0a02ec5538 fix warnings from html generation due to unexpanded
unquoted tabs.
2001-04-07 14:56:48 +00:00
jhawk
7cf3a148ae Fix after-period spacing issue with "NetBSD Foundation, Inc. and its" 2001-04-07 14:51:52 +00:00
jhawk
0a0e469daf Fill the few lines that could manage it to 80col for better
source readability.
2001-04-07 14:45:09 +00:00
jhawk
2c7a339df0 Update copyright date.
Remove .Pp between items. Now runs
as one long paragraph, and takes 2x less space. This is fine
because each item was a single sentence anyhow.
2001-04-07 14:41:52 +00:00
chris
cc02f1c898 Updated Kjetil's email address as requested in port-arm32/8787. 2001-03-30 22:56:15 +00:00
fredette
dffb35cf7f Add Matt Fredette to the list of developers. 2001-03-29 01:09:02 +00:00
nsmrtks
cee28f7fcf Add NISHIMURA Takeshi to the list of developers. 2001-03-14 10:23:30 +00:00
zuntum
73418788ae Move "Tomasz Luchowski <zuntum@netbsd.org>" entry to appropriate place 2001-03-12 21:06:01 +00:00
bouyer
e28d425492 Update for promise Ultra/100 support. 2001-03-12 09:56:19 +00:00
zuntum
c90cf8115f Added myself to the list of developers. 2001-03-12 05:56:15 +00:00
is
cb3b8b8392 Add some omissions. 2001-03-11 21:44:31 +00:00
kent
4fcf0118dd Add TAMURA Kent to the list. 2001-03-10 18:14:18 +00:00
bjh21
82e6169890 Add Precedence Technologies Ltd, who gave me a Risc PC and an Acorn NetStation. 2001-03-05 14:13:43 +00:00
atatat
f39c02f701 Add myself to the developers list 2001-02-28 17:32:39 +00:00
bjh21
7e0bb79351 Mention ARM for armfpe.s. 2001-02-28 14:11:25 +00:00
bjh21
cca742d0dd Add "the RiscBSD kernel team" for sys/arch/arm32/vidc/console/*. 2001-02-27 11:03:45 +00:00
itojun
9dae69c026 mention that ssh/sshd require rnd(4). 2001-02-26 23:02:56 +00:00
bjh21
1539dacf82 Update information on supported memory configurations. 2001-02-23 00:29:36 +00:00
is
10a79e50cf Clarifications suggested by lugosi@online.de and hubertf. 2001-02-11 11:30:54 +00:00
tacha
6e582f3dae Add myself (Tatoku Ogaito). 2001-02-07 10:59:08 +00:00
reinoud
33c3150b84 Euhm... i made some spelling errors (thanks Chris) .. more in anticipation
of commits I must admit and I thought it was mandatory when committing...
2001-02-07 08:29:53 +00:00
reinoud
c4c072fd2e Entered my name (Reinoud Zandijk) to the relevant files 2001-02-06 16:08:59 +00:00
hubertf
f37c70e7df Add VIA VT82C686A southbridge integrated AC'97 audio
From htdocs/Hardware/pci.html.
2001-01-22 02:13:47 +00:00
hubertf
1e109b3766 * Sort audio drivers by alphabet
* Add Cirrus Logic CS461x
 * Add ESS Maestro 2/2e

Thanks to Tatoku Ogaito <tacha@trap.fukui-med.ac.jp> for reminding me
on this.
2001-01-22 02:05:41 +00:00
augustss
23ef72cc5b Add CS4280 and CS4281. 2001-01-22 02:00:44 +00:00
itojun
9b0c7c0026 add dreamcast and hpcsh 2001-01-18 14:14:05 +00:00
nonaka
9fe9900b99 alphabetical order 2001-01-16 16:57:08 +00:00
taya
ac26bf015f Add myself (Shin'ichiro TAYA) 2001-01-15 15:53:22 +00:00
mycroft
2737c13aee Nuke gratuitous usage of .for. 2001-01-14 21:45:01 +00:00
mycroft
149f0de4fa Use bsd.man.mk (maybe should be something else) instead of bsd.prog.mk, and
do the cleaning differently.
2001-01-14 21:37:55 +00:00
mycroft
62ea85dad9 Use bsd.own.mk, not bsd.obj.mk. 2001-01-14 21:30:58 +00:00
bouyer
ca405f6d8e Update for Ultra/100, and add ICH2 2001-01-09 11:39:35 +00:00
bjh21
438a7af846 Mention eh driver. 2001-01-08 16:15:39 +00:00
bjh21
584dc984d3 Keyboard and mouse are the same device, so list them on the same line. 2001-01-08 14:37:48 +00:00
lukem
a0f46c66be don't claim the old /etc configuration is merged in, 'cause it ain't so.
noted in pr 9662.
2000-12-23 00:09:05 +00:00
joff
1c70af9809 Added myself. (Jesse Off) 2000-12-18 06:39:38 +00:00
is
7cb6c83d46 We really need a MMU. Tell people what models don't have any out of the box. 2000-12-14 22:45:25 +00:00
minoura
a30c8f9027 Reflect the current status and installation system. 2000-12-01 08:02:34 +00:00
jtb
b0623ac1a4 Added Jason Beegan (jtb@netbsd.org) to the list of contributors. 2000-11-28 23:19:50 +00:00
matt
a2669c50c0 When making the release notes, use the macros in ${DESTDIR} 2000-11-26 02:50:12 +00:00
abs
26ed04b487 Switch to the more correct 'conv=sync' - from pk 2000-11-23 16:06:10 +00:00
abs
a117f6fc07 dd disk2 requires conv=osync unless we are lucky enough to hit a 36k boundary
on a gzippd tarfile.
2000-11-22 21:14:24 +00:00
scw
cd97c2a4f6 Add two new mvme68k-specific kernels (for mvme172 and mvme177). 2000-11-21 12:39:40 +00:00
scw
85023db0de Mention support for mvme172 and mvme177 in all the relevant places. 2000-11-21 12:38:59 +00:00
mrg
d7c887d2da recommend 32MB as a minimum. PCIIDE cdroms work on the secondary channel,
but disks do not.  add install from solaris' instructions from Murray
Stokely <murray@osd.bsdi.com>.
2000-11-17 06:20:07 +00:00
tv
e9e3dccd80 Fix "NetBSD/sparc" to .Nx*M. 2000-11-16 17:14:43 +00:00
tv
6b5b36ae1f Fix "NetBSD/i386" to .Nx*M. 2000-11-16 17:12:08 +00:00
tv
fb29a1e1bb C&P info about sysinst moving to /emul/aout from i386 notes. 2000-11-16 17:04:50 +00:00
hubertf
5868050f6f The X Consortium does not request the "The" being part of "The X Window
System", so don't capitalize it unnecessarily.
2000-11-16 01:48:29 +00:00
is
661711dff9 Document the Amiga INSTALL and INSTWDCPCM kernels. 2000-11-15 00:00:26 +00:00
is
a46a1849e1 Cosmetics. 2000-11-14 23:57:03 +00:00
hubertf
aa22ef1fb8 Note which part (-> server side) of NFS locking now works 2000-11-14 22:37:12 +00:00
wiz
8f80fe0cd5 Fix three typos. 2000-11-14 17:15:51 +00:00
hubertf
4bd9e6ca04 fix two typos, pointed out by Chris Jones 2000-11-14 16:35:11 +00:00
hubertf
4cfe500087 it's ext2fs, not extfs. Pointed out by Havard. 2000-11-14 16:23:40 +00:00
fvdl
ad1dadd33b Mention the a.out -> ELF transition, and what sysinst does to accomplish
it.
2000-11-14 12:30:28 +00:00
pk
4ac702d63a Mention support for sun4/400 machines. 2000-11-14 10:46:00 +00:00
hubertf
f5cb6a2fa0 Mention other audit for string routines that were used without bound checking 2000-11-14 07:26:37 +00:00