Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



Module Name:    syssrc
Committed By:   martin
Date:           Sun Mar 26 15:36:50 UTC 2000

Modified Files:
        syssrc/sys/arch/i386/conf: GENERIC files.i386
Added Files:
        syssrc/sys/arch/i386/pci: joy_pci.c

Log Message:
Added a PCI frontend for the legacy ISA joystick driver.
Some PCI soundcards don't seem to use the generic gameport function with
interface 0x10 used here, but have either an own BAR dedicated to this
(i.e. Sonic Vibes or ESS Solo-1) or specify their own device (see
PCI_PRODUCT_CREATIVELABS_SBJOY in sys/dev/pci/pcidevs.h).
Probably these use a similar simple sheme and adding a frontend for them would
be trivial, but I don't own any of these cards, so I didn't.


To generate a diff of this commit:
cvs rdiff -r1.316 -r1.317 syssrc/sys/arch/i386/conf/GENERIC
cvs rdiff -r1.152 -r1.153 syssrc/sys/arch/i386/conf/files.i386
cvs rdiff -r0 -r1.1 syssrc/sys/arch/i386/pci/joy_pci.c

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




Home | Main Index | Thread Index | Old Index