diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/conf/GEKKO | 6 | ||||
-rw-r--r-- | sys/arch/hppa/conf/files.hppa | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/hppa/conf/GEKKO b/sys/arch/hppa/conf/GEKKO index 585ba9b4e76..73d4e4f18a6 100644 --- a/sys/arch/hppa/conf/GEKKO +++ b/sys/arch/hppa/conf/GEKKO @@ -1,4 +1,4 @@ -# $OpenBSD: GEKKO,v 1.2 1998/11/04 02:32:42 mickey Exp $ +# $OpenBSD: GEKKO,v 1.3 1998/11/04 17:06:05 mickey Exp $ # # HP 9000/712/* boxens # @@ -94,8 +94,8 @@ lasi* at mainbus0 # LASI host adapter (LSI ???) gsc* at lasi? # internal i/o space -ncr* at gsc? # NCR 53C710 -scsibus* at ncr? +siop* at gsc? # NCR 53C710 +scsibus* at siop? sd* at scsibus? target ? lun ? st* at scsibus? target ? lun ? diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa index 60d4e379df6..bf4b9cdeceb 100644 --- a/sys/arch/hppa/conf/files.hppa +++ b/sys/arch/hppa/conf/files.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa,v 1.3 1998/11/04 02:08:50 mickey Exp $ +# $OpenBSD: files.hppa,v 1.4 1998/11/04 17:06:05 mickey Exp $ # # hppa-specific configuration info @@ -119,9 +119,9 @@ attach ie at gsc with ie_gsc file arch/hppa/gsc/if_ie_gsc.c ie file dev/ic/i82596.c ie -device ncr: ncr53c7xx, scsi -attach ncr at gsc -file arch/hppa/gsc/ncr53c7xx_gsc.c ncr needs-flag +device siop: ncr53c7xx, scsi +attach siop at gsc +file arch/hppa/gsc/siop_gsc.c siop # these we don't know yet #device ciolan: ether |