PCI IDE Controller: Difference between revisions

[unchecked revision][unchecked revision]
m (change empty while loops to use braces instead of hard-to-notice semicolons)
Line 231:
<source lang="c">
unsigned char ide_buf[2048] = {0};
volatile unsigned static char ide_irq_invoked = 0;
unsigned static char atapi_packet[12] = {0xA8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
</source>