summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/lpci/i82371ab.h
diff options
context:
space:
mode:
author yz70s <yz70s@users.noreply.github.com>2017-11-19 18:46:44 +0100
committer yz70s <yz70s@users.noreply.github.com>2017-11-19 20:54:57 +0100
commitad9dac1ac79093d1174782e5b6f56de1b74aa11b (patch)
tree666abda10c6ea7ee2a9e72388738d948faf45e45 /src/devices/bus/lpci/i82371ab.h
parent6b5b4c345ccd02c6d36ffdab0ef512fffa5f67c2 (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.h2
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: