Implemented the Intel 82091AA Super I/O chip and added the Packard Bell PB520R, closes #825.
This commit is contained in:
@@ -53,6 +53,7 @@ enum {
|
||||
PCI_CARD_ONBOARD,
|
||||
PCI_CARD_SCSI,
|
||||
PCI_CARD_SOUND,
|
||||
PCI_CARD_IDE,
|
||||
PCI_CARD_SPECIAL
|
||||
};
|
||||
|
||||
@@ -62,7 +63,8 @@ enum {
|
||||
PCI_ADD_NORMAL,
|
||||
PCI_ADD_VIDEO,
|
||||
PCI_ADD_SCSI,
|
||||
PCI_ADD_SOUND
|
||||
PCI_ADD_SOUND,
|
||||
PCI_ADD_IDE
|
||||
};
|
||||
|
||||
typedef union {
|
||||
|
||||
Reference in New Issue
Block a user