diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-01-31 08:24:36 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-01-31 08:24:36 +0000 |
| commit | 9fdd7481ef8a00ca4e80d7c368cd14986365c64b (patch) | |
| tree | 055945599abb4073591db412007eb3a9af3972bc /sys/dev/sio/sio_pci.c | |
| parent | c34cc16d4621eab9a5ee7db7c690f3814dce41b0 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sio/sio_pci.c')
| -rw-r--r-- | sys/dev/sio/sio_pci.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/sio/sio_pci.c b/sys/dev/sio/sio_pci.c index 3cf80f53587f..13715c69bee0 100644 --- a/sys/dev/sio/sio_pci.c +++ b/sys/dev/sio/sio_pci.c @@ -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)); } |
