summaryrefslogtreecommitdiff
path: root/sys/boot/forth
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.1_cvscvs2svn2000-09-256-6/+6
* Place bktr_mem before bktr so the modules load in the correct orderRoger Hardiman2000-09-171-1/+1
* MFC: Add bktr_mem_load, default set to NORoger Hardiman2000-09-111-1/+2
* Teach the RELENG_4 loader.conf to pull in /boot/device.hints if it exists.Peter Wemm2000-08-081-1/+1
* MFC: Lots of bootstrap fixes and features:John Baldwin2000-07-071-1/+1
* MFC: rev 1.4David E. O'Brien2000-07-071-3/+11
* MFC: rev 1.6 (Modify boot-conf so it can take a kernel or directory nameDavid E. O'Brien2000-07-071-4/+146
* MFC: add lines for WX (Intel Gig Ether) and ispfw (ISP Firmware) modules.Matt Jacob2000-07-051-0/+2
* Add driver support for the Aironet 4500/4800 series wireless 802.11Bill Paul2000-01-141-1/+2
* Add device driver support for USB ethernet adapters based on the CATCBill Paul2000-01-141-0/+1
* Add device driver support for USB ethernet adapters based on theBill Paul2000-01-051-0/+1
* This commit adds device driver support for the ADMtek AN986 PegasusBill Paul1999-12-281-1/+1
* Close PR #15422; fix loader.conf to reflect new driver support (oldBill Paul1999-12-231-5/+2
* Update the sample for $init_path to reflect the kernel default.Mike Smith1999-12-071-1/+2
* Make some examples reflect defaults.Daniel C. Sobral1999-12-071-7/+7
* Add bus suffix to mii.Daniel C. Sobral1999-12-021-1/+1
* Add if_ prefix to network drivers.Daniel C. Sobral1999-12-021-14/+14
* Belatedly add splash_pcx_load to the documented variables. RewordDaniel C. Sobral1999-11-261-1/+7
* Activates password protection (if a password is defined).Daniel C. Sobral1999-11-241-0/+4
* Add silly password feature. If people want to depend on a flawedDaniel C. Sobral1999-11-243-14/+101
* Add comments on what it the USB modules are. Add the usb module.Nick Hibma1999-11-221-5/+8
* Change the name of the modules from <name>_mod to <name>Nick Hibma1999-11-171-5/+0
* Add the USB modules.Nick Hibma1999-11-161-0/+15
* Changes prompt to "ok". This line is actually commented out, and serves onlyDaniel C. Sobral1999-11-011-1/+1
* Remove comments left since mdoc.template time or just useless commentsAlexey Zelkin1999-10-301-3/+0
* Add mii_load entry to the network drivers section. Also add entries forBill Paul1999-09-071-0/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-285-5/+5
* Fix a bunch of broken cross-referencesChris Costello1999-08-181-2/+2
* Convert the Winbond driver to newbus and have it compiled as a module.Bill Paul1999-08-101-1/+2
* Convert the VIA Rhine driver to newbus and set it up to be compiled asBill Paul1999-08-101-1/+2
* Add various network cards that have been new-busified and made into KLDsBrian Feldman1999-08-041-2/+9
* Add bktr_load for the loadable Bt848/Bt878 driver.Roger Hardiman1999-06-131-1/+2
* Add "initialize" to loader.4th, so running "start" is not actually needed.Daniel C. Sobral1999-05-142-3/+27
* Add fxp on a category of it's own.Daniel C. Sobral1999-05-141-1/+8
* Remove atapi and joy, add svr4 and streams. I wonder if removing vinumDaniel C. Sobral1999-05-141-3/+3
* Add ntfs and splash_pcx, remove pcic and wcd (yikes! what was THATDaniel C. Sobral1999-05-141-5/+5
* Better English.Brian Somers1999-05-131-2/+2
* Correct misuse of .Nm.Joseph Koshy1999-05-031-2/+2
* Move loader.conf.5, while it is still in it's first revision.Daniel C. Sobral1999-04-241-0/+196
* Add loader.4th man page (worst man page I ever wrote -- reviewsDaniel C. Sobral1999-04-242-1/+261
* Make the location of init(8) tunable at boot time.Dag-Erling Smørgrav1999-04-201-1/+2
* A default loader.rc to be installed.Daniel C. Sobral1999-04-181-0/+10
* Replace /kernel.config with /boot/kernel.conf.Daniel C. Sobral1999-03-141-2/+2
* New loader.rc stuff.Daniel C. Sobral1999-03-093-0/+1341