summaryrefslogtreecommitdiffstats
path: root/release/i386
Commit message (Collapse)AuthorAgeFilesLines
* Keep entries sorted by floppy, type, and name.ru2003-06-011-8/+9
|
* Enable the MUTEX_NOINLINE option for the BOOTMFS kernel for ia32, pc98, andscottl2003-05-181-0/+2
| | | | | | alpha. This shaves 36-50k off of the compressed kernel size. Submitted by: jhb
* disklabel(8) is spelled bsdlabel(8) or sunlabel(8) these days.ru2003-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)
* Move the em driver from flopp3 to floppy 2 to make room for the ips driver.scottl2003-05-121-1/+1
|
* The ips ServeRAID driver can go on the driver floppy.scottl2003-05-111-0/+1
|
* Revert rev 1.78 of dokern.sh. The ncv, stg, and nsp drivers aren'tscottl2003-05-051-3/+0
| | | | | specific to pc98, and it looks like space on the kernel floppy isn't as tight as it was.
* pc98 has it's own release subdir, so it's safe to remove the stg, ncv, andscottl2003-05-021-0/+3
| | | | | | nsp drivers from the i386 floppies. Suggested by: bmah
* add FireWire drivers.simokawa2003-04-221-0/+4
|
* Removed mount_devfs from progs since there is no "mount_devfs"ru2003-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.
* Move Bill Paul's new axe driver module to floppy disk 3 on i386 andmurray2003-04-211-0/+1
| | | | alpha, disk 2 on pc98, and keep it in the boot kernel for sparc64.
* Move the ex, ie, plip and sl drivers to drivers.flp, so that kern.flpjhay2003-04-171-0/+4
| | | | fit again.
* NO_COMPAT_FREEBSD4 is no more.jhay2003-04-171-1/+0
|
* Go for the auto-tuned `maxusers'. This at least fixesru2003-03-221-4/+0
| | | | | | the ``panic: timeout table full'' on Alphas. Tested by: wilko
* wlan module depends on rc4 module, so provide one.ru2003-03-211-0/+1
| | | | Reviewed by: imp
* Push UFS_ACL back for i386. We have 11kbytes of free space on kern.flp.matusita2003-02-211-1/+0
| | | | | | | | | | | | If we have no UFS_ACL kernel, users who already uses UFS1/2 attributes get confused since no access control is performed for an update install. Still, pc98 and alpha doesn't have UFS_ACL since I don't know about them. Nyan-san, if kern.flp on tatsu has enough spaces (4k or more spaces), please back UFS_ACL for pc98 also. Data collected from: 5.0-CURRENT-20030221-JPSNAP on snapshots.jp.FreeBSD.org
* Move trm(4) to the drivers floppy.cognet2003-02-201-0/+1
| | | | This should have been done a long time ago.
* Pushing back aacp driver to kern.flp kernel. It can be removed iffmatusita2003-02-191-1/+0
| | | | | | | | aac is not compiled into a kernel. After this change, kgziped kernel got about 320 bytes; it still fits a floppy. Pointy hat to: matusita
* Yet another kernel diet: remove aacp and _KPOSIX_PRIORITY_SCHEDULING.matusita2003-02-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | aacp is a passthrough driver for aac, but it seems that aac kernel module has a feature provided by aacp; so it can be removed safely. _KPOSIX_PRIORITY_SCHEDULING provides P1003.1B realtime extension. However, in an installation phase, it seems that it helps a little for us, so we can remove this option from a kernel for floppy installation. I know _KPOSIX_PRIORITY_SCHEDULING option is defined in other architecture. However, I don't touch them at this time; I can't test it. Anyway here's result. Before diet: -rwxr-xr-x 1 matusita matusita 4849883 Feb 18 11:22 kernel -rwxr-xr-x 1 matusita matusita 1727143 Feb 18 11:47 kernel.kgz After diet: -rwxr-xr-x 1 matusita matusita 4840949 Feb 18 09:48 kernel -rwxr-xr-x 1 matusita matusita 1723911 Feb 18 11:47 kernel.kgz We've got extra 3232 bytes (using 5-current as of Feb/18/2003). In cooperation with: jwd (test ISO installation image) Boot tested on: several PCs around myself Installation tested on: VMware Workstation e.x.p build-4099
* Moved 802.11 (device wlan) consumers to the third floppy as well.ru2003-02-051-2/+2
| | | | Shouldn't these modules have the dependency on "wlan" module?
* 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
|
* Put the if_bge driver on the second floppyscottl2002-12-281-0/+1
|
* Move the agp driver to the third floppy to un-spill the mfsroot.scottl2002-12-181-1/+1
|
* Move awi to mfsroot floppy. There is no space for 802.11 drivers onmurray2002-12-061-0/+1
| | | | | | the boot floppy. Approved by: re
* Make 'agp', 'tun', and 'if_txp' be modules on the mfsroot floppy instead ofjhb2002-11-122-3/+3
| | | | just removing them from BOOTMFS using dokern.sh.
* Sort by floppy, type, driver name.ru2002-11-111-19/+23
|
* Removed redundant entries (these are handled by drivers.conf).ru2002-11-111-2/+0
|
* Don't attempt to strip obsolete, non-existing, or commented outru2002-11-111-5/+0
| | | | options and devices.
* Tabulate, sort.ru2002-11-111-28/+29
|
* Add NO_COMPAT_FREEBSD4.peter2002-10-271-0/+1
| | | | Submitted by: Sergey Mokryshev <mokr@mokr.net>
* 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 UFS_ACL option from the boot floppies.nyan2002-10-201-0/+1
| | | | - Remove duplicate entries.
* Since NEWCARD is the default pccard subsystem, pccard[cd] is nomatusita2002-10-191-1/+1
| | | | | | | longer needed. Note that pc98 uses OLDCARD so this is only for i386 (thanks nyan-san). OKed by: imp
* 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
* Strip splash, tun, and COMPAT_FREEBSD4 from the config used to buildsam2002-10-171-0/+3
| | | | | | the BOOTMFS kernel. These help reduce the kernel size so things fit in a floppy image. There are more low-hanging fruit to be had here if things fail to fit again.
* Mark more drivers as going on the (nonexistent) drivers.flp floppysam2002-10-171-2/+6
| | | | | | | | | to reduce the size of the bootstrap kernels. This is needed to make stuff fit in primary floppy images. Specific drivers moved: RAID support, tx Ethernet, and wi (wireless). Probably want to revisit at least the last two drivers before release. Submitted by: jhay (mostly)
* Remove unused code.nyan2002-09-101-75/+0
|
* Remove the second lnc line. Move CD9660 to the third floppy to makejhay2002-09-091-2/+1
| | | | mfsroot.flp fit again.
* Back out last commit where I moved pcn(4) off of the modules floppy backobrien2002-09-082-0/+4
| | | | | | | | 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-052-2/+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-092-6/+12
| | | | | | | | | | | 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)
* Moved some more NIC drivers to the second floppy.ru2002-07-251-2/+6
|
* I'm not sure if that was ahd(4) who grew BOOTMFS so that itru2002-07-041-1/+5
| | | | | | | | no longer fits 1.44M but... Moved vx(4) and all miibus consumers (including miibus) out from kern.flp to mfsroot.flp. This leaves 9K of the free space for kern.flp.
* Removed the ch, sa and ses devices from 'SMALL' boot floppy image.nyan2002-05-231-0/+3
|
* Back out previous commit - I didn't realize that ifconfig(8) dealtjkh2002-05-161-1/+1
| | | | | | properly with 802.11 configuration now. Noted by: jhb
* Add wicontrol to boot floppy until such time as this support is partjkh2002-05-131-1/+1
| | | | | of ifconfig. PR: misc/21886
* Update a comment to accurately describe the usage of the fourth fieldmurray2002-05-011-1/+1
| | | | of this file.
OpenPOWER on IntegriCloud