Yoshihiro Takahashi
65e261ce04
Add ATA_NOPCI option for small kern.flp floppy.
...
Approved by: re (murray)
2002-12-05 13:07:55 +00:00
Yoshihiro Takahashi
1fe1bbd91d
Don't move NFSCLIENT.
2002-11-18 11:03:29 +00:00
Yoshihiro Takahashi
c2bed627fb
Make a small (1.2M) fixit floppy image for pc98.
2002-11-05 13:54:58 +00:00
Yoshihiro Takahashi
027c892da0
Don't move the NFSCLIENT support into mfsroot-small.flp.
2002-11-02 06:24:29 +00:00
Yoshihiro Takahashi
dacf0b85b7
Disable COMPAT_FREEBSD4.
2002-10-31 04:51:05 +00:00
Murray Stokely
acd386159a
Update comment to note that the third floppy (for modules) has been
...
implemented. Add a note reminding developers to update drivers.conf.5
if they add new functionality here.
2002-10-21 10:53:35 +00:00
Yoshihiro Takahashi
fda7c25a9b
Remove the slattach command from the mfsroot floppies.
2002-10-20 15:40:09 +00:00
Yoshihiro Takahashi
b6e566c93b
- Remove the UFS_ACL option from the boot floppies.
...
- Remove duplicate entries.
2002-10-20 15:37:32 +00:00
Sam Leffler
f7525b1de0
Add mount_devfs so we can remove MAKEDEV from the fixit floppy. These
...
two changes make stuff fit in a floppy image again.
Note: tested only for i386, but (blindly) applied to all machines
2002-10-17 18:04:53 +00:00
Yoshihiro Takahashi
32a8cd6cdd
Remove usbd and usbdevs.
2002-10-16 14:50:46 +00:00
Yoshihiro Takahashi
d1d6092340
Fixed disk full problem for pc98 distribution. Now, it makes 4 installation
...
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.
2002-10-14 16:30:39 +00:00
Yoshihiro Takahashi
d4d57bd023
Move the ed, fe, CD9660, MSDOSFS and NFSCLIENT into mfsroot floppy instead
...
of the pcn, sf, ste, tl and tx.
2002-10-09 12:01:43 +00:00
Yoshihiro Takahashi
b9b999fad9
- Remove the splash, ppc, ppbus, plip and em devices from small boot floppy.
...
- Remove the splash, ch and sa devices from normal boot floppy.
- The agp device does not exist.
2002-10-09 12:01:14 +00:00
Yoshihiro Takahashi
6eae34fb52
The boot floppy requires the lnc driver.
2002-09-10 13:11:03 +00:00
David E. O'Brien
ee298a8151
Back out last commit where I moved pcn(4) off of the modules floppy back
...
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.
2002-09-08 23:59:38 +00:00
David E. O'Brien
f31d7a5714
Statically compile pcn(4) into the install kernel vs. using as module.
...
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.
2002-09-05 15:45:01 +00:00
Murray Stokely
3e7c03093a
Remove the AH[CD]_REG_PRETTY_PRINT options from the boot floppies.
...
Discussed with: gibbs
2002-09-02 02:57:25 +00:00
Yoshihiro Takahashi
486f5480ba
Pc98 does not have the agp device.
2002-08-11 13:23:59 +00:00
John Hay
407ac59af3
Add a third floppy to releases. It will only be built if there is a
...
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
2002-08-09 07:45:42 +00:00
Eric Anholt
2690c0bb32
Add device agp to GENERIC, filter it out of floppy builds
...
Approved by: des (mentor)
2002-08-04 18:35:02 +00:00
Yoshihiro Takahashi
0bf831c43e
Removed the ch, sa and ses devices from 'SMALL' boot floppy image.
2002-05-23 14:15:48 +00:00
Murray Stokely
bb4afbaea0
Update a comment to accurately describe the usage of the fourth field
...
of this file.
2002-05-01 05:05:31 +00:00
Yoshihiro Takahashi
3af6b50453
Don't move more drivers to mfsroot floppy.
...
A mfsroot floppy for pc98 is only 1.2MB.
2002-03-05 11:53:56 +00:00
Yoshihiro Takahashi
3932055940
Don't move the an and wi drivers to a mfsroot floppy.
2002-03-03 11:09:40 +00:00
Yoshihiro Takahashi
ec8ab20b51
- Sort some entries.
...
- 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.
2002-03-03 10:38:40 +00:00
Yoshihiro Takahashi
30f0d81114
MFi386: revision 1.52: add camcontrol
2002-01-18 03:35:51 +00:00
Ian Dowse
1cb4661d56
Enable UFS_DIRHASH in the GENERIC kernel.
...
Suggested by: silby
Reviewed by: dillon
MFC after: 5 days
2001-12-14 16:27:11 +00:00
Makoto Matsushita
57c307da7c
Forget to remove fsck from src/release/{alpha,pc98}/boot_crunch.conf,
...
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)
2001-12-02 04:58:40 +00:00
Yoshihiro Takahashi
ea77a5b4ff
Use a separate drivers.conf between i386 and pc98.
2001-11-22 11:04:12 +00:00
Makoto Matsushita
25337c6246
Add fsck tool for UFS to /stand tools (again).
...
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)
2001-11-19 14:43:29 +00:00
John Baldwin
4a68905be9
NFS_NOSERVER doesn't do anything anymore and is about to get axed so don't
...
use it. Instead, remove NFSSERVER. This was already done on i386, but
the alpha still needed the fix.
2001-11-15 15:58:01 +00:00
John Baldwin
2ac0462f16
The new libedit from a while back depends on ncurses, so put -ledit before
...
-lncurses so the fixit crunch binary links.
Tested on: alpha
2001-11-14 17:48:55 +00:00
Yoshihiro Takahashi
ff3d0079a9
Remove /usr/src/sbin/pc98 from srcdirs entry. It is not exist.
...
Add special entry for the fdisk command.
2001-11-06 12:34:07 +00:00
David E. O'Brien
9f770bc78c
Restore MSDOSFS support to the install kernel.
...
Remove the `txp' `sf' `ste' network drivers instead.
Approved by: jkh
2001-10-03 03:58:08 +00:00
Jordan K. Hubbard
66a686ee82
Try eliminating some more things from the -current installation
...
kernel in an attempt to get release builds working again.
2001-09-30 08:23:05 +00:00
KATO Takenori
24906e1422
Added the txp driver into the list for SMALL kernel.
2001-07-24 11:32:18 +00:00
Yoshihiro Takahashi
67f706dbc5
Correct typo.
2001-07-22 00:58:15 +00:00
David E. O'Brien
597dd1b581
I think this is OK for PC98, someone please check.
...
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).
2001-07-21 17:55:38 +00:00
David E. O'Brien
5dd6693718
Unconditionalize these now that they live in ARCH-specific directories.
2001-07-21 17:32:40 +00:00
Ruslan Ermilov
aff344349b
mount_msdos(8) -> mount_msdosfs(8).
2001-06-01 11:25:40 +00:00
David E. O'Brien
c5e70d92ce
Turn on kernel debugging support (DDB, INVARIANTS, INVARIANT_SUPPORT, WITNESS)
...
by default while SMPng is still being developed.
Submitted by: jhb
2001-04-15 19:37:28 +00:00
David E. O'Brien
65d7fc7c83
Apply rev 1.48 (only dike out the `ncr' driver, not every line with the
...
[sub]string "ncr" in it) to the Alpha also.
2001-04-15 19:34:40 +00:00
David E. O'Brien
d81349c6dd
*sigh*... when trying to dike out the ncr' driver, I was getting the
sym'
...
driver too because it had "ncr" in its comment.
Submitted by: joerg
2001-04-14 02:10:05 +00:00
John Baldwin
43ede6218e
NOBLOCKRANDOM doesn't exist anymore as a kernel option.
2001-04-10 19:01:30 +00:00
David E. O'Brien
3bcda1f141
Add FreeBSD IDs to some files and make the others consistent in style.
2001-04-08 23:09:21 +00:00
David E. O'Brien
0ccceb256d
Reorder the Alpha cut-out list to match the order in the GENERIC kernel.
2001-04-07 06:12:10 +00:00
Ruslan Ermilov
98b901eee9
Cleanup: sort by directory/program, remove unused libraries.
2001-04-03 13:43:25 +00:00
John Hay
51f5329641
Remove grep from the fixit floppy. This should free enough space to get
...
the snaps going again.
2001-04-01 14:41:54 +00:00
Ruslan Ermilov
9602ba91f2
Moved -DRELEASE_CRUNCH into crunchgen(1) config files.
...
Record libtelnet.a death.
2001-03-31 17:03:12 +00:00
Ruslan Ermilov
c3a205ef0b
Moved -DRELEASE_CRUNCH into crunchgen(1) config files.
2001-03-31 17:02:37 +00:00