Open Romanof123 opened 4 years ago
pci-server가 pci 를 컨트롤한다.
pci 하려면 어떻게?
pci_attach_device()하면 pci_dev_info라는 structure가 return된다.
isr handler에서 pulse event로 return , 해서 다른 thread에서 다른 process로전달 하던 여런방법으로 구현가능
id =InterruptAttach //handler 등록스 id = interruptAttachEvent InterruptDetach Interruptwait InterruptMask InterruptUnmask InterruptLock InterruptUnlock
interrupt handler 유의사항
isr 방식과 event방식 장단점은?
레커맨드 인터럽트 이벤트 타입
solutions.zip
Hardware I/O
port I/O
Programming PCI bus devices( 7버전은 api가 다릅니다.)
pci-server가 pci 를 컨트롤한다.
pci 하려면 어떻게?
pci_attach_device()하면 pci_dev_info라는 structure가 return된다.
Handling interrupt
isr handler에서 pulse event로 return , 해서 다른 thread에서 다른 process로전달 하던 여런방법으로 구현가능
id =InterruptAttach //handler 등록스 id = interruptAttachEvent InterruptDetach Interruptwait InterruptMask InterruptUnmask InterruptLock InterruptUnlock
interrupt handler 유의사항
isr 방식과 event방식 장단점은?
레커맨드 인터럽트 이벤트 타입
solutions.zip