aboutsummaryrefslogtreecommitdiff
path: root/release/alpha
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Axe SMP support, the ses device, and the atapifd device from the kern.flpJohn Baldwin2001-11-161-0/+3
| | | | | | | | | boot kernel so it fits again. This actually gives us quite a bit of breathing room, so some more ethernet drivers might be turned on now in a later commit. Notes: svn path=/head/; revision=86467
* NFS_NOSERVER doesn't do anything anymore and is about to get axed so don'tJohn Baldwin2001-11-151-1/+1
| | | | | | | | use it. Instead, remove NFSSERVER. This was already done on i386, but the alpha still needed the fix. Notes: svn path=/head/; revision=86405
* The new libedit from a while back depends on ncurses, so put -ledit beforeJohn Baldwin2001-11-141-1/+1
| | | | | | | | | -lncurses so the fixit crunch binary links. Tested on: alpha Notes: svn path=/head/; revision=86362
* Fix a typo in rev 1.30 that broke the release: s/-dlint/-Dlint/John Baldwin2001-11-141-1/+1
| | | | Notes: svn path=/head/; revision=86335
* Add back DEC_EB64PLUS and DEC_AXPPCI_33 support as we've gained a little bitDavid E. O'Brien2001-10-151-2/+0
| | | | | | | more room on the install floppies now that modules can be on a 3rd floppy. Notes: svn path=/head/; revision=84958
* + Use `ee' in lue of `vi' as it is smaller.David E. O'Brien2001-10-151-7/+5
| | | | | | | | | | + Remove 'sleep' (not sure why it is so important in fix-it mode). + Remove ability to mount MSDOSFS as that is not a typical filesystem on an alpha; and thus does not really add to the fix-it mix. + Sync style with i386. Notes: svn path=/head/; revision=84957
* Also try to build `setcdboot' first, and only `pkg_add -r' if you cannot.David E. O'Brien2001-09-051-4/+8
| | | | | | | Submmitted by: dirk Notes: svn path=/head/; revision=83111
* Try to build `mkisofs' first, and only `pkg_add -r' if you cannot.David E. O'Brien2001-09-031-4/+8
| | | | Notes: svn path=/head/; revision=82888
* Fix my backwards logic.David E. O'Brien2001-09-031-2/+2
| | | | | | | Submitted by: dirk Notes: svn path=/head/; revision=82885
* + do not hard code where a port may be installed toDavid E. O'Brien2001-08-201-3/+14
| | | | | | | | | | | | + uses `mkisofs' rather than `mkhybrid' as the new mkisofs is the merger of the two + checks for `setcdboot's existsance and tries to pkg_add it if needed + removes English contraction Approved by: jkh Notes: svn path=/head/; revision=81997
* Add scripts and Makefile support for building ISO images automaticallyJordan K. Hubbard2001-07-231-0/+51
| | | | | | | | | | as part of the release if MAKE_ISOS is set. Will also build the first CD with packages (in addition to the "minimal" CD) if CD_EXTRA_BITS points to them. This probably need a bit more work to get fully useful, but it at least covers the basics for now. Notes: svn path=/head/; revision=80183
* Fix the install kernel on a 1.44MB floppy again.David E. O'Brien2001-07-211-0/+13
| | | | | | | | | | | | | | | | | I had to be aggressively Draconian to succeed. I diked out: + Multia, NoName, PC/EB 64, Aspen Alpine support. + SCSI tape support + AMI MegaRAID controller support + All parallel bus support (includes PLIP) + vx (3c590, 3c595), pcn (AMD Am79C97x PCI 10/100), sf (Adaptec AIC-6915), sis (SiS 900/SiS 7016), ste (Sundance ST201 (D-Link DFE-550TX)), wb (Winbond W89C840F) support. If the removal of any of this support causes heartburn, please let me know. Notes: svn path=/head/; revision=80099
* Unconditionalize these now that they live in ARCH-specific directories.David E. O'Brien2001-07-211-114/+0
| | | | Notes: svn path=/head/; revision=80098
* + Build with `lint' defined to cut out some of the `rcsid's (binaries' codeDavid E. O'Brien2001-07-211-7/+6
| | | | | | | | | | | | only, the libs will still have the `rcsid's in them). + mount_mfs is OBE. + The Alpha install does not support SLIP, PCCARD or USB installs; so we do not need the associated userland utils. + Do not need libipx as I have conditionally diked that functional out of ifconfig(8). Notes: svn path=/head/; revision=80095
* mount_msdos(8) -> mount_msdosfs(8).Ruslan Ermilov2001-06-011-1/+1
| | | | Notes: svn path=/head/; revision=77578
* Turn on kernel debugging support (DDB, INVARIANTS, INVARIANT_SUPPORT, WITNESS)David E. O'Brien2001-04-151-0/+15
| | | | | | | | | by default while SMPng is still being developed. Submitted by: jhb Notes: svn path=/head/; revision=75528
* Apply rev 1.48 (only dike out the `ncr' driver, not every line with theDavid E. O'Brien2001-04-151-1/+1
| | | | | | | [sub]string "ncr" in it) to the Alpha also. Notes: svn path=/head/; revision=75527
* *sigh*... when trying to dike out the `ncr' driver, I was getting the `sym'David E. O'Brien2001-04-141-1/+1
| | | | | | | | | driver too because it had "ncr" in its comment. Submitted by: joerg Notes: svn path=/head/; revision=75500
* NOBLOCKRANDOM doesn't exist anymore as a kernel option.John Baldwin2001-04-101-1/+0
| | | | Notes: svn path=/head/; revision=75389
* Add FreeBSD IDs to some files and make the others consistent in style.David E. O'Brien2001-04-081-1/+2
| | | | Notes: svn path=/head/; revision=75328
* Reorder the Alpha cut-out list to match the order in the GENERIC kernel.David E. O'Brien2001-04-071-17/+18
| | | | Notes: svn path=/head/; revision=75281
* Synch this with i386 version again. This fits nicely on alphas.Ruslan Ermilov2001-04-031-29/+14
| | | | | | | Reviewed by: beast Notes: svn path=/head/; revision=75131
* Cleanup: sort by directory/program, remove unused libraries.Ruslan Ermilov2001-04-031-16/+20
| | | | Notes: svn path=/head/; revision=75127
* Moved -DRELEASE_CRUNCH into crunchgen(1) config files.Ruslan Ermilov2001-03-312-0/+4
| | | | Notes: svn path=/head/; revision=75040
* Eliminate some things from the fixit crunch image so that it actuallyJordan K. Hubbard2001-03-301-5/+5
| | | | | | | builds again. Notes: svn path=/head/; revision=75014
* Add tunefs to the mfsroot floppyJordan K. Hubbard2001-03-101-0/+1
| | | | Notes: svn path=/head/; revision=74087
* SMALL floppy image require miibus device.Yoshihiro Takahashi2001-03-061-1/+0
| | | | Notes: svn path=/head/; revision=73806
* Add fsck_4.2bsd to boot crunch target. This returns the ability toJordan K. Hubbard2001-02-251-1/+1
| | | | | | | actually fsck (and upgrade) a box from boot media again. Notes: svn path=/head/; revision=73020
* Now that sysinstall lives in /usr/src/usr.sbin, we don't need to pull itJohn Baldwin2001-01-171-1/+1
| | | | | | | from /usr/src/release. Notes: svn path=/head/; revision=71148
* The Alpha MFSROOT image runth over.David E. O'Brien2000-11-271-0/+7
| | | | | | | | | | | | | | | | | Dike out support for DEC3000/300* Pelic* and the DEC3000/[4-9]00 Flamingo/Sandpiper families, SLIP, lance Ethernet (especially since `le' based Alphas are diked out now too), POSIX P1003_1B real-time extentions, and last but not least "NOBLOCKRANDOM" since the random device is removed. This lets us fit [barely!]: Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted /dev/vnn0c 1407 1386 21 99% 6 24 20% /mnt *** Filesystem is 1440 K, 21 left *** 80000 bytes/inode, 24 left Created /R/stage/floppies/kern.flp Notes: svn path=/head/; revision=69267
* Sync with sys/i386/conf/GENERIC rev 1.291.David E. O'Brien2000-11-151-0/+3
| | | | | | | | | Remove `pmtimer' from the MFSROOT kernel as `apm' is already removed. `pmtimer' also removed from the Alpha kernel incase it ever winds up there. (could it ever?) Notes: svn path=/head/; revision=68781
* Don't put pcm device on boot floppies (yet - it would be kinda nice to beJordan K. Hubbard2000-11-141-0/+3
| | | | | | | able to play a little Joe Satriani during installs :-) Notes: svn path=/head/; revision=68698
* Do not include uscanner in the generated kernel config. Also, removeNick Hibma2000-10-251-0/+6
| | | | | | | | | ugen, uhid, ulpt from small as well. Suggested by: obrien Notes: svn path=/head/; revision=67570
* We were trying to dike out `apm0', but of course devices do not haveDavid E. O'Brien2000-10-241-3/+3
| | | | | | | | unit numbers in GENERIC any more. So `apm' was acutally being compiled in. Notes: svn path=/head/; revision=67517
* Dike out more for the i386 release build: NCR SCSI card; anchient WDCDavid E. O'Brien2000-10-241-0/+7
| | | | | | | | | | | | | SCSI card (should it ever find its way into GENERIC); LPT (we don't need to print during install time); the parallel 'geek' port; generic USB driver (thus some attached USB devices will not be detected and thus the user may wonder what is going on, we couldn't do anything with the device if only ugen attached to it anyway and we are getting very, very low on available space; USB "Human Interface Devices" as we don't do anything with them during installation; and USB printers (same argument as LPT). Notes: svn path=/head/; revision=67515
* Remove random from boot floppy on advice of Mark MurrayJordan K. Hubbard2000-10-171-0/+3
| | | | Notes: svn path=/head/; revision=67262
* I don't think we'll ever take any input (or send output) to aDavid E. O'Brien2000-10-151-0/+3
| | | | | | | Diamond Rio 500 MP3 player during an installation. Notes: svn path=/head/; revision=67134
* Move maxusers around to reduce the diff from RELENG_4 version.David E. O'Brien2000-09-291-3/+3
| | | | Notes: svn path=/head/; revision=66438
* MFS: do not include MSDSOFS support for the AlphaDavid E. O'Brien2000-09-291-0/+1
| | | | Notes: svn path=/head/; revision=66435
* The 'pci' device is not needed for SMALL floppy, but the 'pcic' device isYoshihiro Takahashi2000-09-231-1/+1
| | | | | | | needed. Notes: svn path=/head/; revision=66295
* Added the pcn device into the list for SMALL kernel.KATO Takenori2000-09-231-0/+1
| | | | Notes: svn path=/head/; revision=66291
* - Make both 1.2MB and 1.44MB floppy images for PC-98.Yoshihiro Takahashi2000-08-121-0/+52
| | | | | | | - Rename BIGBOOT to FDSIZE for the floppy image size. Notes: svn path=/head/; revision=64556