Andreas Kling
|
802f541184
|
Kernel/USB: Disable autodetection of UHCI controllers for now
Until this thing becomes stable, let's not bother everyone with it.
|
2020-09-05 15:42:54 +02:00 |
|
Andreas Kling
|
3f36903201
|
Kernel/USB: Start the UHCI controller after resetting it
|
2020-09-05 15:42:54 +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
|
1254447bd7
|
Kernel/USB: Add some constants for the USBCMD and USBSTS bits
|
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 |
|