diff options
author | 2014-04-18 21:55:23 +0000 | |
---|---|---|
committer | 2014-04-18 21:55:23 +0000 | |
commit | 4543abbf85bd56819ffb63e3848c6b1a4ab9f9a6 (patch) | |
tree | 88a3669d7d4ad577649890bca2c34494634ce201 | |
parent | In update mode, when opening the database fails, probably because it is (diff) | |
download | wireguard-openbsd-4543abbf85bd56819ffb63e3848c6b1a4ab9f9a6.tar.xz wireguard-openbsd-4543abbf85bd56819ffb63e3848c6b1a4ab9f9a6.zip |
rename wd33c93 to wd33c93ctrl (but keep the filenames as is) so we can
add attributes to it later; as wd33c93 is not a valid device name.
ok miod@
-rw-r--r-- | sys/arch/sgi/hpc/files.hpc | 4 | ||||
-rw-r--r-- | sys/conf/files | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/sgi/hpc/files.hpc b/sys/arch/sgi/hpc/files.hpc index 02a1522057c..43065f22e26 100644 --- a/sys/arch/sgi/hpc/files.hpc +++ b/sys/arch/sgi/hpc/files.hpc @@ -1,4 +1,4 @@ -# $OpenBSD: files.hpc,v 1.4 2013/04/21 14:44:16 sebastia Exp $ +# $OpenBSD: files.hpc,v 1.5 2014/04/18 21:55:24 jasper Exp $ # $NetBSD: files.hpc,v 1.14 2009/05/14 01:10:19 macallan Exp $ # IP20 RTC @@ -18,7 +18,7 @@ file arch/sgi/hpc/if_sq.c sq define hpcdma file arch/sgi/hpc/hpcdma.c hpcdma -device wdsc: wd33c93, scsi, hpcdma +device wdsc: wd33c93ctrl, scsi, hpcdma attach wdsc at hpc file arch/sgi/hpc/wdsc.c wdsc diff --git a/sys/conf/files b/sys/conf/files index 82f87e0d481..011d5e7b5ca 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.570 2014/04/12 05:06:58 dlg Exp $ +# $OpenBSD: files,v 1.571 2014/04/18 21:55:23 jasper Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -254,8 +254,8 @@ device oosiop: scsi file dev/ic/oosiop.c oosiop # Western Digital WD33C93 SCSI controllers -define wd33c93 -file dev/ic/wd33c93.c wd33c93 +define wd33c93ctrl +file dev/ic/wd33c93.c wd33c93ctrl # 3Com Etherlink-III Ethernet controller device ep: ether, ifnet, ifmedia, mii |