diff options
Diffstat (limited to 'sys/arch/hppa/dev/phantomas.c')
-rw-r--r-- | sys/arch/hppa/dev/phantomas.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/hppa/dev/phantomas.c b/sys/arch/hppa/dev/phantomas.c index f162b9e0627..532e564c90d 100644 --- a/sys/arch/hppa/dev/phantomas.c +++ b/sys/arch/hppa/dev/phantomas.c @@ -1,4 +1,4 @@ -/* $OpenBSD: phantomas.c,v 1.2 2004/04/07 18:24:19 mickey Exp $ */ +/* $OpenBSD: phantomas.c,v 1.3 2004/09/15 20:11:28 mickey Exp $ */ /* * Copyright (c) 2002 Michael Shalayeff @@ -72,7 +72,6 @@ phantomasattach(struct device *parent, struct device *self, void *aux) printf("\n"); nca = *ca; - nca.ca_name = "phantomas"; nca.ca_hpamask = HPPA_IOSPACE; - pdc_scanbus(self, &nca, MAXMODBUS); + pdc_scanbus(self, &nca, MAXMODBUS, 0); } |