Changeset ba17f5b in mainline for uspace/drv/ohci/pci.c
- Timestamp:
- 2011-05-07T08:20:20Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bd2394b
- Parents:
- 5f7b75a (diff), 6c6a95d2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/pci.c
r5f7b75a rba17f5b 46 46 47 47 #include "pci.h" 48 49 #define PAGE_SIZE_MASK 0xfffff00050 51 #define HCC_PARAMS_OFFSET 0x852 #define HCC_PARAMS_EECP_MASK 0xff53 #define HCC_PARAMS_EECP_OFFSET 854 55 #define CMD_OFFSET 0x056 #define CONFIGFLAG_OFFSET 0x4057 58 #define USBCMD_RUN 159 60 #define USBLEGSUP_OFFSET 061 #define USBLEGSUP_BIOS_CONTROL (1 << 16)62 #define USBLEGSUP_OS_CONTROL (1 << 24)63 #define USBLEGCTLSTS_OFFSET 464 65 #define DEFAULT_WAIT 1000066 #define WAIT_STEP 1067 48 68 49 /** Get address of registers and IRQ for given device. … … 146 127 int pci_enable_interrupts(ddf_dev_t *device) 147 128 { 148 return ENOTSUP;149 129 int parent_phone = 150 130 devman_parent_device_connect(device->handle, IPC_FLAG_BLOCKING);
Note:
See TracChangeset
for help on using the changeset viewer.