Commit Graph

1449 Commits

Author SHA1 Message Date
cb
19fc06f7cd add me. 2003-09-25 17:19:51 +00:00
cube
76c881bd69 Add myself to the list of developers. 2003-09-16 09:20:04 +00:00
jandberg
b8212f9e26 added myself to developers 2003-09-08 19:00:48 +00:00
mbw
61dda7acdb include UFS support in partitioning section 2003-09-07 00:06:05 +00:00
mbw
106be46a1b remove multiple processors from list of unsupported devices 2003-09-07 00:03:47 +00:00
mbw
555c661a0d - remove AirPort and audio -- they were for 1.6
- add SMP since it will be in 2.0
 - add UFS support since it will be in 2.0
2003-09-07 00:01:19 +00:00
mbw
6d521497d5 include macppc netbsd-GENERIC.MP.gz which supports SMP 2003-09-06 23:54:17 +00:00
mbw
3dc04dd50b macppc supports local FFS and UFS filesystems as distribution media 2003-09-06 23:52:24 +00:00
mbw
ec893fbd66 minor nit about UFS support on macppc 2003-09-06 23:47:47 +00:00
tsutsui
419db7b25c Shingo WATANABE has kindly consented to remove advertising clauses
from his code.
2003-09-04 15:26:35 +00:00
mbw
923f0f8a9f fix typos 2003-09-02 07:47:48 +00:00
mbw
55b93e3026 add prep.OPENFIRMWARE to list of merged sources 2003-09-02 05:48:35 +00:00
mbw
e00fa819c1 Substantial overhaul which splits OF versions up for clarity. Much of
what was in prep is now in prep.OPENFIRMWARE.

prep now calls prep.OPENFIRMWARE twice.  The first time, it generates
documentation specific to Open Firmware 3 systems.  The second pass, it
outputs OF 1.x and 2.x specific stuff.  This makes it easier to follow
directions for a particular class of machines.
2003-09-02 05:47:24 +00:00
mbw
2b7317637d - broaden note about older OF machines being unable to netboot compressed
kernels
 - rearrange OF boot command examples
 - minor polishing
 - flesh out the details of how to get Open Firmware to boot the OS after
   installation.
 - mention "0 bootr" instead of boot sometimes fixes CLAIM-FAILED probs
2003-09-02 05:43:39 +00:00
mbw
783e2670aa - typos
- Xserve (Slot Load) reported to work by manu
 - mention Xserve serial port
 - mention G5 CPUs not supported yet
 - update minimum hardware requirements
