Mike Smith
d0eb8c13d5
Update the sample for $init_path to reflect the kernel default.
1999-12-07 18:35:58 +00:00
Daniel C. Sobral
025ff8abcc
Make some examples reflect defaults.
1999-12-07 04:24:05 +00:00
Daniel C. Sobral
300325c61e
Add bus suffix to mii.
1999-12-02 03:48:50 +00:00
Daniel C. Sobral
8bde83d551
Add if_ prefix to network drivers.
1999-12-02 03:47:46 +00:00
Daniel C. Sobral
0f59fe37a4
Belatedly add splash_pcx_load to the documented variables. Reword
...
splash_bmp_load.
1999-11-26 08:09:04 +00:00
Daniel C. Sobral
c124b1392d
Activates password protection (if a password is defined).
...
Adds $FreeBSD$.
1999-11-24 17:59:37 +00:00
Daniel C. Sobral
d2290dd57e
Add silly password feature. If people want to depend on a flawed
...
security measures, so be it. It costs us almost nothing.
Document some code in support.4th that I was unable to understand
just by reading.
1999-11-24 17:56:40 +00:00
Nick Hibma
384781000e
Add comments on what it the USB modules are. Add the usb module.
...
The USB module contains the OHCI and UHCI controllers as well.
Sticking them into separate modules might be possible after I have
untangled the mess.
1999-11-22 04:08:37 +00:00
Nick Hibma
f83cfc1b03
Change the name of the modules from <name>_mod to <name>
...
Suggested by: David O'Brien <obrien@FreeBSD.ORG>
1999-11-17 22:47:11 +00:00
Nick Hibma
92fcf9e046
Add the USB modules.
1999-11-16 22:00:46 +00:00
Daniel C. Sobral
f483369d5c
Changes prompt to "ok". This line is actually commented out, and serves only
...
as an example and to reflect the builtin default.
1999-11-01 08:07:04 +00:00
Alexey Zelkin
fce5ff3017
Remove comments left since mdoc.template time or just useless comments
1999-10-30 15:38:20 +00:00
Bill Paul
80688b5935
Add mii_load entry to the network drivers section. Also add entries for
...
a few additional drivers that have recently been module-ized.
1999-09-07 05:03:06 +00:00
Peter Wemm
c3aac50f28
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
Chris Costello
f437b38cf7
Fix a bunch of broken cross-references
1999-08-18 05:55:22 +00:00
Bill Paul
8674aa45c7
Convert the Winbond driver to newbus and have it compiled as a module.
1999-08-10 21:09:12 +00:00
Bill Paul
08339b4fa4
Convert the VIA Rhine driver to newbus and set it up to be compiled as
...
a module. Also modified the code to work on FreeBSD/alpha and added
device vr0 to the alpha GENERIC config.
While I was in the neighborhood, I noticed that I was still using
#define NFPX 1 in all of the Makefiles that I'd copied from the fxp
module. I don't really use #define Nfoo X so it didn't matter, but
I decided to customize this correctly anyway.
1999-08-10 17:15:20 +00:00
Brian Feldman
42fd81e3c9
Add various network cards that have been new-busified and made into KLDs
...
(thanks Bill!)
Remove lkm.
1999-08-04 17:44:07 +00:00
Roger Hardiman
d56282d89f
Add bktr_load for the loadable Bt848/Bt878 driver.
1999-06-13 15:45:49 +00:00
Daniel C. Sobral
c4b16f49fc
Add "initialize" to loader.4th, so running "start" is not actually needed.
1999-05-14 18:59:27 +00:00
Daniel C. Sobral
b097076e25
Add fxp on a category of it's own.
1999-05-14 10:20:54 +00:00
Daniel C. Sobral
372dd86a44
Remove atapi and joy, add svr4 and streams. I wonder if removing vinum
...
is in order or not... (things are _not_ loaded by default, but it serves
as a reference to people tweaking their own loader.conf files)
1999-05-14 10:14:50 +00:00
Daniel C. Sobral
5109966e43
Add ntfs and splash_pcx, remove pcic and wcd (yikes! what was THAT
...
doing here?).
Candidate for 3.2.
1999-05-14 10:03:58 +00:00
Brian Somers
897e65b9ff
Better English.
1999-05-13 14:53:13 +00:00
Joseph Koshy
5d48be470c
Correct misuse of .Nm.
...
PR: docs/11449
Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
1999-05-03 07:25:50 +00:00
Daniel C. Sobral
cf69fad236
Move loader.conf.5, while it is still in it's first revision.
1999-04-24 17:49:47 +00:00
Daniel C. Sobral
2de24e689e
Add loader.4th man page (worst man page I ever wrote -- reviews
...
are welcomed). Correct a nasty bug in loader.4th before anyone
notices, add a couple of features.
1999-04-24 17:25:35 +00:00
Dag-Erling Smørgrav
5f967b24fc
Make the location of init(8) tunable at boot time.
1999-04-20 21:15:13 +00:00
Daniel C. Sobral
f6c2a57dee
A default loader.rc to be installed.
1999-04-18 09:20:08 +00:00
Daniel C. Sobral
d9d2e726c0
Replace /kernel.config with /boot/kernel.conf.
1999-03-14 21:57:49 +00:00
Daniel C. Sobral
7caa817b0e
New loader.rc stuff.
...
Reviewed by: jkh
1999-03-09 14:06:55 +00:00