Commit Graph

153 Commits

Author SHA1 Message Date
scottl
64bd3d4ac2 Enable the MUTEX_NOINLINE option for the BOOTMFS kernel for ia32, pc98, and
alpha.  This shaves 36-50k off of the compressed kernel size.

Submitted by:	jhb
2003-05-18 03:52:22 +00:00
ru
a44ce3058a disklabel(8) is spelled bsdlabel(8) or sunlabel(8) these days.
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)
2003-05-17 19:16:28 +00:00
ru
55c49c799e Removed mount_devfs from progs since there is no "mount_devfs"
source directory (it's spelled mount_std nowadays), so it was
a no-op anyway, and DEVFS is now the default.
2003-04-21 19:14:32 +00:00
murray
33aa20647b axe is commented out in GENERIC on pc98, so this wasn't needed.
Pointed out by:	Takahashi Yoshihiro <nyan@jp.FreeBSD.org>
2003-04-21 00:57:25 +00:00
murray
1b1f5a0c3e Move Bill Paul's new axe driver module to floppy disk 3 on i386 and
alpha, disk 2 on pc98, and keep it in the boot kernel for sparc64.
2003-04-21 00:10:26 +00:00
jhay
6878bbad2c NO_COMPAT_FREEBSD4 is no more. 2003-04-17 06:04:44 +00:00
ru
bf358194b4 Removed redundant lines.
Noticed by:	obrien
2003-04-01 19:59:30 +00:00
ru
9313a650ad Go for the auto-tuned `maxusers'. This at least fixes
the ``panic: timeout table full'' on Alphas.

Tested by:	wilko
2003-03-22 14:23:23 +00:00
ru
35ac15abd9 wlan module depends on rc4 module, so provide one.
Reviewed by:	imp
2003-03-21 22:01:00 +00:00
nyan
1f8bf0512e MFi386: Don't remove UFS_ACL support. 2003-02-26 13:49:46 +00:00
nyan
ed9ee20c84 Move the nfsclient support into mfsroot floppy. 2003-01-30 12:46:47 +00:00
nyan
86a50822ed Remove the atapifd and atapist support from boot floppies. 2003-01-30 12:43:13 +00:00
ru
54307fc302 Unbreak i386 snapshots by moving the 802.11 support (device wlan)
out from BOOTMFS to the drivers floppy.
2003-01-27 17:54:49 +00:00
ru
a054a38b1a tunefs now requires -lufs. 2003-01-23 08:30:48 +00:00
nyan
e8e46396a1 Add ATA_NOPCI option for small kern.flp floppy.
Approved by:	re (murray)
2002-12-05 13:07:55 +00:00
nyan
15e6aefd2b Don't move NFSCLIENT. 2002-11-18 11:03:29 +00:00
nyan
3f2308e3f6 Make a small (1.2M) fixit floppy image for pc98. 2002-11-05 13:54:58 +00:00
nyan
216b0a87b6 Don't move the NFSCLIENT support into mfsroot-small.flp. 2002-11-02 06:24:29 +00:00
nyan
01367ca625 Disable COMPAT_FREEBSD4. 2002-10-31 04:51:05 +00:00
murray
e48632f546 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
nyan
d47de0d27f Remove the slattach command from the mfsroot floppies. 2002-10-20 15:40:09 +00:00
nyan
55f3eed397 - Remove the UFS_ACL option from the boot floppies.
- Remove duplicate entries.
2002-10-20 15:37:32 +00:00
sam
0a7142d5be 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
nyan
80dc50df57 Remove usbd and usbdevs. 2002-10-16 14:50:46 +00:00
nyan
d60235e392 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
nyan
fead2b9a12 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
nyan
5c2ad74e45 - 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
nyan
0dedf1f92a The boot floppy requires the lnc driver. 2002-09-10 13:11:03 +00:00
obrien
32b84a7ef9 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
obrien
af62f5e527 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
38d3d0d555 Remove the AH[CD]_REG_PRETTY_PRINT options from the boot floppies.
Discussed with:	gibbs
2002-09-02 02:57:25 +00:00
nyan
3f156ff8b7 Pc98 does not have the agp device. 2002-08-11 13:23:59 +00:00
jhay
dd31cc7afe 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
anholt
50661385eb Add device agp to GENERIC, filter it out of floppy builds
Approved by:	des (mentor)
2002-08-04 18:35:02 +00:00
nyan
2354de18fe Removed the ch, sa and ses devices from 'SMALL' boot floppy image. 2002-05-23 14:15:48 +00:00
murray
fb8d7c44ec Update a comment to accurately describe the usage of the fourth field
of this file.
2002-05-01 05:05:31 +00:00
nyan
3f87b66c9a 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
nyan
6e2be7da8d Don't move the an and wi drivers to a mfsroot floppy. 2002-03-03 11:09:40 +00:00
nyan
4efc0823d9 - 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
nyan
523c394fcc MFi386: revision 1.52: add camcontrol 2002-01-18 03:35:51 +00:00
iedowse
6829d5b143 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
matusita
32d44d8f95 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
nyan
9e91ed5c4e Use a separate drivers.conf between i386 and pc98. 2001-11-22 11:04:12 +00:00
matusita
d9139c0d02 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
jhb
6ee6076cd3 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
jhb
39806e442b 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
nyan
e2aa5ac96d 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
obrien
21a8993a87 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
jkh
6f6b53959a 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
8e88bf0c9a Added the txp driver into the list for SMALL kernel. 2001-07-24 11:32:18 +00:00