diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2003-09-23 09:25:38 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2003-09-23 09:25:38 +0000 |
| commit | c423dba33446cdad2bea753403c9520ceb9ac488 (patch) | |
| tree | 81235bda429271091a4b5cf67aef8cd0cb60242b /sys/dev/uart/uart_core.c | |
| parent | 34c875bc305bf80b2466c8d3c41bace73bc9cc5e (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart/uart_core.c')
| -rw-r--r-- | sys/dev/uart/uart_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/uart/uart_core.c b/sys/dev/uart/uart_core.c index 5889211c0dbf1..77e4604dbb4ca 100644 --- a/sys/dev/uart/uart_core.c +++ b/sys/dev/uart/uart_core.c @@ -267,6 +267,7 @@ uart_bus_probe(device_t dev, int regshft, int rclk, int rid) * accordingly. In general, you don't want to permanently disrupt * console I/O. */ + sc->sc_bas.iobase = rman_get_start(sc->sc_rres); sc->sc_bas.bsh = rman_get_bushandle(sc->sc_rres); sc->sc_bas.bst = rman_get_bustag(sc->sc_rres); sc->sc_bas.regshft = regshft; |
