git-svn-id: https://spexeah.com:8443/svn/Asuro@672 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
@ -23,6 +23,7 @@ var
|
||||
i : uint32;
|
||||
|
||||
begin
|
||||
tracer.push_trace('EHCI.load');
|
||||
devices:= PCI.getDeviceInfo($0C, $03, $20, count);
|
||||
console.output('USB-EHCI Driver', 'Found ');
|
||||
console.writeint(count);
|
||||
|
@ -50,6 +50,7 @@ var
|
||||
MMR : POHCI_MMR;
|
||||
|
||||
begin
|
||||
tracer.push_trace('OHCI.load');
|
||||
devices:= PCI.getDeviceInfo($0C, $03, $10, count);
|
||||
console.output('USB-OHCI Driver', 'Found ');
|
||||
console.writeint(count);
|
||||
|
@ -23,6 +23,7 @@ var
|
||||
i : uint32;
|
||||
|
||||
begin
|
||||
tracer.push_trace('UHCI.load');
|
||||
devices:= PCI.getDeviceInfo($0C, $03, $00, count);
|
||||
console.output('USB-UHCI Driver','Found ');
|
||||
console.writeint(count);
|
||||
|
@ -23,6 +23,7 @@ var
|
||||
i : uint32;
|
||||
|
||||
begin
|
||||
tracer.push_trace('XHCI.load');
|
||||
devices:= PCI.getDeviceInfo($0C, $03, $30, count);
|
||||
console.output('USB-XHCI Driver', 'Found ');
|
||||
console.writeint(count);
|
||||
|
Reference in New Issue
Block a user