#include "devices/pci.h"
#include "devices/usb.h"
#include <stdlib.h>
#include <stdio.h>
Go to the source code of this file.
Defines | |
#define | EHCI_REG_CAPLENGTH 0x00 |
#define | EHCI_REG_CONFIGFLAG 0x40 |
Functions | |
void | ehci_init (void) |
#define EHCI_REG_CAPLENGTH 0x00 |
3194301801778969
Actual EHCI will be implemented later
For now, we just deactivate the EHCI controller and routing circuitry so that any USB2.0 devices activated by the BIOS will show up on the USB1.1 controllers instead of being routed to EHCI and therefore "invisible" to the system.
Definition at line 19 of file usb_ehci.c.
Referenced by ehci_init().
#define EHCI_REG_CONFIGFLAG 0x40 |
void ehci_init | ( | void | ) |