aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/pnp.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2008-11-02 18:48:54 +0000
committerWarner Losh <imp@FreeBSD.org>2008-11-02 18:48:54 +0000
commit132580b5afe793421e1fa57085e8e9c5fa928b86 (patch)
tree75daffb6fb9ee47bd587003a933fb3a9e9254f46 /sys/isa/pnp.c
parent96cf0b6d564cb8e951211330c7e328b5ea65544f (diff)
Notes
Diffstat (limited to 'sys/isa/pnp.c')
-rw-r--r--sys/isa/pnp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/isa/pnp.c b/sys/isa/pnp.c
index 2b9db6b69741..6712f421acd6 100644
--- a/sys/isa/pnp.c
+++ b/sys/isa/pnp.c
@@ -522,6 +522,8 @@ pnp_create_devices(device_t parent, pnp_id *p, int csn,
csnldn->ldn = ldn;
ISA_SET_CONFIG_CALLBACK(parent, dev, pnp_set_config,
csnldn);
+ isa_set_pnp_csn(dev, csn);
+ isa_set_pnp_ldn(dev, ldn);
ldn++;
startres = resp;
break;