summaryrefslogtreecommitdiffstats
path: root/release/pc98
Commit message (Collapse)AuthorAgeFilesLines
* Move the nfsclient support into mfsroot floppy.nyan2003-01-301-1/+1
|
* Remove the atapifd and atapist support from boot floppies.nyan2003-01-301-0/+4
|
* Unbreak i386 snapshots by moving the 802.11 support (device wlan)ru2003-01-271-0/+1
| | | | out from BOOTMFS to the drivers floppy.
* tunefs now requires -lufs.ru2003-01-231-1/+1
|
* Add ATA_NOPCI option for small kern.flp floppy.nyan2002-12-051-0/+2
| | | | Approved by: re (murray)
* Don't move NFSCLIENT.nyan2002-11-181-1/+1
|
* Make a small (1.2M) fixit floppy image for pc98.nyan2002-11-051-0/+25
|
* Don't move the NFSCLIENT support into mfsroot-small.flp.nyan2002-11-021-1/+1
|
* Disable COMPAT_FREEBSD4.nyan2002-10-311-0/+3
|
* Update comment to note that the third floppy (for modules) has beenmurray2002-10-211-1/+3
| | | | | implemented. Add a note reminding developers to update drivers.conf.5 if they add new functionality here.
* Remove the slattach command from the mfsroot floppies.nyan2002-10-201-1/+1
|
* - Remove the UFS_ACL option from the boot floppies.nyan2002-10-201-3/+2
| | | | - Remove duplicate entries.
* Add mount_devfs so we can remove MAKEDEV from the fixit floppy. Thesesam2002-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
* Remove usbd and usbdevs.nyan2002-10-161-1/+1
|
* Fixed disk full problem for pc98 distribution. Now, it makes 4 installationnyan2002-10-143-91/+114
| | | | | | | | | floppies. kern-small.flp and mfsroot-small.flp are for old machines that don't support 1.44MB floppy. These floppies don't have pci related devices. kern.flp and mfsroot.flp are normal 1.44MB floppy images.
* Move the ed, fe, CD9660, MSDOSFS and NFSCLIENT into mfsroot floppy insteadnyan2002-10-091-5/+10
| | | | of the pcn, sf, ste, tl and tx.
* - Remove the splash, ppc, ppbus, plip and em devices from small boot floppy.nyan2002-10-091-3/+8
| | | | | - Remove the splash, ch and sa devices from normal boot floppy. - The agp device does not exist.
* The boot floppy requires the lnc driver.nyan2002-09-101-1/+0
|
* Back out last commit where I moved pcn(4) off of the modules floppy backobrien2002-09-081-0/+2
| | | | | | | | into the install kernel. Unfortunately pcn(4) also needs mii(4) so that would also have to added to install kernel, which will bloat it up so that it doesn't fit on the floppy any more. Turns out we grew a lnc(4) module since I last looked. So handle it as a kld loadable module during install rather than have it statically compiled into the kernel.
* Statically compile pcn(4) into the install kernel vs. using as module.obrien2002-09-051-1/+0
| | | | | | | lnc(4) will attach to AMD PCnet/FAST NICs if pcn(4) does not attach. I.e. pcn(4) gets first chance. There is a problem however in that pcn(4) was moved out of the install kernel so that the module would be used. This however causes bad installs if one has an AMD PCnet/FAST NIC.
* Remove the AH[CD]_REG_PRETTY_PRINT options from the boot floppies.murray2002-09-021-0/+4
| | | | Discussed with: gibbs
* Pc98 does not have the agp device.nyan2002-08-111-1/+0
|
* Add a third floppy to releases. It will only be built if there is ajhay2002-08-091-0/+3
| | | | | | | | | | | release/${TARGET}/drivers.conf file which list drivers that have to go into the third floppy. Also shuffle i386/drivers.conf so that the floppies don't overflow anymore. Anybody with real/better usage statistics is welcome to shuffle it differently. Reviewed by: ru
* Add device agp to GENERIC, filter it out of floppy buildsanholt2002-08-041-0/+2
| | | | Approved by: des (mentor)
* Removed the ch, sa and ses devices from 'SMALL' boot floppy image.nyan2002-05-231-0/+3
|
* Update a comment to accurately describe the usage of the fourth fieldmurray2002-05-011-1/+1
| | | | of this file.
* Don't move more drivers to mfsroot floppy.nyan2002-03-051-8/+8
| | | | A mfsroot floppy for pc98 is only 1.2MB.
* Don't move the an and wi drivers to a mfsroot floppy.nyan2002-03-031-2/+2
|
* - Sort some entries.nyan2002-03-031-67/+62
| | | | | | - Don't remove MATH_EMULATE and MSDOS from a 'SMALL' floppy. - Use the pattern '<tab><device name><tab>' instead of '<device name>' to avoid an unexpected matching.
* MFi386: revision 1.52: add camcontrolnyan2002-01-181-2/+2
|
* Enable UFS_DIRHASH in the GENERIC kernel.iedowse2001-12-141-0/+2
| | | | | | Suggested by: silby Reviewed by: dillon MFC after: 5 days
* Forget to remove fsck from src/release/{alpha,pc98}/boot_crunch.conf,matusita2001-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)
* Use a separate drivers.conf between i386 and pc98.nyan2001-11-221-0/+57
|
* Add fsck tool for UFS to /stand tools (again).matusita2001-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)
* NFS_NOSERVER doesn't do anything anymore and is about to get axed so don'tjhb2001-11-151-1/+0
| | | | | use it. Instead, remove NFSSERVER. This was already done on i386, but the alpha still needed the fix.
* The new libedit from a while back depends on ncurses, so put -ledit beforejhb2001-11-141-1/+1
| | | | | | -lncurses so the fixit crunch binary links. Tested on: alpha
* Remove /usr/src/sbin/pc98 from srcdirs entry. It is not exist.nyan2001-11-061-1/+3
| | | | Add special entry for the fdisk command.
* Restore MSDOSFS support to the install kernel.obrien2001-10-031-1/+3
| | | | | | Remove the `txp' `sf' `ste' network drivers instead. Approved by: jkh
* Try eliminating some more things from the -current installationjkh2001-09-301-2/+8
| | | | kernel in an attempt to get release builds working again.
* Added the txp driver into the list for SMALL kernel.kato2001-07-241-0/+1
|
* Correct typo.nyan2001-07-221-1/+1
|
* I think this is OK for PC98, someone please check.obrien2001-07-211-3/+2
| | | | | | | | | As was done to i386/boot_crunch.conf: + Build with `lint' defined to cut out some of the `rcsid's (binaries' code only, the libs will still have the `rcsid's in them). + mount_mfs is OBE. + Do not need libipx as I have conditionally diked that functional out of ifconfig(8).
* Unconditionalize these now that they live in ARCH-specific directories.obrien2001-07-211-61/+0
|
* mount_msdos(8) -> mount_msdosfs(8).ru2001-06-011-1/+1
|
* Turn on kernel debugging support (DDB, INVARIANTS, INVARIANT_SUPPORT, WITNESS)obrien2001-04-151-0/+15
| | | | | | by default while SMPng is still being developed. Submitted by: jhb
* Apply rev 1.48 (only dike out the `ncr' driver, not every line with theobrien2001-04-151-1/+1
| | | | [sub]string "ncr" in it) to the Alpha also.
* *sigh*... when trying to dike out the `ncr' driver, I was getting the `sym'obrien2001-04-141-1/+1
| | | | | | driver too because it had "ncr" in its comment. Submitted by: joerg
* NOBLOCKRANDOM doesn't exist anymore as a kernel option.jhb2001-04-101-1/+0
|
* Add FreeBSD IDs to some files and make the others consistent in style.obrien2001-04-081-1/+2
|
* Reorder the Alpha cut-out list to match the order in the GENERIC kernel.obrien2001-04-071-17/+18
|
OpenPOWER on IntegriCloud