mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Fix pc98 support (broken by previous change).
This commit is contained in:
parent
9f83151765
commit
f787023e5a
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,6 @@ legacy_attach(device_t dev)
|
|||
device_probe_and_attach(child);
|
||||
}
|
||||
|
||||
#ifndef PC98
|
||||
/*
|
||||
* Second, let our child driver's identify any child devices that
|
||||
* they can find. Once that is done attach any devices that we
|
||||
|
|
@ -157,6 +156,7 @@ legacy_attach(device_t dev)
|
|||
bus_generic_probe(dev);
|
||||
bus_generic_attach(dev);
|
||||
|
||||
#ifndef PC98
|
||||
/*
|
||||
* If we didn't see EISA or ISA on a pci bridge, create some
|
||||
* connection points now so they show up "on motherboard".
|
||||
|
|
|
|||
Loading…
Reference in a new issue