mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
NOTES: Remove a double word in comments
- s/for for/for/ MFC after: 3 days
This commit is contained in:
parent
237a666333
commit
efd0fdfe28
3 changed files with 3 additions and 3 deletions
|
|
@ -142,7 +142,7 @@ device isa
|
|||
#
|
||||
# AUTO_EOI_2 enables the `automatic EOI' feature for the slave 8259A
|
||||
# interrupt controller. This saves about 0.7-1.25 usec for each interrupt.
|
||||
# Automatic EOI is documented not to work for for the slave with the
|
||||
# Automatic EOI is documented not to work for the slave with the
|
||||
# original i8259A, but it works for some clones and some integrated
|
||||
# versions.
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1771,7 +1771,7 @@ device puc
|
|||
# namely those which use MII-compliant transceivers or implement
|
||||
# transceiver control interfaces that operate like an MII. Adding
|
||||
# "device miibus" to the kernel config pulls in support for the generic
|
||||
# miibus API, the common support for for bit-bang'ing the MII and all
|
||||
# miibus API, the common support for bit-bang'ing the MII and all
|
||||
# of the PHY drivers, including a generic one for PHYs that aren't
|
||||
# specifically handled by an individual driver. Support for specific
|
||||
# PHYs may be built by adding "device mii", "device mii_bitbang" if
|
||||
|
|
|
|||
|
|
@ -290,7 +290,7 @@ device isa
|
|||
#
|
||||
# AUTO_EOI_2 enables the `automatic EOI' feature for the slave 8259A
|
||||
# interrupt controller. This saves about 0.7-1.25 usec for each interrupt.
|
||||
# Automatic EOI is documented not to work for for the slave with the
|
||||
# Automatic EOI is documented not to work for the slave with the
|
||||
# original i8259A, but it works for some clones and some integrated
|
||||
# versions.
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue