#include <hd.h>
Package Attributes | |
| unsigned | dformat:2 |
| hd_scan() has been called internally. | |
| unsigned | no_parport:1 |
| Don't do parport probing: parport modules (used to) crash pmacs. | |
| unsigned | iseries:1 |
| Set if we are on an iSeries machine. | |
| unsigned | list_all:1 |
| Return even devices with status 'not available'. | |
| unsigned | fast:1 |
| Don't check tricky hardware. | |
| unsigned | list_md:1 |
| Report md & lvm devices from /proc/partitions. | |
| unsigned | nofork:1 |
| don't run potentially hanging code in a subprocess | |
| unsigned | nosysfs:1 |
| don't ask sysfs | |
| unsigned | forked:1 |
| we're running in a subprocess | |
| unsigned | cpuemu:1 |
| use CPU emulation to run BIOS code (i386 only) | |
| unsigned | udev:1 |
| return first udev symlink as device name | |
| unsigned | edd_used:1 |
| internal: edd info has been used | |
| unsigned | keep_kmods:2 |
| internal: don't reread kmods | |
| unsigned | nobioscrc:1 |
| internal: don't check VBIOS crc | |
| unsigned | biosvram:1 |
| internal: map Video BIOS RAM (128k at 0xa0000) | |
| unsigned | nowpa:1 |
| no longer used | |
| unsigned | pata:1 |
| use new libata modules instead of classical ide modules | |
| unsigned | vbox:1 |
| running in virtual box | |
| unsigned | vmware:1 |
| running in vmware | |
| unsigned | vmware_mouse:1 |
| has vmware mouse | |
Influence hardware probing in some strange ways with these. You normally do not want to use them.
unsigned hd_data_t::flag_struct::biosvram [package] |
unsigned hd_data_t::flag_struct::cpuemu [package] |
unsigned hd_data_t::flag_struct::dformat [package] |
hd_scan() has been called internally.
Alternative output format.
Referenced by dump_normal(), and hd_dump_entry().
unsigned hd_data_t::flag_struct::edd_used [package] |
internal: edd info has been used
unsigned hd_data_t::flag_struct::fast [package] |
unsigned hd_data_t::flag_struct::forked [package] |
we're running in a subprocess
Referenced by hd_fork(), hd_fork_done(), hd_scan_braille(), hd_scan_modem(), hd_scan_mouse(), and progress().
unsigned hd_data_t::flag_struct::iseries [package] |
unsigned hd_data_t::flag_struct::keep_kmods [package] |
unsigned hd_data_t::flag_struct::list_all [package] |
unsigned hd_data_t::flag_struct::list_md [package] |
unsigned hd_data_t::flag_struct::no_parport [package] |
Don't do parport probing: parport modules (used to) crash pmacs.
Referenced by hd_scan_misc(), hd_scan_no_hal(), and hd_scan_sys().
unsigned hd_data_t::flag_struct::nobioscrc [package] |
unsigned hd_data_t::flag_struct::nofork [package] |
don't run potentially hanging code in a subprocess
Referenced by hd_fork(), hd_fork_done(), hd_scan(), and hd_shm_init().
unsigned hd_data_t::flag_struct::nosysfs [package] |
unsigned hd_data_t::flag_struct::nowpa [package] |
no longer used
unsigned hd_data_t::flag_struct::pata [package] |
use new libata modules instead of classical ide modules
Referenced by hd_scan(), and match_modinfo().
unsigned hd_data_t::flag_struct::udev [package] |
unsigned hd_data_t::flag_struct::vbox [package] |
unsigned hd_data_t::flag_struct::vmware [package] |
unsigned hd_data_t::flag_struct::vmware_mouse [package] |