History log of /src/sys/arch/sandpoint/stand/altboot/pciide.c |
Revision | | Date | Author | Comments |
1.12 |
| 22-Jan-2012 |
phx | Support PATA drive configuration option (ide:N[N...]). Wait until drives are ready after cold-start. Wake up drives from standby mode. A default command line can be saved to flash as initrd image.
|
1.11 |
| 13-Nov-2011 |
phx | branches: 1.11.4; Make the chipfix() functions return void instead of int, as the return value is useless. Suggested by nisimura.
|
1.10 |
| 12-Nov-2011 |
phx | Add support for IT821x IDE.
|
1.9 |
| 02-Nov-2011 |
nisimura | branches: 1.9.2;
VIA 82C586A/B 82C686A/B SouthBridges share PCI ID 0x1066-0571. They are distinguishable by looking at PCI-ISA bridge PCI ID and revision number.
|
1.8 |
| 01-Nov-2011 |
phx | The Apollo family of IDE interface chips has both channels disabled by default, so we have to enable them in a new chipfix function. Also move the channel enable code for the 82C686B from encpcifix() to pciide.c.
|
1.7 |
| 25-Apr-2011 |
phx | branches: 1.7.4; Add VIA VT6410 vendor/product IDs (StorCenter).
|
1.6 |
| 19-Apr-2011 |
phx | Some DSM-G600 use a Acard ATP865A instead of ATP865. Added its product id.
|
1.5 |
| 10-Mar-2011 |
phx | Make sure the device class is IDE (class 0, subclass 1), before checking the PCI interface for native/legacy mode. Different subclasses are always assumed being in native mode. That makes the Acard IDE controller work.
New macros for PCI interface, revision and class.
|
1.4 |
| 09-Mar-2011 |
phx | Check the PCI-interface for legacy/native mode, not the PCI-revision.
|
1.3 |
| 06-Mar-2011 |
phx | branches: 1.3.2; New experimental driver for SundanceIT ST1023 / IP1000+ NICs. PHY initialization, media select and MAC address are working, but I found no way to make the chip transmit any frame yet (although it clears the DONE flag).
Moved DSK_DECL to globals.h, where NIF_DECL already was.
|
1.2 |
| 08-Feb-2011 |
nisimura | branches: 1.2.2; - add preliminary code to support D-Link DSM-G600 rev.B NAS. - it features 9600bps console, Moto MCU on the 2nd DUART channel, ACARD ATP865 PCIIDE and IP Plus IP1000A GbE. It has MiniPCI slot.
|
1.1 |
| 23-Jan-2011 |
nisimura | change bootloader name to "altboot". bump version and add README.
|
1.2.2.4 |
| 31-May-2011 |
rmind | sync with head
|
1.2.2.3 |
| 21-Apr-2011 |
rmind | sync with head
|
1.2.2.2 |
| 05-Mar-2011 |
rmind | sync with head
|
1.2.2.1 |
| 08-Feb-2011 |
rmind | file pciide.c was added on branch rmind-uvmplock on 2011-03-05 20:51:47 +0000
|
1.3.2.2 |
| 06-Mar-2011 |
bouyer | Sync with HEAD
|
1.3.2.1 |
| 06-Mar-2011 |
bouyer | file pciide.c was added on branch bouyer-quota2 on 2011-03-06 15:07:56 +0000
|
1.7.4.2 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.7.4.1 |
| 25-Apr-2011 |
jruoho | file pciide.c was added on branch jruoho-x86intr on 2011-06-06 09:06:35 +0000
|
1.9.2.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.11.4.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|