summaryrefslogtreecommitdiff
path: root/sys/arch/hppa64
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2006-11-28 16:56:51 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2006-11-28 16:56:51 +0000
commita2b89950083bdd2ab50fefa356dcd663f39480ad (patch)
tree44560b603989c7bab42f3165f1d491f5ff3a8083 /sys/arch/hppa64
parentfcec0b3ab3f61e28b16f2e7257a67da02436784f (diff)
rename scsibus_attach_args to scsi_attach_args. this can help avoid
confusing when trying to attach scsibus to a hba, since it is really meant for attaching scsi devices to scsibus. ok deraadt@ marco@
Diffstat (limited to 'sys/arch/hppa64')
-rw-r--r--sys/arch/hppa64/hppa64/autoconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa64/hppa64/autoconf.c b/sys/arch/hppa64/hppa64/autoconf.c
index ef93254bdab..96d405eadcd 100644
--- a/sys/arch/hppa64/hppa64/autoconf.c
+++ b/sys/arch/hppa64/hppa64/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.4 2005/12/27 18:31:09 miod Exp $ */
+/* $OpenBSD: autoconf.c,v 1.5 2006/11/28 16:56:50 dlg Exp $ */
/*
* Copyright (c) 1998-2005 Michael Shalayeff
@@ -884,7 +884,7 @@ device_register(struct device *dev, void *aux)
#if NCD > 0 || NSD > 0 || NST > 0
if (strcmp(basename, "sd") == 0 || strcmp(basename, "cd") == 0 ||
strcmp(basename, "st") == 0) {
- struct scsibus_attach_args *sa = aux;
+ struct scsi_attach_args *sa = aux;
struct scsi_link *sl = sa->sa_sc_link;
/*