Adaptec 1542CP - Storage Controller Fast SCSI 10 MBps Podręcznik Użytkownika Strona 154

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 157
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 153
154 Enhanced OS-9 for X86 PCAT
1
Installing and Configuring Enhanced OS-9
Example
#include <const.h>
#include <pcicnfg.h>
#include <stdio.h>
#include <stdlib.h>
main()
{
u_int8 bus, dev, func;
u_int8 irqline;
bus = 0; /* device on bus zero */
device = 11; /* device ID = 11 */
func = 0; /* function number = 0 */
irqline = 9; /* IRQ LINE = vector 9 */
pci_set_irq_line(bus, device, func, irqline);
return EXIT_SUCCESS;
}
Przeglądanie stron 153
1 2 ... 149 150 151 152 153 154 155 156 157

Komentarze do niniejszej Instrukcji

Brak uwag