summaryrefslogtreecommitdiffstats
path: root/release/pc98/dokern.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add ATA_NOPCI option for small kern.flp floppy.nyan2002-12-051-0/+2
| | | | Approved by: re (murray)
* Disable COMPAT_FREEBSD4.nyan2002-10-311-0/+3
|
* - Remove the UFS_ACL option from the boot floppies.nyan2002-10-201-3/+2
| | | | - Remove duplicate entries.
* Fixed disk full problem for pc98 distribution. Now, it makes 4 installationnyan2002-10-141-68/+57
| | | | | | | | | 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.
* - 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
|
* - 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.
* Enable UFS_DIRHASH in the GENERIC kernel.iedowse2001-12-141-0/+2
| | | | | | Suggested by: silby Reviewed by: dillon MFC after: 5 days
* 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.
* 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
|
* Unconditionalize these now that they live in ARCH-specific directories.obrien2001-07-211-61/+0
|
* 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
|
* SMALL floppy image require miibus device.nyan2001-03-061-1/+0
|
* The Alpha MFSROOT image runth over.obrien2000-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
* Sync with sys/i386/conf/GENERIC rev 1.291.obrien2000-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?)
* Don't put pcm device on boot floppies (yet - it would be kinda nice to bejkh2000-11-141-0/+3
| | | | able to play a little Joe Satriani during installs :-)
* Do not include uscanner in the generated kernel config. Also, removen_hibma2000-10-251-0/+6
| | | | | | ugen, uhid, ulpt from small as well. Suggested by: obrien
* We were trying to dike out `apm0', but of course devices do not haveobrien2000-10-241-3/+3
| | | | | unit numbers in GENERIC any more. So `apm' was acutally being compiled in.
* Dike out more for the i386 release build: NCR SCSI card; anchient WDCobrien2000-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).
* Remove random from boot floppy on advice of Mark Murrayjkh2000-10-171-0/+3
|
* I don't think we'll ever take any input (or send output) to aobrien2000-10-151-0/+3
| | | | Diamond Rio 500 MP3 player during an installation.
* Move maxusers around to reduce the diff from RELENG_4 version.obrien2000-09-291-3/+3
|
* MFS: do not include MSDSOFS support for the Alphaobrien2000-09-291-0/+1
|
* The 'pci' device is not needed for SMALL floppy, but the 'pcic' device isnyan2000-09-231-1/+1
| | | | needed.
* Added the pcn device into the list for SMALL kernel.kato2000-09-231-0/+1
|
* - Make both 1.2MB and 1.44MB floppy images for PC-98.nyan2000-08-121-0/+52
| | | | - Rename BIGBOOT to FDSIZE for the floppy image size.
* * Add back DEVRANDOM for all arch's until we deal better with theobrien2000-07-281-2/+1
| | | | | | installation of random sensative packages. * Remove the `ncr' driver in the Alpha case -- the `sym' driver works with every known Alpha.
* Add FreeBSD Id to make this easier to track.obrien2000-07-161-0/+2
|
* Squeeze the BOOTMFS kernel image some more. The Alpha kernel was simplyobrien2000-07-161-0/+23
| | | | | | | | over flowing its britches. So remove all ppbus bits except those for PLIP (untested), and all USB bits as SRM does not know what USB is. Also remove /dev/random as I don't think we need it just for whacking bits onto a disk. Approved by: JKH
* IPv6 support.ume2000-07-141-2/+4
| | | | | | | | | | | IPv6 configuration is only done by rtsol. Does someone really need manual configuration? :-) You can specify IPv6 DNS server as well. We have only one server ftp7.jp.freebsd.org that speaks IPv6 in this time. ftp7.jp speaks IPv4 as well and also listed as Japan #7. Approved by: jkh
* Add options NETGRAPH_ETHERbrian2000-06-281-0/+1
|
* Make sure SOFTUPDATES doesn't wind up on boot floppy and bloat itjkh2000-06-221-0/+2
| | | | up.
* Hopefully wave the unbreak-release magic wand at dokern.sh. Use GENERIC'speter2000-06-141-2/+2
| | | | hints strings with BOOTMFS.
* The best way to remove IPv6 things is to remove lines with the patterngreen2000-02-271-6/+2
| | | | | | 'IPv6', and it's not necessary to do it explicitly per entry. Approved by: jkh
* Elide INET6 related options for boot floppies.jkh2000-02-261-0/+6
|
* s/pass0/pass/ so the passthrough device is removed from BOOTMFS.peter2000-01-251-2/+2
|
OpenPOWER on IntegriCloud