Changeset 23385 in vbox
- Timestamp:
- Sep 28, 2009 2:19:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/linux/HostHardwareLinux.cpp
r23382 r23385 1301 1301 /** Check whether the sysfs block entry is valid for a floppy device and 1302 1302 * initialise the string data members for the object. Since we only 1303 * support floppies using the basic "floppy" driver, we just check the1304 * entry name and the bus type ("platform"). */1303 * support floppies using the basic "floppy" driver, we check the driver 1304 * using the entry name and a driver-specific ioctl. */ 1305 1305 void validateAndInitForFloppy() 1306 1306 {
Note:
See TracChangeset
for help on using the changeset viewer.