* Remove mentions of old releases
* More details how to drop into ddb
* Try to mention booting from CD instead of floppies on i386
* Mention mbrlabel(8) to get existing MBR partitions into a disklabel
* Default disklabel name doesn't seem to be "mydisk" any longer
(judging by this week's installation of 2.0_BETA/i386)
* Mention that DHCP will be offered
Todo:
* Enter size of extracted sets w/o X and of X sets (done for 2.0/i386)
(Portmasters?)
- Add an ata_reset_channel() function that performs the common parts
of resetting an ATA channel, which uses the (*ata_reset_channel)()
callback to do the heavy lifting. Adjust callers to use ata_reset_channel()
instead of wdc_reset_channel().
This removes the last wdc-specific code from ata.c!
* document what netbsd-GENERIC_DIAGNOSTIC is
* i386: the X-server most likely wanted is XFree86
* sparc* ship Xvfb in the xserver set, not Xprt
* no split sets, not even on i386. For now(?)
Todo:
* Where is the 2.0 amd64 snapshot on releng.netbsd.org ?!?
* Portmasters, update your kernels and other MD stuff in here!
* Set sizes need updating (automation?!? or remove them?)
the ata_bustype for the controller. Fill it in and use it instead
of referencing wdc_ata_bustype directly.
- Add an atac_atapibus_attach member to atac_softc to hold a pointer
to the function that attaches the ATAPI bus for the controller. Fill
it in and use it instead of referencing wdc_atapibus_attach directly.
* Fix a few paths and grammar
* VAX can install from CD-ROM (mmm, simh-vax :)
* Add note to unzip inst.fs.gz file before using, on x68k
(XXX someone please check!)
* properly .if the region about floppy being allowed to be write-protected
(seems not applicable to x68k by the comments)
* Add a few likely places where the distribution is on CD-ROMs
* Mention that DHCP is an alternative to remembering IP-numbers
* Update list of available IDE drives to four (wd[0-3]) and
five SCSI disks (sd[0-4]).
XXX please review for hp300, pmax, sgimips, sparc, sparc64 and
maybe remove the ".if!" above that paragraph
* Mention etcupdate for a way to update the etc set
Todo: XXX
* Provide split sets - it's documented and supported by sysinst
(or say how to create them?)
* Fix mentions of "set_name.xx" for the AmigaDOS installation
* x68k: fix to tell where to get "netbsd" from (how to run gzip.x on
netbsd-INSTALL.gz on the x86k's native OS?)
* Someone please either re-summon PS/2 "boot-ps2.fs" or remove the note on it
* Tape install:
.Dl # Ic "cd \*M/binary"
.Dl # Ic "tar -cf" Ar tape_device Ic "misc etc kern"
That doesn't work with today's set format (binary/sets/misc.tgz ...)
ata_channel.
- Add and use a CHAN_TO_WDC_REGS() macro to get the wdc_regs from an
ata_channel.
- Add and use a CHAN_TO_PCIIDE() macro to get the pciide_softc from an
ata_channel.
- Add and use a CHAN_TO_PCHAN() macro to get the pciide_channel from an
ata_channel. (This one just hides a cast, and is really just for
consistency with the others.)