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:   thorpej
Date:           Sat Apr 22 06:41:35 UTC 2000

Modified Files:
        syssrc/sys/arch/i386/pnpbios: files.pnpbios
Added Files:
        syssrc/sys/arch/i386/pnpbios: pckbc_pnpbios.c

Log Message:
Add a pnpbios front-end to the pckbc driver.  This is a littke wonky
yet.. the keyboard controller actually has 2 PNPBIOS nodes (one to
represent the controller I/O resources and the kbd port IRQ, and one
for the aux port IRQ).  To cope with this, we're attaching two instances
of the driver and forge on ahead once both nodes have been seen.

If someone has a better way, please feel free to step forward.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/i386/pnpbios/files.pnpbios
cvs rdiff -r0 -r1.1 syssrc/sys/arch/i386/pnpbios/pckbc_pnpbios.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