2003-09-02 05:41:30 +00:00
mbw
78d8185313 mention that some macppc systems have trouble loading compressed kernels 2003-09-02 05:40:26 +00:00
mbw
e57f96090a macppc uses tlp0 and gem0 by default now instead of de0 and gm0 for
on-board ethernet
2003-09-02 05:38:13 +00:00
mbw
91fcb7a7cc macppc needs at least 16 MB RAM
a little rewording in the macppc disk preparation section
2003-09-02 05:37:13 +00:00
mbw
6f91ba4372 more detail on the macppc X server situation (Xmacppc vs. XFree86) 2003-09-02 05:35:37 +00:00
mbw
11ea5aec3f clean up macppc quickstart wording a little 2003-09-02 05:34:28 +00:00
heas
3efa170e45 add myself 2003-08-28 16:59:14 +00:00
xtraeme
8d24bc30f3 Add myself to the list of developers 2003-08-28 16:38:23 +00:00
cl
d194415ee8 add myself. 2003-08-28 15:15:28 +00:00
itojun
333b6f8e8f add advertising clause for Shingo WATANABE (udav*) 2003-08-22 06:36:26 +00:00
reed
2adb877460 Add Jeremy C. Reed to the list of developers. 2003-08-13 22:26:44 +00:00
recht
b7414800d0 Add myself to the list of developers. 2003-08-09 11:53:26 +00:00
salo
8d1781e39d netbsd.org->NetBSD.org 2003-07-26 17:06:22 +00:00
mrg
84813a0362 note SMP & xfree4 update. 2003-07-22 11:59:49 +00:00
mbw
df3fae3530 pk posted that a longstanding MMU problem with sun4c systems has been
fixed.  Benefits primarily stability and SS1, SS1+, and IPC system speed.
2003-07-18 17:56:48 +00:00
tron
c658ee6379 NetBSD-sparc supports SMP for a while now. 2003-07-18 06:33:45 +00:00
lukem
001c68bd94 Rename a large chunk of the make(1) variables which refer to a
program/tool from "FOO" to "TOOL_FOO".  The new variables are:
	TOOL_ASN1_COMPILE  TOOL_CAP_MKDB  TOOL_CAT  TOOL_CKSUM  TOOL_COMPILE_ET
	TOOL_CONFIG  TOOL_CRUNCHGEN  TOOL_CTAGS  TOOL_DB  TOOL_EQN  TOOL_FGEN
	TOOL_GENCAT  TOOL_GROFF  TOOL_HEXDUMP  TOOL_INDXBIB  TOOL_INSTALLBOOT
	TOOL_INSTALL_INFO  TOOL_M4  TOOL_MAKEFS  TOOL_MAKEINFO  TOOL_MAKEWHATIS
	TOOL_MDSETIMAGE  TOOL_MENUC  TOOL_MKCSMAPPER  TOOL_MKESDB
	TOOL_MKLOCALE  TOOL_MKMAGIC  TOOL_MKTEMP  TOOL_MSGC  TOOL_MTREE
	TOOL_PAX  TOOL_PIC  TOOL_PREPMKBOOTIMAGE  TOOL_PWD_MKDB  TOOL_REFER
	TOOL_ROFF_ASCII  TOOL_ROFF_DVI  TOOL_ROFF_HTML  TOOL_ROFF_PS
	TOOL_ROFF_RAW  TOOL_RPCGEN  TOOL_SOELIM  TOOL_SUNLABEL  TOOL_TBL
	TOOL_UUDECODE  TOOL_VGRIND  TOOL_ZIC

For each, provide default in <bsd.sys.mk> of the form:
	TOOL_FOO?=	foo
and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override:
	TOOL_FOO=	${TOOLDIR}/bin/${_TOOL_PREFIX}foo

Document all of these in bsd.README.

This cleans up a chunk of potential (and actual) namespace collision
within our build infrastructure, as well as improves consistency in
the share/mk documentation and provision of appropriate defaults for
each of these variables.
2003-07-10 10:33:58 +00:00
bouyer
f740fc9ae3 Note ICH5 support. 2003-06-30 07:24:57 +00:00
mbw
5775eabd29 iBook (14.1 LCD 32 VRAM) is reported to work by David Friggens
PowerBook G4 (12-inch) and PowerBook G4 (17-inch) supported thanks to
  HAMAJIMA Katsuomi
