|
From: Steven E. <Ste...@kn...> - 2001-10-31 19:56:20
|
Hello Eric
Your new driver see both of my drives under real hardware and vmware. Once
the atapi driver is done loading the system stops and doesnt load the local
drivers from reactos/system32.
Debug Log
(ke/main.c:1033) 4 files loaded
(ke/main.c:1039) Module: 'ntoskrnl.exe' at c0000000, length 0x0008a000
(ke/main.c:1039) Module: 'system32\hal.dll' at c008a000, length 0x00010000
(ke/main.c:1039) Module: 'system32\drivers\atapi.sys' at c009a000, length
0x0000d000
(ke/main.c:1039) Module: 'system32\drivers\vfatfs.sys' at c00a7000, length
0x00015000
(ke/main.c:1109) Processing module 'system32\drivers\atapi.sys' at c009a000,
length 0x0000d000
(ldr/loader.c:1556) DriverBase: c058f000
(ldr/loader.c:1761) Module name is: \Modules\atapi.sys
ATAPI Driver V0.0.1
(atapi.c:270) AtapiFindControllers() called!
(atapi.c:289) IDE controller found!
(atapi.c:296) Bus 0 Device 7 Func 1 VenID 0x8086 DevID 0x7111
(atapi.c:301) IPR 0x0 ILR 0x0
(atapi.c:310) Primary channel: Compatibility mode
(atapi.c:574) Created device: \Device\ScsiPort0
(atapi.c:616) AtapiFindDrives() called
(atapi.c:649) Check drive 0: High 0x0 Low 0x0
(atapi.c:667) IDE drive found!
(atapi.c:649) Check drive 1: High 0x0 Low 0x0
(atapi.c:659) No drive found!
(atapi.c:333) Primary programmable: 1
(atapi.c:346) Secondary channel: Compatibility mode
(atapi.c:574) Created device: \Device\ScsiPort1
(atapi.c:616) AtapiFindDrives() called
(atapi.c:649) Check drive 0: High 0x0 Low 0x0
(atapi.c:667) IDE drive found!
(atapi.c:649) Check drive 1: High 0x0 Low 0x0
(atapi.c:659) No drive found!
(atapi.c:369) Secondary programmable: 1
(atapi.c:378) Master IDE device: 1
(atapi.c:387) BaseAddress: 0x00000000
(atapi.c:387) BaseAddress: 0x00000000
(atapi.c:387) BaseAddress: 0x00000000
(atapi.c:387) BaseAddress: 0x00000000
(atapi.c:387) BaseAddress: 0x00001021
(atapi.c:387) BaseAddress: 0x00000000
(atapi.c:443) AtapiFindControllers() done!
-----Original Message-----
From: Eric Kohl
To: Steven Edwards
Sent: 10/31/01 10:00 AM
Subject: Re: [ros-kernel] Re: BUG report - boot failure under vmware
"Steven Edwards" <Ste...@kn...> wrote:
> I'm ready to test your driver if its ready.
>
> Thanks
> Steven
>
Hi, Steven!
I finally managed to build the atapi test driver. The driver identifies
IDE
(non-ATAPI) and ATAPI drives on the PCI-Bus.
The most important messages are:
ATAPI drive found!
IDE drive found!
No drive found!
To load the atapi driver, change ide.sys to atapi.sys in the boot.bat
file.
Regards,
Eric Kohl
<<atapi.sys>>
###########################################
This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/
|