On Mon, Dec 20, 2010 at 9:13 PM, Alexander Graf <ag...@suse.de> wrote: > From: Sebastian Herbszt <herb...@gmx.de> > > There are multiple ahci devices out there. The currently implemented ich-9 > is only one of the many. So let's split that one out into a separate file > to stress the difference. > > Signed-off-by: Sebastian Herbszt <herb...@gmx.de> > Signed-off-by: Alexander Graf <ag...@suse.de> > --- > Makefile.objs | 1 + > hw/ide/ahci.c | 305 +------------------------------------------------------- > hw/ide/ahci.h | 309 > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > hw/ide/ich.c | 61 +++++++++++ > 4 files changed, 375 insertions(+), 301 deletions(-) > create mode 100644 hw/ide/ahci.h > create mode 100644 hw/ide/ich.c
Do you want to add copyright headers on the new files? Right now it seems there's not much ICH-9 specific stuff but the motivation behind this patch is good. Stefan