From e080bcabd0d58200211bcec38d10d516f3153aaf Mon Sep 17 00:00:00 2001 From: Tobias Diedrich Date: Thu, 11 Nov 2010 05:08:33 +0000 Subject: Add pci id and ops for VT8237A SATA controller Needed to change class from raid to ide so seabios can boot from it. Signed-off-by: Tobias Diedrich Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6061 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/via/vt8237r/vt8237r_sata.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/southbridge/via/vt8237r') diff --git a/src/southbridge/via/vt8237r/vt8237r_sata.c b/src/southbridge/via/vt8237r/vt8237r_sata.c index 8d09057f27..777d605a6b 100644 --- a/src/southbridge/via/vt8237r/vt8237r_sata.c +++ b/src/southbridge/via/vt8237r/vt8237r_sata.c @@ -119,6 +119,12 @@ static const struct pci_driver northbridge_driver_ii __pci_driver = { .device = PCI_DEVICE_ID_VIA_VT8237_SATA, }; +static const struct pci_driver northbridge_driver_i_a __pci_driver = { + .ops = &sata_i_ops, + .vendor = PCI_VENDOR_ID_VIA, + .device = PCI_DEVICE_ID_VIA_VT8237A_SATA, +}; + static const struct pci_driver northbridge_driver_i __pci_driver = { .ops = &sata_i_ops, .vendor = PCI_VENDOR_ID_VIA, -- cgit v1.2.3