diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-27 22:01:32 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-27 22:01:32 +0000 |
| commit | 32bc35fdb67fedc3035b2eb6c05f26140038e7d4 (patch) | |
| tree | e46ebdf7ac3b7d50ef7a2cc7cbc0fcd93b9e8b9f /sys/dev/puc/puc.c | |
| parent | 97c6f4f9763a5cee0e4eb044f0a8a4f7ac55f8f2 (diff) | |
Notes
Diffstat (limited to 'sys/dev/puc/puc.c')
| -rw-r--r-- | sys/dev/puc/puc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/puc/puc.c b/sys/dev/puc/puc.c index 9cde9d6d8bef..06106b972913 100644 --- a/sys/dev/puc/puc.c +++ b/sys/dev/puc/puc.c @@ -282,6 +282,8 @@ puc_attach(device_t dev, const struct puc_device_description *desc) sc->sc_desc->ports[i].offset); puc_print_resource_list(&pdev->resources); #endif + device_set_flags(sc->sc_ports[i].dev, + sc->sc_desc->ports[i].flags); if (device_probe_and_attach(sc->sc_ports[i].dev) != 0) { if (sc->barmuxed) { bus_space_unmap(rman_get_bustag(rle->res), |
