Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/01/2000 20:33:46
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue May  2 03:33:46 UTC 2000

Modified Files:
	syssrc/sys/dev/isa: fdc_isa.c fdreg.h

Log Message:
Traditionally, the floppy controller was configured at 0x3f0 for 8 ports,
but the registers actually begin at 0x3f2, and this is what PNPBIOS reports
for the floppy controller resources.  Adjust the register offsets and the
mapping of them for the ISA front-end to compensate, so that the PNPBIOS
attachment of the floppy controller actually works.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/dev/isa/fdc_isa.c syssrc/sys/dev/isa/fdreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.