fix a copy/paste typo for scanner/gameport...

Spotted by:	Michal Mertl <mime@traveller.cz>
This commit is contained in:
John-Mark Gurney 2005-03-26 22:17:48 +00:00
parent 23db907c0f
commit 1a82818b98
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144162

View File

@ -259,8 +259,8 @@
#define PCIS_INPUTDEV_KEYBOARD 0x00
#define PCIS_INPUTDEV_DIGITIZER 0x01
#define PCIS_INPUTDEV_MOUSE 0x02
#define PCIS_INPUTDEV_SCANNER 0x02
#define PCIS_INPUTDEV_GAMEPORT 0x02
#define PCIS_INPUTDEV_SCANNER 0x03
#define PCIS_INPUTDEV_GAMEPORT 0x04
#define PCIS_INPUTDEV_OTHER 0x80
#define PCIC_DOCKING 0x0a