From dfba7fa949ae12089aa02dab557a46520c816d28 Mon Sep 17 00:00:00 2001 From: Edgar Grimberg Date: Thu, 21 Jan 2010 12:08:19 +0100 Subject: 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 --- tcl/interface/parport.cfg | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'tcl') diff --git a/tcl/interface/parport.cfg b/tcl/interface/parport.cfg index 22be8f35..0f18ce9e 100644 --- a/tcl/interface/parport.cfg +++ b/tcl/interface/parport.cfg @@ -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 - -- cgit v1.2.3