diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-09 07:02:03 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-09 07:02:03 +0000 |
| commit | 5a12a69a54cf1c96db30bd49ffbff23b106ebc95 (patch) | |
| tree | 700c4ab6efbf7539149927f1f710c0913cfbf1e8 /share/FAQ/Text | |
| parent | 881c5753b57b30019569356c159d3ff0005011f5 (diff) | |
Notes
Diffstat (limited to 'share/FAQ/Text')
| -rw-r--r-- | share/FAQ/Text/FreeBSD.FAQ | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/FAQ/Text/FreeBSD.FAQ b/share/FAQ/Text/FreeBSD.FAQ index 3d43c16180e0d..5dd1c03046b70 100644 --- a/share/FAQ/Text/FreeBSD.FAQ +++ b/share/FAQ/Text/FreeBSD.FAQ @@ -6,7 +6,7 @@ Please mail all suggestions and additions to <FAQ@FreeBSD.ORG> -Revision: $Id: FreeBSD.FAQ,v 1.2 1995/04/05 10:04:56 jkh Exp $ +Revision: $Id: FreeBSD.FAQ,v 1.3 1995/04/09 06:59:42 jkh Exp $ All entries are assumed to be relevant to FreeBSD 2.0. Any entries with a <XXX> are under construction. @@ -751,9 +751,11 @@ device sio5 at isa? port 0x2b8 tty flags 0x501 vector siointr when I look, I can't find it. You need to uncomment the following line in the generic config file -(or add it to your config file) and recompile. +(or add it to your config file), make the change to the fdc0 line shown, +and recompile. -controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr +controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr flags 0x1 + ^^^^^^^^^ disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 #tape ft0 at fdc0 drive 2 |
