diff options
author | 2017-11-19 18:46:44 +0100 | |
---|---|---|
committer | 2017-11-19 20:54:57 +0100 | |
commit | ad9dac1ac79093d1174782e5b6f56de1b74aa11b (patch) | |
tree | 666abda10c6ea7ee2a9e72388738d948faf45e45 /src/devices/bus/lpci/i82371ab.h | |
parent | 6b5b4c345ccd02c6d36ffdab0ef512fffa5f67c2 (diff) |
southbridge.cpp: some updates: (nw)
not all sothbridges have an internal keyboard controller,rtc,serial and parallel devices
now southbridge_device does not have them
there is a new southbridge_extended_device that has them
i82371ab_device derives from southbridge_extended_device
converted comments to c++
Diffstat (limited to 'src/devices/bus/lpci/i82371ab.h')
-rw-r--r-- | src/devices/bus/lpci/i82371ab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/lpci/i82371ab.h b/src/devices/bus/lpci/i82371ab.h index dc251bee0bf..776ae8d00d5 100644 --- a/src/devices/bus/lpci/i82371ab.h +++ b/src/devices/bus/lpci/i82371ab.h @@ -18,7 +18,7 @@ // ======================> i82371ab_device -class i82371ab_device : public southbridge_device, +class i82371ab_device : public southbridge_extended_device, public pci_device_interface { public: |