Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/thorpej-cfargs]: src/sys/dev/ieee1394 sbp does not need its own (unused)...



details:   https://anonhg.NetBSD.org/src/rev/5bc6cf1f6f78
branches:  thorpej-cfargs
changeset: 953856:5bc6cf1f6f78
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Mar 22 14:39:14 2021 +0000

description:
sbp does not need its own (unused) interface attribute; it already
carries the "scsi" interface attribute.

diffstat:

 sys/dev/ieee1394/files.ieee1394 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 8e52d06e952a -r 5bc6cf1f6f78 sys/dev/ieee1394/files.ieee1394
--- a/sys/dev/ieee1394/files.ieee1394   Mon Mar 22 03:06:01 2021 +0000
+++ b/sys/dev/ieee1394/files.ieee1394   Mon Mar 22 14:39:14 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.ieee1394,v 1.10 2006/04/30 12:11:58 kiyohara Exp $
+#      $NetBSD: files.ieee1394,v 1.10.168.1 2021/03/22 14:39:14 thorpej Exp $
 
 file   dev/ieee1394/fwohci.c           fwohci
 
@@ -15,6 +15,6 @@
 attach fwip at ieee1394if
 file   dev/ieee1394/if_fwip.c          fwip
 
-device sbp { }: scsi
+device sbp: scsi
 attach sbp at ieee1394if
 file   dev/ieee1394/sbp.c              sbp



Home | Main Index | Thread Index | Old Index