Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 07/08/2004 19:39:00
Module Name:	src
Committed By:	drochner
Date:		Thu Jul  8 19:39:00 UTC 2004

Modified Files:
	src/sys/dev/pci: eap.c eapreg.h files.pci
Added Files:
	src/sys/dev/pci: eapvar.h joy_eap.c

Log Message:
support the game port on eap1371
This is only usable with some caution because these soundcards only
allow to map IO port 0x20x for this, thus bypassing PCI address
management. Very likely this will only work on primary PCI buses, and there
is some potential for conflicts with ISA devices as well.
(XXX cannot be detached because the "joy" driver doesn't support it yet)


To generate a diff of this commit:
cvs rdiff -r1.68 -r1.69 src/sys/dev/pci/eap.c
cvs rdiff -r1.7 -r1.8 src/sys/dev/pci/eapreg.h
cvs rdiff -r0 -r1.1 src/sys/dev/pci/eapvar.h src/sys/dev/pci/joy_eap.c
cvs rdiff -r1.212 -r1.213 src/sys/dev/pci/files.pci

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