X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fahci.h;h=c3d3a703791207d0a70b4ff628fe540b406d6319;hb=refs%2Fheads%2Fcoreboot;hp=0e13e00d2db6dcb248eb2a60792e09f79c83887f;hpb=d52fdf6a6d4d710a8de12ca153bcd2735290c743;p=seabios.git diff --git a/src/ahci.h b/src/ahci.h index 0e13e00..c3d3a70 100644 --- a/src/ahci.h +++ b/src/ahci.h @@ -26,7 +26,8 @@ struct sata_cmd_fis { }; struct ahci_ctrl_s { - int pci_bdf; + struct pci_device *pci_tmp; + u16 pci_bdf; u8 irq; u32 iobase; u32 caps; @@ -74,6 +75,8 @@ struct ahci_port_s { struct ahci_cmd_s *cmd; u32 pnr; u32 atapi; + char *desc; + int prio; }; void ahci_setup(void);