add a (commented out) BROKEN_LPT_DELAY
This commit is contained in:
parent
8ade3b61ba
commit
ea0f7990a8
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.223 1999/03/23 20:08:55 bad Exp $
|
||||
# $NetBSD: GENERIC,v 1.224 1999/03/25 02:22:21 perry Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
@ -289,6 +289,8 @@ com2 at isa? port 0x3e8 irq 5
|
|||
lpt* at puc? port ? # || ports on "universal" comm boards
|
||||
|
||||
# ISA parallel printer interfaces
|
||||
# BROKEN_LPT_DELAY can fix hangs and reboots in interrupt driven lpt
|
||||
#option BROKEN_LPT_DELAY=5
|
||||
lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports
|
||||
lpt1 at isa? port 0x278
|
||||
lpt2 at isa? port 0x3bc
|
||||
|
|
Loading…
Reference in New Issue