interface: Changed parport address to LPT1
Changed the parport address to LPT1, since it's the most obvious default value. Signed-off-by: Edgar Grimberg <edgar.grimberg@zylin.com>__archive__
parent
bc088b302b
commit
dfba7fa949
|
@ -1,10 +1,8 @@
|
|||
#
|
||||
# Parallel port wiggler (many clones available) on port 0xc8b8
|
||||
# Parallel port wiggler (many clones available) on port 0x378
|
||||
#
|
||||
# REVISIT this address seems very wrong.
|
||||
# Surely 0x378/LPT1 or 0x278/LPT2 ...
|
||||
# Addresses: 0x378/LPT1 or 0x278/LPT2 ...
|
||||
|
||||
interface parport
|
||||
parport_port 0xc8b8
|
||||
parport_port 0x378
|
||||
parport_cable wiggler
|
||||
|
||||
|
|
Loading…
Reference in New Issue