mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
Add pc98 support.
This commit is contained in:
parent
c34cc16d46
commit
9fdd7481ef
1 changed files with 3 additions and 0 deletions
|
|
@ -138,6 +138,9 @@ sio_pci_probe(dev)
|
|||
if (id->desc == NULL)
|
||||
return (ENXIO);
|
||||
device_set_desc(dev, id->desc);
|
||||
#ifdef PC98
|
||||
SET_FLAG(dev, SET_IFTYPE(COM_IF_NS16550));
|
||||
#endif
|
||||
return (sioprobe(dev, id->rid, 0UL, 0));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue