drivers

Syntax

drivers[-lxxx][-sfo]

Description

Displays a list of information for drivers that follow the UEFI Driver Model.

Options

-lxxx

Displays drivers in a specific language. For a list of possible code options, see the UEFI specification.

-sfo

Displays in a standard formatted output table.

Example

To display the driver list:

Shell> drivers
            T   D
D           Y C I 
R           P F A 
V   VERSION E G G #D #C  DRIVER NAME                           IMAGE NAME 
=== ======= = = = == ==  ===================================== ==========
39 00000010 D - - 1  -   Platform Console Management Driver    ConPlatform
3A 00000010 D - - 1  -   Platform Console Management Driver    ConPlatform
3B 00000010 B - - 1  1   Console Splitter Driver               ConSplitter
3C 00000010 ? - - -  -   Console Splitter Driver               ConSplitter
3D 00000010 B - - 1  1   Console Splitter Driver               ConSplitter
3E 00000010 ? - - -  -   Console Splitter Driver               ConSplitter
42 00000010 D - - 1  -   UGA Console Driver                    GraphicsConsole
43 00000010 ? - - -  -   Serial Terminal Driver                Terminal
44 00000010 D - - 1  -   Generic Disk I/O Driver               DiskIo
45 00000010 D - - 1  -   FAT File System Driver                Fat
48 00000010 ? - - -  -   ISA Bus Driver                        IsaBus
49 00000010 ? - - -  -   ISA Serial Driver                     IsaSerial
4C 00000010 B - - 1  1   PCI Bus Driver                        PciBus
55 00000010 D X X 1  -   Windows Block I/O Driver              WinNtBlockIo
56 00000010 ? - - -  -   Windows Text Console Driver           WinNtConsole
57 00000010 ? - - -  -   Windows Serial I/O Driver             WinNtSerialIo
58 00000010 D - - 1  -   Windows Simple File System Driver     WinNtSimpleFileSystem
59 00000010 B - - 1  3   Windows Bus Driver                    WinNtBusDriver
5F 00000010 D - - 1  -   Windows Universal Graphics Adapter    WinNtUga

Output details

The following table describes possible output for this command.

Table 8: Output details—drivers command

Column

Description

DRV

Integer handle of the driver.

VERSION

Version number of the driver.

TYPE
Driver type. Possible values are:
  • B—Bus driver
  • D—Device driver
CFG
Configuration Protocol Support status:
  • Y—Yes
  • N—No
DIAG
Driver Protocol support status:
  • Y—Yes
  • N—No
#D

Number of devices this driver is managing.

#C

Number of child devices this driver has produced.

DRIVER NAME

Name of the driver from the Component Name Protocol.

IMAGE NAME

Device path from which the driver was loaded.