diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-02-25 19:13:32 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-02-25 19:13:32 +0000 |
commit | 27ed43c02b2df8b0a0e89aef95d25b31762b1331 (patch) | |
tree | 845b5d351a5031fe5b237761f944f724a2ed1559 | |
parent | a45c2e97b77f3da21b738c11a43aa5ade1d5faf5 (diff) |
use config_found_sm to allow irq passing in confargs
-rw-r--r-- | sys/arch/hppa/hppa/autoconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/autoconf.c b/sys/arch/hppa/hppa/autoconf.c index eb42c240c76..07283a614f4 100644 --- a/sys/arch/hppa/hppa/autoconf.c +++ b/sys/arch/hppa/hppa/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.1 1998/12/29 18:10:37 mickey Exp $ */ +/* $OpenBSD: autoconf.c,v 1.2 1999/02/25 19:13:31 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -299,7 +299,7 @@ pdc_scanbus(self, ca, bus, maxmod) ca->ca_name = hppa_mod_info(ca->ca_type.iodc_type, ca->ca_type.iodc_sv_model); - config_found(self, ca, mbprint); + config_found_sm(self, ca, mbprint, mbsubmatch); } } |