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

@@ -548,6 +548,7 @@ sio_init(const device_t *info)
const device_t sio_device =
{
"Intel 82378IB (SIO)",
"sio",
DEVICE_PCI,
0x00,
sio_init,
@@ -563,6 +564,7 @@ const device_t sio_device =
const device_t sio_zb_device =
{
"Intel 82378ZB (SIO)",
"sio_zb",
DEVICE_PCI,
0x03,
sio_init,