2003-06-19 18:20:02 +00:00
scw
f9d932e99b Add me as evbsh5 maintainer. 2003-06-05 12:40:23 +00:00
mbw
efb909e26f Return accidentally deleted info about multiprocessor systems 2003-06-02 21:45:37 +00:00
mbw
6bcce23d5d detab a few lines, and in general try to make it better for 80 column
printout
2003-06-01 17:57:12 +00:00
mbw
05db79582e misc small typos and wording cleanup
PowerBase is actually Open Firmware 2.0.x
add iBook (16VRAM) and iBook (Summer2002) as supported models
mention next release of NetBSD will support multiple CPUs
mention that some L3 caches on CPU upgrades may not be enabled by default
PowerMacintosh G4 (FW 800) model is reported to work with 1.6.1
macppc uses gem driver instead of gm ethernet driver now
macppc uses tlp driver instead of de ethernet driver now
AirPort Extreme is unsupported
full wscons capabilities not supported (virtual terminals and color)
keyboard problems with iMac and B&W G3 seem to have been cleared up
2003-06-01 17:50:37 +00:00
mbw
be4a717337 misc small typos and wording cleanup
fix links to newly updated Partitioning HOW-TO and mention use of pdisk
can't view files on official ISO image or floppy from Open Firmware
keyboard problems with iMac and B&W G3 seem to have been cleared up
2003-06-01 17:48:48 +00:00
mbw
5033eb1c99 misc small typos and wording cleanup
fix links to newly updated Partitioning HOW-TO
OF 3 firmware update 4.1.7, mention that it's not much of a problem anymore
point to ZTerm home page
redo partitioning section
update now that there's a pair of boot floppies
change MS-DOS floppy section to be Zip disk
2003-06-01 17:41:02 +00:00
mbw
9d052bccc2 clean up wording of quickstart section on macppc partitioning
in quickstart, rearrange to account for macppc having two floppies now
2003-06-01 17:37:23 +00:00
mbw
f4773aae19 fix a macppc TOC heading to be a little shorter 2003-06-01 17:36:07 +00:00
mbw
48a00ee0fb mention macppc has two floppies now 2003-06-01 17:34:48 +00:00
yyamano
c7bcda3906 Fix broken link. Pointed out by Ray Phillips on www@.
http://asu.info.apple.com/ has been replaced by
http://www.info.apple.com/support/downloads.html.
2003-05-26 17:36:07 +00:00
grant
59a27f0ae9 portmasters: +amd64 (fvdl)
releng: -tv +jmc
2003-05-25 05:30:11 +00:00
nakayama
255093b58e Add myself. 2003-05-25 05:20:35 +00:00
dan
4b8869230b Add myself. 2003-05-25 04:32:10 +00:00
epg
7424146bb6 Add myself. 2003-05-25 02:08:39 +00:00
martin
f799459a60 List more supported systems. 2003-05-18 16:29:57 +00:00
wiz
94f0902dae machines with e, uppercase PCMCIA. 2003-05-14 14:31:48 +00:00
martin
733238f573 Sync with recent sparc64 changes. 2003-05-14 14:06:06 +00:00
rtr
0c265012d6 Added myself 2003-04-14 15:24:43 +00:00
darcy
795a64ffd8 Text on pkg_add assumes sh(1). This fix adds text describing how to
set environment under csh(1) as well.

Closes PR install/14797.
2003-03-16 13:10:01 +00:00
darcy
48e2f3947b The pkg_add examples assume sh(1). Adding text to mention csh(1) syntax.
Closes PR install/14797.
2003-03-15 12:46:49 +00:00
mbw
a382fbca7f D'oh -- PowerComputing PowerBase models are actually Open Firmware 2.0. 2003-03-15 02:16:02 +00:00
kochi
7a7dfd71a7 Add myself. 2003-02-24 07:47:17 +00:00
jdolecek
8fb0f74264 add Boris Popov acknowledgement - smbfs code 2003-02-18 14:05:56 +00:00
leo
f2079d67e5 Get the documentation in sync with the kernel wrt. the floppy boot device. 2003-02-12 08:18:22 +00:00
thorpej
a033f1975c Update the supported hardware list. 2003-01-25 23:17:21 +00:00
lukem
a250e57c96 Install release files under "${RELEASEDIR}/${MACHINE}/..." instead of
"${RELEASEDIR}/...".

${RELEASEDIR} is never cleaned , and ${RELEASEDIR}/${MACHINE} is only
cleaned if UPDATE is not defined.
2003-01-03 15:34:30 +00:00
scw
3838a93e9d The walnut port has been subsumed by the new evbppc port.
XXX: There is some work to do here to allow for different
installation notes for different eval boards...
2002-12-09 14:03:52 +00:00
wiz
105141693b Don't end line with an abbreviation dot, *roff will think it ends a sentence. 2002-12-02 15:29:54 +00:00
lonewolf
27c20b8059 Added myself. 2002-11-28 16:09:08 +00:00
jmmv
4f319f9a6a Add myself.
(My first commit ;-)
2002-11-25 13:11:36 +00:00
lukem
c7ad6e6337 Consistently use "netbsd-XXXXX" instead of "netbsd.XXXXX". 2002-11-18 12:39:43 +00:00
grant
daa208f50f (belatedly) add myself. 2002-11-15 02:29:44 +00:00
salo
15f69dcd3c Add myself. 2002-11-14 09:05:16 +00:00
martin
ccf1c3c2f4 Simplify boot commands (no -s needed), kill all references to installation
scripts, we use sysinst now.
2002-10-21 20:35:39 +00:00
lukem
87ce234096 refer to 1.2MB diskettes 2002-10-16 04:10:43 +00:00
lukem
e3c4d0c577 no rescue-small on i386 any more 2002-10-16 04:09:11 +00:00
elric
c37b0f13ba Fix usage of -mdoc that wiz pointed out to me. 2002-09-28 23:35:41 +00:00
elric
f075a6c2cc Added a little verbiage describing that root logins from the network
are not enabled by default even via ssh(1).  Thanks to Thomas
Klausner for some rewording of this.

