1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:57:45 +00:00

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.
This commit is contained in:
Andreas Kling 2020-09-04 09:59:38 +02:00
parent 2e01f1f9b9
commit e834c24eea
5 changed files with 149 additions and 0 deletions

View file

@ -39,6 +39,7 @@ $SERENITY_EXTRA_QEMU_ARGS
-device VGA,vgamem_mb=64
-drive file=${SERENITY_DISK_IMAGE},format=raw,index=0,media=disk
-device ich9-ahci
-usb
-debugcon stdio
-soundhw pcspk
-soundhw sb16
@ -55,6 +56,7 @@ $SERENITY_EXTRA_QEMU_ARGS
-device piix3-ide
-drive file=${SERENITY_DISK_IMAGE},id=disk,if=none
-device ide-hd,bus=ide.6,drive=disk,unit=0
-usb
-debugcon stdio
-soundhw pcspk
-soundhw sb16