Removed a bunch of old #defines. Cleaned up some dead code.
This commit is contained in:
parent
6b82be0624
commit
1e45ba5f34
5 changed files with 17 additions and 24 deletions
|
|
@ -120,6 +120,8 @@ void pci_init(int type, int min_card, int max_card)
|
|||
{
|
||||
int c;
|
||||
|
||||
PCI = 1;
|
||||
|
||||
if (type == PCI_CONFIG_TYPE_1)
|
||||
{
|
||||
io_sethandler(0x0cf8, 0x0001, NULL, NULL, pci_cf8_read, NULL, NULL, pci_cf8_write, NULL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue