mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-05 10:30:28 +00:00
hwcomponent: add IDE_HOST component type.
This commit is contained in:
parent
a2776ddae1
commit
595478ed6f
@ -46,6 +46,7 @@ enum HWCompType : uint64_t {
|
||||
SCSI_HOST = 1ULL << 21, // SCSI host adapter
|
||||
SCSI_DEV = 1ULL << 22, // SCSI device
|
||||
IDE_BUS = 1ULL << 23, // IDE bus
|
||||
IDE_HOST = 1ULL << 24, // IDE host controller
|
||||
IDE_DEV = 1ULL << 25, // IDE device
|
||||
SND_CODEC = 1ULL << 30, // sound codec
|
||||
SND_SERVER = 1ULL << 31, // host sound server
|
||||
|
Loading…
Reference in New Issue
Block a user