diff options
| author | Warner Losh <imp@FreeBSD.org> | 2001-08-16 17:30:55 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2001-08-16 17:30:55 +0000 |
| commit | 1865c617e490fa62022cce69385c8f6422663725 (patch) | |
| tree | 9487aaac9eb4ef4601003c350cb6ef968f3cff73 /sys/dev/sio | |
| parent | dda035d1fcfad2463fee12cae5a585ab211ef53b (diff) | |
Notes
Diffstat (limited to 'sys/dev/sio')
| -rw-r--r-- | sys/dev/sio/sio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 954ebd403a7f..67ef253cd81d 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -950,11 +950,13 @@ sioprobe(dev, xrid) } else { /* Unknown, Just omit this chip.. XXX */ result = ENXIO; + sio_setreg(com, com_mcr, 0); } } else { /* OK. this is well-known guys */ CLR_FLAG(dev, COM_C_IIR_TXRDYBUG); } + sio_setreg(com, com_ier, 0); sio_setreg(com, com_cfcr, CFCR_8BITS); mtx_unlock_spin(&sio_lock); bus_release_resource(dev, SYS_RES_IOPORT, rid, port); |
