Commit Graph

1399 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