Module Name:src
Committed By: thorpej
Date: Sun Mar 28 20:35:57 UTC 2021
Modified Files:
src/sys/dev/isa [thorpej-cfargs]: pcppi.c
Log Message:
pcppi_scan(): No need to pass interface attribute or locators to
config_search().
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: thorpej
Date: Sun Mar 28 20:34:44 UTC 2021
Modified Files:
src/sys/dev/isa [thorpej-cfargs]: isa.c
Log Message:
- Use designated initializers for the wildcard[] array in isaattach().
- No need to be explicit about interface attribute.
To gen