Addresses PR: install/18456
2002-09-28 23:07:31 +00:00
kano
f33e9b1e1a add myself 2002-09-28 09:45:04 +00:00
provos
28f9f41e2a add myself 2002-09-24 15:29:24 +00:00
mbw
3d91bfef79 Corrected names for release ISO images for macppc and sparc 2002-09-23 03:32:04 +00:00
jdarrow
aec33ab640 Very belatedly add myself 2002-09-20 01:30:41 +00:00
mbw
b51dc642a3 fix broken link to CD-ROM FAQ 2002-09-15 21:55:41 +00:00
mbw
a005b67fcd Mention that some non-Sun CD-ROM drives can't boot any OS on Sun hadware
(link to CD-ROM FAQ was already present)
2002-09-15 21:42:28 +00:00
lukem
74ec33db88 minor tweaks for shark. (XXX: still some things to chaseup) 2002-09-09 01:35:45 +00:00
lukem
226a372abc crank date 2002-09-07 04:04:05 +00:00
lukem
9cd11379df updates to "compatibility with netbsd 1.5" section:
- de was renamed to tlp
- postfix config needs updating (as postinstall in 1.6 doesn't do that)
2002-09-07 04:01:46 +00:00
lukem
cfe3482639 remove duplicate entry for netbsd-GENERIC.gz.
noted by Remi Zara in [port-mac68k/18196]
2002-09-07 03:24:52 +00:00
lukem
f12d816d02 shark also has netbsd.aout in kern-GENERIC 2002-09-02 02:38:58 +00:00
nsmrtks
c763a95295 x68k: Note for `floppy-root' installation system which is currently broken. 2002-09-01 16:44:27 +00:00
wiz
3ffc87a5bb Add some commas in enumerations. 2002-08-30 22:16:30 +00:00
bouyer
86514a3c90 Note support for HPT372 and (better late than never) HPT374. 2002-08-23 16:31:09 +00:00
bouyer
ceb355fe05 Add support for Promise Ultra133TX2, and Ultra133TX2v2. 2002-08-23 16:29:37 +00:00
rafal
c4aeb232d4 Make what should have been a .gz really a .gz (not a .hz) 2002-08-22 02:27:06 +00:00
is
a71878134b IDE drives are no longer configured as sdN 2002-08-16 12:01:39 +00:00
lukem
0978bdfe12 update xset sizes for vax (from matt@) 2002-08-16 04:15:11 +00:00
mbw
e14d5b6d36 Apple's official name for recent iBooks is actually (16VRAM). 2002-08-14 16:28:16 +00:00
junyoung
4861d7eefb - pppoe(8) -> pppoe(4)
- passwd(4) -> passwd(5)
- heirarchy -> hierarchy
2002-08-14 01:02:45 +00:00
isaki
0f6d6286d9 add Nereid USB (SL811HS/T) 2002-08-11 13:42:27 +00:00
lukem
06d1e8dbaa openssl is now at 0.9.6g 2002-08-09 23:49:37 +00:00
mbw
3888c69eb0 Add mention of experimental MP support in -current 2002-08-07 19:36:31 +00:00
lukem
b17115c44a hpcsh does not have X at the moment 2002-08-07 04:35:45 +00:00
fredb
8bb4151f34 Minor tweak for clarity. 2002-08-07 02:50:22 +00:00
fredb
0dee98e0b8 The mac68k installation kernels are INSTALL and INSTALLSBC, not GENERIC
and GENERICSBC.
2002-08-07 02:49:03 +00:00
lukem
a6c9a72bf5 update sparc & amiga x set sizes 2002-08-05 07:44:06 +00:00
thorpej
71c431ae1c The Application Accelerator Unit is now supported on the i80321. 2002-08-03 21:29:41 +00:00
lukem
ebeb074411 openssl is now at 0.9.6e 2002-08-03 03:58:06 +00:00