SioBusDxe.uni 533 B

1234567891011121314
  1. // /** @file
  2. // The SioBusDxe driver is used to create child devices on the ISA bus and
  3. // installs the Super I/O protocols on them.
  4. //
  5. // Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
  6. //
  7. // SPDX-License-Identifier: BSD-2-Clause-Patent
  8. //
  9. // **/
  10. #string STR_MODULE_ABSTRACT #language en-US "Manage ISA devices on the ISA bus"
  11. #string STR_MODULE_DESCRIPTION #language en-US "The SioBusDxe driver is used to create child devices on the ISA bus and installs the Super I/O protocols on them."