From d9c2549333e1d688cf0b4ec82d8945dea77e0bbf Mon Sep 17 00:00:00 2001 From: Rudolf Marek Date: Sun, 16 May 2010 15:31:53 +0000 Subject: Following patch reprograms SIL3114 into PCI IDE native mode compatible class code allowing legacy software to recognize it as IDE and boot from it. I think this should be the default for two Tyan boards (k8s aka s2882 and s2881). Rename the directory to sil prefix to match the Linux kernel naming. (And I think it was a SiliconSystems wish to be named sil ;) Signed-off-by: Rudolf Marek Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5560 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/drivers/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/Makefile.inc') diff --git a/src/drivers/Makefile.inc b/src/drivers/Makefile.inc index 95a2afd63b..de099bb6f7 100644 --- a/src/drivers/Makefile.inc +++ b/src/drivers/Makefile.inc @@ -1,2 +1,3 @@ subdirs-y += generic/debug subdirs-y += ati/ragexl +subdirs-y += sil/3114 -- cgit v1.2.3