refactored device_t and all declarations

This commit is contained in:
Jess Lovelace
2022-01-13 21:06:11 -05:00
parent 8bb18ef598
commit f18615ae87
219 changed files with 707 additions and 10 deletions

View File

@@ -565,6 +565,7 @@ intel_flash_close(void *p)
const device_t intel_flash_bxt_ami_device =
{
"Intel 28F001BXT/28F002BXT/28F004BXT Flash BIOS",
"intel_flash_bxt_ami",
DEVICE_PCI,
FLAG_INV_A16,
intel_flash_init,
@@ -577,6 +578,7 @@ const device_t intel_flash_bxt_ami_device =
const device_t intel_flash_bxt_device =
{
"Intel 28F001BXT/28F002BXT/28F004BXT Flash BIOS",
"intel_flash_bxt",
DEVICE_PCI, 0,
intel_flash_init,
intel_flash_close,
@@ -588,6 +590,7 @@ const device_t intel_flash_bxt_device =
const device_t intel_flash_bxb_device =
{
"Intel 28F001BXB/28F002BXB/28F004BXB Flash BIOS",
"intel_flash_bxb",
DEVICE_PCI, FLAG_BXB,
intel_flash_init,
intel_flash_close,