mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +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
|
||||
USB\Class_08&SubClass_06&Prot_50 = usbstor
|
||||
HID_DEVICE_SYSTEM_KEYBOARD = kbdhid
|
||||
GenDisk = disk
|
||||
|
||||
[BootBusExtenders.Load]
|
||||
acpi = acpi.sys
|
||||
|
@ -100,6 +101,7 @@ pciide = pciide.sys
|
|||
[SCSI.Load]
|
||||
uniata = uniata.sys
|
||||
buslogic = buslogic.sys
|
||||
disk = disk.sys
|
||||
|
||||
[Cabinets]
|
||||
Cabinet=reactos.cab
|
||||
|
|
Loading…
Reference in a new issue