mirror of
https://github.com/reactos/reactos.git
synced 2025-05-30 14:39:46 +00:00
[USB-BRINGUP-TRUNK]
- Load the disk class for USB drives in 1st stage - They don't show up on the partition page due to some usetup stuff that needs to be changed svn path=/branches/usb-bringup-trunk/; revision=55076
This commit is contained in:
parent
b4a6fc90da
commit
06f0615bab
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,7 @@ PCI\CC_0C0310 = usbohci
|
||||||
PCI\CC_0C0320 = usbehci
|
PCI\CC_0C0320 = usbehci
|
||||||
USB\Class_08&SubClass_06&Prot_50 = usbstor
|
USB\Class_08&SubClass_06&Prot_50 = usbstor
|
||||||
HID_DEVICE_SYSTEM_KEYBOARD = kbdhid
|
HID_DEVICE_SYSTEM_KEYBOARD = kbdhid
|
||||||
|
GenDisk = disk
|
||||||
|
|
||||||
[BootBusExtenders.Load]
|
[BootBusExtenders.Load]
|
||||||
acpi = acpi.sys
|
acpi = acpi.sys
|
||||||
|
@ -100,6 +101,7 @@ pciide = pciide.sys
|
||||||
[SCSI.Load]
|
[SCSI.Load]
|
||||||
uniata = uniata.sys
|
uniata = uniata.sys
|
||||||
buslogic = buslogic.sys
|
buslogic = buslogic.sys
|
||||||
|
disk = disk.sys
|
||||||
|
|
||||||
[Cabinets]
|
[Cabinets]
|
||||||
Cabinet=reactos.cab
|
Cabinet=reactos.cab
|
||||||
|
|
Loading…
Reference in a new issue