@@ -50,22 +50,22 @@ impl Handler for TestHandler {
5050 unimplemented ! ( )
5151 }
5252
53- fn read_pci_u8 ( & self , _segment : u16 , _bus : u8 , device : u8 , _function : u8 , _offset : u16 ) -> u8 {
53+ fn read_pci_u8 ( & self , _segment : u16 , _bus : u8 , _device : u8 , _function : u8 , _offset : u16 ) -> u8 {
5454 unimplemented ! ( )
5555 }
56- fn read_pci_u16 ( & self , _segment : u16 , _bus : u8 , device : u8 , _function : u8 , _offset : u16 ) -> u16 {
56+ fn read_pci_u16 ( & self , _segment : u16 , _bus : u8 , _device : u8 , _function : u8 , _offset : u16 ) -> u16 {
5757 unimplemented ! ( )
5858 }
59- fn read_pci_u32 ( & self , _segment : u16 , _bus : u8 , device : u8 , _function : u8 , _offset : u16 ) -> u32 {
59+ fn read_pci_u32 ( & self , _segment : u16 , _bus : u8 , _device : u8 , _function : u8 , _offset : u16 ) -> u32 {
6060 unimplemented ! ( )
6161 }
62- fn write_pci_u8 ( & self , _segment : u16 , _bus : u8 , device : u8 , _function : u8 , _offset : u16 , _value : u8 ) {
62+ fn write_pci_u8 ( & self , _segment : u16 , _bus : u8 , _device : u8 , _function : u8 , _offset : u16 , _value : u8 ) {
6363 unimplemented ! ( )
6464 }
65- fn write_pci_u16 ( & self , _segment : u16 , _bus : u8 , device : u8 , _function : u8 , _offset : u16 , _value : u16 ) {
65+ fn write_pci_u16 ( & self , _segment : u16 , _bus : u8 , _device : u8 , _function : u8 , _offset : u16 , _value : u16 ) {
6666 unimplemented ! ( )
6767 }
68- fn write_pci_u32 ( & self , _segment : u16 , _bus : u8 , device : u8 , _function : u8 , _offset : u16 , _value : u32 ) {
68+ fn write_pci_u32 ( & self , _segment : u16 , _bus : u8 , _device : u8 , _function : u8 , _offset : u16 , _value : u32 ) {
6969 unimplemented ! ( )
7070 }
7171 fn stall ( & self , _microseconds : u64 ) {
0 commit comments