Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14555 - Add support for ATP865 on LiveCD
Summary: Add support for ATP865 on LiveCD
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-25 20:32 UTC by keir
Modified: 2004-10-17 12:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description keir 2003-01-25 20:32:19 UTC
I think this is the right place to put this.  Could the LiveCD developers make
sure to include support for the ATP865.  Support for it in Redhat-sources,
AC-sources, and 2.4.21, however it is not in the current livecd.  WOLK 3.8 also
has a patch for it.  This is used in some uncommon IDE controllers (SIIG) and
would make the install much less painful for those who have them.
Comment 1 Bob Johnson (RETIRED) gentoo-dev 2003-02-01 00:34:41 UTC
This should be support fine in latest experimental livecd 

grep 865 *
aec62xx.c:                               "860R",   "865",  "865R", "error"  };
aec62xx.c:                       * case PCI_DEVICE_ID_ARTOP_ATP865:
aec62xx.c:                       * case PCI_DEVICE_ID_ARTOP_ATP865R:
aec62xx.c:      } else if ((dev->device == PCI_DEVICE_ID_ARTOP_ATP865) ||
aec62xx.c:                 (dev->device == PCI_DEVICE_ID_ARTOP_ATP865R)) {
aec62xx.c:              case PCI_DEVICE_ID_ARTOP_ATP865:
aec62xx.c:              case PCI_DEVICE_ID_ARTOP_ATP865R:
aec62xx.c:                              case PCI_DEVICE_ID_ARTOP_ATP865:
aec62xx.c:                              case PCI_DEVICE_ID_ARTOP_ATP865R:
aec62xx.c:              if (dev->device == PCI_DEVICE_ID_ARTOP_ATP865R)
aec62xx.c:              if (dev->device == PCI_DEVICE_ID_ARTOP_ATP865R)
ide-pci.c:#define DEVID_AEC6280 ((ide_pci_devid_t){PCI_VENDOR_ID_ARTOP,   PCI_DEVICE_ID_ARTOP_ATP865})
ide-pci.c:#define DEVID_AEC6880 ((ide_pci_devid_t){PCI_VENDOR_ID_ARTOP,   PCI_DEVICE_ID_ARTOP_ATP865R})
ide-pci.c:       *      case PCI_DEVICE_ID_ARTOP_ATP865:
ide-pci.c:              case PCI_DEVICE_ID_ARTOP_ATP865R:

Same as wolk.