Changeset 87 for trunk/src/os2ahci/ahci.c
- Timestamp:
- Apr 29, 2011, 11:21:36 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ahci.c
r86 r87 2 2 * ahci.c - ahci hardware access functions 3 3 * 4 * Copyright (c) 2010 Christian Mueller. Parts copied from/inspired by the 5 * Linux AHCI driver; those parts are (c) Linux AHCI/ATA maintainers 4 * Copyright (c) 2011 thi.guten Software Development 5 * Copyright (c) 2011 Mensys B.V. 6 * 7 * Authors: Christian Mueller, Markus Thielen 8 * 9 * Parts copied from/inspired by the Linux AHCI driver; 10 * those parts are (c) Linux AHCI/ATA maintainers 6 11 * 7 12 * This program is free software; you can redistribute it and/or modify … … 1582 1587 ai->ports[p].devs[d].removable = (id_buf[ATA_ID_CONFIG] & 0x0080U) != 0; 1583 1588 ai->ports[p].devs[d].dev_type = UIB_TYPE_DISK; 1584 1589 1585 1590 if (id_buf[ATA_ID_CONFIG] & 0x8000U) { 1586 1591 /* this is an ATAPI device; augment device information */
Note:
See TracChangeset
for help on using the changeset viewer.