mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:26:20 +00:00
[ISAPNP] Add support for NEC PC-98 series
This commit is contained in:
parent
f909e8762d
commit
84fabd819d
3 changed files with 29 additions and 0 deletions
|
@ -13,8 +13,13 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#if defined(SARCH_PC98)
|
||||
#define ISAPNP_ADDRESS 0x259
|
||||
#define ISAPNP_WRITE_DATA 0xA59
|
||||
#else
|
||||
#define ISAPNP_ADDRESS 0x279
|
||||
#define ISAPNP_WRITE_DATA 0xA79
|
||||
#endif
|
||||
|
||||
#define ISAPNP_READPORT 0x00
|
||||
#define ISAPNP_SERIALISOLATION 0x01
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue