Add pc98 support.

This commit is contained in:
Yoshihiro Takahashi 2002-01-31 08:24:36 +00:00
parent c34cc16d46
commit 9fdd7481ef

View file

@ -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));
}