diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2003-09-23 13:03:22 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2003-09-23 13:03:22 +0000 |
| commit | 312ebe0323fc59785bbb68fd4b7366eacc5cc7ed (patch) | |
| tree | 38c49808e2fbdb43469de49beac3fc4b5ee69a25 /sys/dev/uart/uart_cpu_alpha.c | |
| parent | b8759afc2bc45e953a0898e6c4f8b8bf2843cfba (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart/uart_cpu_alpha.c')
| -rw-r--r-- | sys/dev/uart/uart_cpu_alpha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/uart/uart_cpu_alpha.c b/sys/dev/uart/uart_cpu_alpha.c index bfb663e9a280..fffed6f83a9a 100644 --- a/sys/dev/uart/uart_cpu_alpha.c +++ b/sys/dev/uart/uart_cpu_alpha.c @@ -99,7 +99,7 @@ uart_cpu_getdev(int devtype, struct uart_devinfo *di) di->bas.iobase = ivar; di->bas.bst = busspace_isa_io; if (bus_space_map(di->bas.bst, ivar, 8, 0, &di->bas.bsh) != 0) - return (ENXIO); + continue; di->bas.regshft = 0; di->bas.rclk = 0; if (resource_int_value("uart", i, "baud", &ivar) != 0) |
