summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* * Mention 4.x as well as 3.xben2000-07-131-5/+10
| | | | | * 3.4-stable -> 3.5-stable * 4.0-current -> 5.0-current
* Document non-support by SRM for Symbios895 on PC164wilko2000-07-131-1/+2
| | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* - Support MBR boot loaders that are larger than one sector size.jhb2000-07-123-27/+33
| | | | - Axe the 1024 cylinder checks as they are no longer relevant.
* Add some info on SCSI for PC164.wilko2000-07-081-1/+3
| | | | Submitted by: naddy@unix-ag.uni-kl.de
* We don't do blockdevices any more.phk2000-07-081-2/+2
| | | | XXX: should use /dev/MAKEDEV
* Add support for the National Semiconductor DP83815 fast ethernetwpaul2000-07-063-0/+14
| | | | | | | | | | | | | | | controller chip. This chip is currently being used on the NetGear FA312-TX adapter, which I guess is a replacement for the FA310-TX (PNIC-based). I added support for this chip by modifying the sis driver since the SiS 900 and the NS DP83815 have almost the same programming interface (the RX filter programming and PHY access methods are different, but the general configuration, DMA scheme and register layout are identical). I would have had this done a lot sooner, but getting the damn MAC address out of the EEPROM proved to be more complicated than expected.
* Replace phk's commit with code from my local tree which I happenjkh2000-07-051-1/+3
| | | | to like better (it's commented and easier to read).
* Ignore all md disks, installing on them would be particularly pointless.phk2000-07-041-2/+6
| | | | Its not fatal to find hardware we don't know.
* remove rc and login.conf files prior to extraction of the newroger2000-07-031-2/+4
| | | | | | | | rc and login.conf files from the /etc directory on the floppy. This prevents the overwrite yes/no prompt from occuring in gzip. (some PicoBSD disks use gzip and some use minigzip, so the gzip -f flag (force) is not an option. minigzip has a different meaning for the -f flag.}
* - remove <please comment> lineswilko2000-07-031-5/+8
| | | | | | - add note on single CPU use on SMP boxes - add note on kld for isp f/w - corrected some typos
* Add ftp4.fr.freebsd.org (aka altair.worldonline.fr) and ftp5.fr.freebsd.orgroberto2000-07-021-0/+4
| | | | | | (aka ns1.bsdfr.org) Strong MFC 4.1 candidate.
* - Build modules with world so that modules are back in the bin dist.jhb2000-07-011-6/+5
| | | | | | - Small cleanups to kernel installs. - Don't install kernel.config and loader.config on the boot floppy since they haven't been used in quite some time.
* Add .image.list to the list of temporary files which can be deletedroger2000-07-011-1/+1
|
* Add a missing 'fi' from an if statementroger2000-07-011-0/+1
|
* Add 'bridge' so we can clean up the bridge files tooroger2000-07-011-1/+1
|
* - Removed machine dependent directory and command fromnyan2000-06-2911-17/+133
| | | | | | | | src/release/{boot,fixit}_crunch.conf. - Added machine specific fixit_crunch.conf for PC/AT and PC-98 to src/release/$MACHINE. - Use config file in src/release/$MACHINE if exist. If it does not exist, use in src/release.
* Add options NETGRAPH_ETHERbrian2000-06-285-0/+5
|
* Tiny manual correction; add mention of Kerberos 5.markm2000-06-251-0/+2
|
* Fix doc: RELENG_4 is -stable now.alex2000-06-231-1/+1
| | | | | PR: 19474 Submitted by: Bruce A. Mah <bmah@cisco.com>
* Set BASE=5.0nyan2000-06-231-2/+2
|
* update UP1000/Symbios SCSI infowilko2000-06-221-1/+3
|
* Make sure SOFTUPDATES doesn't wind up on boot floppy and bloat itjkh2000-06-225-0/+10
| | | | up.
* OpenVMS labeled disks also seem to give the installer fits.wilko2000-06-211-0/+1
| | | | Warning to be removed when alpha/17642 is fixed.
* Document boot support for UP1000 and Adaptec 294x. Ditto for Symbios 875wilko2000-06-211-0/+5
| | | | Submitted by: Andrew Gallatin
* Clarify (I hope..) what a hose is. One gets used to DEC (nee, CPQ) speakwilko2000-06-171-8/+16
| | | | | | all too easily. Submitted by: Alec Wolman
* Remove references to PCMCIA ethernet cards/laptopswilko2000-06-151-6/+4
|
* update UP1000 memory intf. detailswilko2000-06-151-2/+2
|
* Document support for Alpha Processor Inc UP1000wilko2000-06-141-0/+55
| | | | Reviewed by: Andrew Gallatin <gallatin@cs.duke.edu>
* Document that alpha install CDs are now bootable. No need to muckwilko2000-06-141-20/+19
| | | | | | | | around with floppies. Also document (for lack of a more appropriate place/file) the problems the installer has when other disks are present with a BSD disk label on them. Please remove this warning when the problem is fixed. PR: alpha/17642
* Hopefully wave the unbreak-release magic wand at dokern.sh. Use GENERIC'speter2000-06-145-10/+10
| | | | hints strings with BOOTMFS.
* Mention a bug in the Mylex driver's geometry handling.msmith2000-06-141-0/+7
|
* Add 'tools' to the list of tarballs to be extracted when 'all' isjwd2000-06-131-2/+2
| | | | | | | specified as the distribution. PR: 18927 Submitted by: Stephen J. Roznowski <sjr@home.net>
* Reformat and update sound section a bit. Still need to add moreasmodai2000-06-111-16/+21
| | | | soundcards.
* Try and get this list a bit more consistent in style.asmodai2000-06-111-170/+162
| | | | | | | Also, clarify a comment with proper comma placement. Also tried to get the supported soundcard section more fleshed out. This needs more work.
* Add Adico and Accton NICs to the list.asmodai2000-06-111-1/+3
| | | | | | | Move NDC a bit lower so that it is alphabetical. Inspired by PR: 18735 Submitted by: Adoal Xu <adoal@iname.com>
* Update hardware and release-note blurb about AMI and Mylex RAIDmsmith2000-06-104-15/+91
| | | | | controllers. Add extra verbiage to try to clarify some of the more frequently asked questions.
* Detail some more 3Com NICs which we support with ep nowadays.asmodai2000-06-101-2/+3
| | | | Submitted by: alex
* Actually detail which ATA controllers we support.asmodai2000-06-101-1/+18
|
* Add blurbs about OpenSSL, OPIE and OpenSSH updates.kris2000-06-092-0/+28
|
* [NoName]: provide ftp pointer to OEM guide instead of having people emailwilko2000-06-071-3/+6
| | | | | | | me for it. Note no support for VESA VGA on alpha. Submitted by: Peter van Dijk <petervd@vuurwerk.nl>
* [Miata]: document SRM upgrade requirement when experiencing SRMwilko2000-06-061-0/+7
| | | | 'scancode' errors after halting FreeBSD.
* Correct info on AS2[01]00wilko2000-06-051-3/+11
| | | | Submitted by: Andrew Gallatin
* - Remove obsolete PC-card boot.flp hack. It was for making both PC-cardnyan2000-06-0517-51/+300
| | | | | | | | | | | | | | boot.flp and plain boot.flp. - Clean up crunchgen related routine. - Add PC-98 support. TODO: o Documentation o Fix some messages for PC-98 o Decrease the size of fixit.flp to 1.2MB o I18N (See: http://www.jp.FreeBSD.org/BootAsia/index.html) No response from jkh
* Specify a trigger address of 0.0.0.0 here so that we can sucessfullybrian2000-06-051-1/+1
| | | | | | | negotiate with broken ppp implementations that won't supply an IP number unless we suggest 0.0.0.0 Noted by: Andrew Parry <andrew.parry@db.com>
* Disable colour support in ls when building the fixit floppy, and makejoe2000-06-051-0/+2
| | | | a note of it in the release Makefile.
* First shot at documenting DemiSable, Sable, Lynx & Rawhide. Owners/userswilko2000-06-041-34/+141
| | | | of these machines please comment!
* Add a new release variable, AUTO_KEYBOARD_DETECT. If you set it tojkh2000-06-041-1/+5
| | | | | 1, the -P flag is used on the boot floppies. If not, don't. The new default is to not use it.
* Remove less from fixit.flp until the space issues are resolved.jwd2000-06-012-4/+2
| | | | Approved by: jkh
* Make the ports readmes and foreign docs more optional.jkh2000-06-011-5/+11
| | | | Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
* Update the australian NTP server entry.jkh2000-05-311-1/+1
| | | | Submitted by: Peter Matthews <peter@netwise.com.au>
OpenPOWER on IntegriCloud