Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Steve Rumble <rumble@netbsd.org>
List: source-changes
Date: 07/27/2004 00:19:27
Module Name:	src
Committed By:	rumble
Date:		Tue Jul 27 00:19:27 UTC 2004

Modified Files:
	src/sys/dev/pci: geodeide.c pciide_geode_reg.h

Log Message:
Add support for the controller found on the AMD (previously
NatSemi) Geode SC1100 controller (as found on the Soekris
NET4801). The chip has two bugs: the first requires dword
alignment, and the second cannot handle exact 64K transfers.

Also, fix a few typos while we're here.

Timings from FreeBSD. Reviewed by Manuel Bouyer.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/dev/pci/geodeide.c \
    src/sys/dev/pci/pciide_geode_reg.h

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