Liav A
|
d9863e0b6c
|
Kernel: Remove unnecessary class member in UHCIController
The m_address member is not needed, since PCI::Device already has one.
|
2020-09-19 18:39:09 +02:00 |
|
Andreas Kling
|
3f36903201
|
Kernel/USB: Start the UHCI controller after resetting it
|
2020-09-05 15:42:54 +02:00 |
|
Andreas Kling
|
02b3cb8123
|
Kernel: Add a missing "#pragma once"
|
2020-09-04 23:51:50 +02:00 |
|
Andreas Kling
|
eb74f62201
|
Kernel/USB: Add a simple UHCIController::stop()
This stops the controller and waits for it to complete.
|
2020-09-04 21:21:46 +02:00 |
|
Andreas Kling
|
e834c24eea
|
Kernel/USB: Start fleshing out a basic UHCI controller driver :^)
Let's see if we can talk to some USB devices. We will now detect
a UHCI controller if present on the PCI bus.
|
2020-09-04 21:21:41 +02:00 |
|