diff options
| author | Andreas Schulz <ats@FreeBSD.org> | 1995-08-12 13:40:42 +0000 |
|---|---|---|
| committer | Andreas Schulz <ats@FreeBSD.org> | 1995-08-12 13:40:42 +0000 |
| commit | b192d8d90b84601fd33f5f2acd5a7e9bfbac8255 (patch) | |
| tree | c5d27428d82375fbd9f2460b46c5d54e07e29943 /sys | |
| parent | d219a12e16e277a8c01534d1f6fd3533a7e15f98 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/NOTES | 4 | ||||
| -rw-r--r-- | sys/i386/conf/LINT | 4 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 3ad84451341a..b30e0616e9c1 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.191 1995/08/09 12:58:50 peter Exp $ +# $Id: LINT,v 1.192 1995/08/11 17:18:42 joerg Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -675,7 +675,7 @@ device pca0 at isa? port IO_TIMER1 tty # The Rev 1 host cards use a 64K chunk, on a 32K boundary. # The Rev 2 host cards use a 32K chunk, on a 32K boundary. # The cards can use an IRQ of 11, 12 or 15. -# *Do* be ready for trouble is you try to use it. +# *Do* be ready for trouble if you try to use it. # It currently works for me (very well) but no guarantees yet. device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 3ad84451341a..b30e0616e9c1 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.191 1995/08/09 12:58:50 peter Exp $ +# $Id: LINT,v 1.192 1995/08/11 17:18:42 joerg Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -675,7 +675,7 @@ device pca0 at isa? port IO_TIMER1 tty # The Rev 1 host cards use a 64K chunk, on a 32K boundary. # The Rev 2 host cards use a 32K chunk, on a 32K boundary. # The cards can use an IRQ of 11, 12 or 15. -# *Do* be ready for trouble is you try to use it. +# *Do* be ready for trouble if you try to use it. # It currently works for me (very well) but no guarantees yet. device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 3ad84451341a..b30e0616e9c1 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.191 1995/08/09 12:58:50 peter Exp $ +# $Id: LINT,v 1.192 1995/08/11 17:18:42 joerg Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -675,7 +675,7 @@ device pca0 at isa? port IO_TIMER1 tty # The Rev 1 host cards use a 64K chunk, on a 32K boundary. # The Rev 2 host cards use a 32K chunk, on a 32K boundary. # The cards can use an IRQ of 11, 12 or 15. -# *Do* be ready for trouble is you try to use it. +# *Do* be ready for trouble if you try to use it. # It currently works for me (very well) but no guarantees yet. device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr |
