mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 17:00:49 +01:00
First bugfix: isa devices print as at isa?' rather than
on isa0'.
This commit is contained in:
parent
0ed1ac8d35
commit
cc52ab733a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3675
@ -76,7 +76,7 @@ print_isa(struct devconf *dc)
|
||||
{
|
||||
struct isa_device *id = (struct isa_device *)dc->dc_data;
|
||||
|
||||
printf("%s%d on %s", dc->dc_name, dc->dc_unit, dc->dc_parent);
|
||||
printf("%s%d at isa?", dc->dc_name, dc->dc_unit);
|
||||
|
||||
if(vflag) {
|
||||
printf(" (id %d)", id->id_id);
|
||||
|
Loading…
Reference in New Issue
Block a user