aboutsummaryrefslogtreecommitdiff
path: root/release/alpha
Commit message (Collapse)AuthorAgeFilesLines
* Remove alpha left-overs.Ruslan Ermilov2006-08-222-116/+0
| | | | Notes: svn path=/head/; revision=161526
* Remove usbd(8) and all references to it. It is no longer necessaryIan Dowse2005-12-151-1/+0
| | | | | | | | | since devd(8) now provides the same functionality. Submitted by: Anish Mistry Notes: svn path=/head/; revision=153430
* The current version of mkisofs is warning us that the -P option willKen Smith2005-01-301-1/+1
| | | | | | | | | | | be changing with the next version, and we should be using -publisher instead. Also warned by: trhodes MFC after: 1 week Notes: svn path=/head/; revision=141066
* Keep each prog on its own line so that diffs between variousRuslan Ermilov2004-10-011-7/+23
| | | | | | | *_crunch.conf files are easier to read. Notes: svn path=/head/; revision=136018
* Take away unused libraries.Ruslan Ermilov2004-10-011-1/+1
| | | | Notes: svn path=/head/; revision=136017
* Add a publisher variable with the URL for the FreeBSD Project, and putMurray Stokely2004-07-151-1/+3
| | | | | | | | | this into the ISO headers by specifying the -P option to mkisofs. Obtained from: share/examples/worm/makecdfs.sh Notes: svn path=/head/; revision=132203
* Set BATCH=yes to avoid bumping into interactivity in the port builds.Kris Kennaway2004-07-121-2/+2
| | | | | | | XXX /usr/ports is still hardcoded, should be ${PORTSDIR} Notes: svn path=/head/; revision=132022
* mkisofs(8) is now installed by sysutils/cdrtools.Marius Strobl2004-06-021-4/+4
| | | | | | | This will be instantly MFC'ed. Notes: svn path=/head/; revision=130016
* Put slattach(8), camcontrol(8), usbd(8), and usbdevs(8) onto theRuslan Ermilov2004-01-281-3/+3
| | | | | | | | MFS root file system now that these architectures always use the GENERIC kernel for installs. Notes: svn path=/head/; revision=125141
* From now on, Alpha releases will come with NO_FLOPPIES.Ruslan Ermilov2003-07-313-157/+0
| | | | | | | | | Approved by: consensus on freebsd-alpha A replacement (miniboot.iso) is currently under development. Notes: svn path=/head/; revision=118250
* Pacify src/tools/tools/release/chk_dokern.sh_and_drivers.conf.Ruslan Ermilov2003-07-281-2/+0
| | | | Notes: svn path=/head/; revision=118130
* Keep entries sorted by floppy, type, and name.Ruslan Ermilov2003-06-011-4/+4
| | | | Notes: svn path=/head/; revision=115635
* Move the isp driver back to the alpha BOOTMFS kernel, and trim the sizeScott Long2003-05-201-1/+0
| | | | | | | | | | of inodes for the alpha driver floppy. With this patch, alpha actually built a full release! Submitted by: ru Notes: svn path=/head/; revision=115174
* Enable the MUTEX_NOINLINE option for the BOOTMFS kernel for ia32, pc98, andScott Long2003-05-181-0/+2
| | | | | | | | | alpha. This shaves 36-50k off of the compressed kernel size. Submitted by: jhb Notes: svn path=/head/; revision=115126
* disklabel(8) is spelled bsdlabel(8) or sunlabel(8) these days.Ruslan Ermilov2003-05-171-2/+3
| | | | | | | | | | | Also make sure bsdlabel(8) (along with the disklabel(8) compat link) still appear on the fixit floppies of platforms that use it natively (alpha, i386, and pc98). Approved by: re (scottl) Notes: svn path=/head/; revision=115106
* Make the Alpha floppies fit. At least we can build a release now.Wilko Bulte2003-05-172-8/+8
| | | | | | | Patch kindly provided by: obrien Notes: svn path=/head/; revision=115095
* Fix typo in rev 1.69. Also clarify a line.David E. O'Brien2003-05-151-1/+4
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=115007
* Remove the Firewire driver from the install kernel.David E. O'Brien2003-05-141-0/+3
| | | | Notes: svn path=/head/; revision=114998
* Push tl(3) [TI ThunderLAN] from the mfsroot to the driver floppy.David E. O'Brien2003-05-141-1/+1
| | | | Notes: svn path=/head/; revision=114997
* The alpha drivers floppy is overflowing. Remove firewire support,Wilko Bulte2003-05-121-4/+0
| | | | | | | | | | which is not common on Alpha anyway. Time to have > 1 driver floppy it appears. Approved by: re (murray) Notes: svn path=/head/; revision=114943
* Back out rev 1.63. Things in this file should be in the same order as inDavid E. O'Brien2003-05-071-28/+32
| | | | | | | | | GENERIC. This greatly simplifies the hunting for the next thing to kill. Approved by: re(blanket as alpha re-builder) Notes: svn path=/head/; revision=114808
* add FireWire drivers.Hidetoshi Shimokawa2003-04-221-0/+4
| | | | Notes: svn path=/head/; revision=113844
* Removed mount_devfs from progs since there is no "mount_devfs"Ruslan Ermilov2003-04-211-1/+1
| | | | | | | | source directory (it's spelled mount_std nowadays), so it was a no-op anyway, and DEVFS is now the default. Notes: svn path=/head/; revision=113815
* Move Bill Paul's new axe driver module to floppy disk 3 on i386 andMurray Stokely2003-04-211-0/+1
| | | | | | | alpha, disk 2 on pc98, and keep it in the boot kernel for sparc64. Notes: svn path=/head/; revision=113776
* Go for the auto-tuned `maxusers'. This at least fixesRuslan Ermilov2003-03-221-4/+0
| | | | | | | | | the ``panic: timeout table full'' on Alphas. Tested by: wilko Notes: svn path=/head/; revision=112499
* tunefs now requires -lufs.Ruslan Ermilov2003-01-231-1/+1
| | | | Notes: svn path=/head/; revision=109726
* Copy EISA and PCI ahc(4) modules as well.Ruslan Ermilov2002-11-141-0/+2
| | | | Notes: svn path=/head/; revision=106913
* Sort by floppy, type, driver name.Ruslan Ermilov2002-11-111-18/+21
| | | | Notes: svn path=/head/; revision=106772
* Don't attempt to strip obsolete, non-existing, or commented outRuslan Ermilov2002-11-111-17/+0
| | | | | | | options and devices. Notes: svn path=/head/; revision=106768
* There's no longer a P1003_1B option.Ruslan Ermilov2002-11-111-1/+0
| | | | Notes: svn path=/head/; revision=106764
* Tabulate, sort.Ruslan Ermilov2002-11-111-54/+54
| | | | Notes: svn path=/head/; revision=106763
* Handle the removal of CD9660 and NFSCLIENT options in drivers.conf.Ruslan Ermilov2002-11-112-5/+2
| | | | | | | Removed duplicate entry from drivers.conf. Notes: svn path=/head/; revision=106760
* Removed more redundant lines: amr, mlx, pcn, ahc and mpt are handledRuslan Ermilov2002-11-111-5/+0
| | | | | | | by drivers.conf already. Notes: svn path=/head/; revision=106758
* Remove redundant lines.Matt Jacob2002-11-091-6/+8
| | | | | | | | | | Add to floppy3 if_tun && if_gif (ppp && something related to IPv6) Add in mpt && ahc now that they are modules. Unknown as to whether they work yet or not. Notes: svn path=/head/; revision=106699
* Remove lines that are redundant.Matt Jacob2002-11-091-14/+0
| | | | Notes: svn path=/head/; revision=106698
* Make changes such that the kernel will now fit on floppy #1.Matt Jacob2002-11-082-11/+33
| | | | | | | | | | | | | | | | | | | | | | | | | This involves moving all networking drivers to floppy 2, all RAID nfsclient && cd9660 to floppy 3 (and adding ispfw). COMPAT_FREEBSD4 had to come back, maxusers is down to 2. AHC is out until somebody can make it a module for alpha. TurboLaser is out because it rarely has a floppy and probably no longer works *anyway*. There's probably some cleanup that can be done because I was told that things in drivers.conf don't have to be removed via dokern.sh, but because I formally tested the release build with this version and don't want to spend another half day on it, it's going in. I'm sure we'll have to do some further changes prior to release. NB: Not tested end to end yet because I've been told that sysinstall doesn't yet work. Notes: svn path=/head/; revision=106620
* Fixes to unbreak Alpha releases:Ruslan Ermilov2002-11-052-2/+8
| | | | | | | | | | | | | | | | | | | | | | | Strip ${RD}/mfsfd/stand/etc/defaults/rc.conf. Don't copy loader.help to ${RD}/mfsfd/boot, it serves no useful purpose. Removed the now no-op commands to copy ${RD}/trees/base/dev bits to ${RD}/mfsfd/dev, now that DEVFS is the default. Removed UFS_ACL, PSEUDOFS, and COMPAT_FREEBSD4 options from the BOOTMFS kernel. Moved miibus network module to the drivers floppy. isp(4) and mpt(4) now have corresponding modules, move them to the third floppy as well. Caution! With these changes, mfsroot.flp has only 11K left, and kern.flp has even less -- 5K. Notes: svn path=/head/; revision=106457
* Comment out 'mpt' for the time being. This driver doesn't have a moduleJohn Baldwin2002-10-311-1/+1
| | | | | | | either. Notes: svn path=/head/; revision=106257
* There is no 'isp' module to move off to the 3rd floppy, so comment out theJohn Baldwin2002-10-311-1/+1
| | | | | | | entry for now. Notes: svn path=/head/; revision=106253
* Move SCSI drivers to third floppy disk (drivers.flp) to give "makeMurray Stokely2002-10-281-0/+5
| | | | | | | | | | | release" a chance of finishing on the Alpha platform. The actual split between drivers on disks 2 and 3 should be optimized so that most users don't need the third disk, but for now, I'm just trying to get it working. Notes: svn path=/head/; revision=106078
* Update comment to note that the third floppy (for modules) has beenMurray Stokely2002-10-211-1/+3
| | | | | | | | implemented. Add a note reminding developers to update drivers.conf.5 if they add new functionality here. Notes: svn path=/head/; revision=105623
* Add mount_devfs so we can remove MAKEDEV from the fixit floppy. TheseSam Leffler2002-10-171-1/+1
| | | | | | | | | two changes make stuff fit in a floppy image again. Note: tested only for i386, but (blindly) applied to all machines Notes: svn path=/head/; revision=105344
* Add the PCN module.David E. O'Brien2002-09-051-1/+1
| | | | Notes: svn path=/head/; revision=102971
* MFi386: Remove AH[CD]_REG_PRETTY_PRINT from boot floppies.Murray Stokely2002-09-021-0/+2
| | | | Notes: svn path=/head/; revision=102834
* Update a comment to accurately describe the usage of the fourth fieldMurray Stokely2002-05-011-1/+1
| | | | | | | of this file. Notes: svn path=/head/; revision=95852
* Add a driver configuration file for the Alpha platform, and specify thatMurray Stokely2002-03-301-0/+46
| | | | | | | | the network drivers should be taken out of the boot kernel, and added to the /stand/modules directory of mfsroot.flp. Notes: svn path=/head/; revision=93407
* Providing long filename support on the Macintosh requires over 30Murray Stokely2002-01-241-1/+1
| | | | | | | | | | megabytes of additional space on the install CD. Given our premium for space, I don't think this is a wise use of 30MB. HFS support was not provided on the FreeBSD 4.4 CDs and I received a grand total of 0 complaints. Notes: svn path=/head/; revision=89729
* Enable UFS_DIRHASH in the GENERIC kernel.Ian Dowse2001-12-141-0/+1
| | | | | | | | | Suggested by: silby Reviewed by: dillon MFC after: 5 days Notes: svn path=/head/; revision=87894
* Forget to remove fsck from src/release/{alpha,pc98}/boot_crunch.conf,Makoto Matsushita2001-12-021-3/+1
| | | | | | | | | | which should be done with src/release/i386/boot_crunch.conf rev 1.51 and src/usr.sbin/sysinstall/install.c rev 1.311. Spotted by: nyan (via ReichaNet) Notes: svn path=/head/; revision=87186
* Add fsck tool for UFS to /stand tools (again).Makoto Matsushita2001-11-191-1/+3
| | | | | | | | | | | | | | | Actually src/release/i386/boot_crunch.conf rev 1.45 does this change, but unfortunately there is no src/sbin/fsck_4.2bsd directory, but src/sbin/fsck_ffs. This commit replaces 'fsck_4.2bsd' to 'fsck_ffs', and add a link to 'fsck_4.2bsd' and 'fsck_ufs'. Note that 4-stable's fsck(8) have an ability of fsck_ffs also, there is no need to MFC at least now. Tested only for: i386 (but I believe this doesn't break for other archs) Notes: svn path=/head/; revision=86605