Subject: i386 config file descrepancy: lpt driver
To: None <netbsd-bugs@sun-lamp.cs.berkeley.edu>
From: J.T. Conklin <jconklin@netcom.com>
List: netbsd-bugs
Date: 06/10/1994 17:42:17
The GENERIC* kernel config files contain the following lines for the lpt
drivers: 

	device          lpt0    at isa? port "IO_LPT3" irq 7
	device          lpt1    at isa? port "IO_LPT1"
	device          lpt2    at isa? port "IO_LPT2"

while the ALL config file uses:
	device          lpt0    at isa? port "IO_LPT1" irq 7
	device          lpt1    at isa? port "IO_LPT2"
	device          lpt2    at isa? port "IO_LPT3"

The ALL lines look correct to me. If so, the GENERIC* config files should
be fixed, since some people build their own kernel descriptions up from
GENERIC*, rather than by striping stuff out of ALL. 


	--jtc


------------------------------------------------------------------------------