Source-Changes-HG archive

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

[src/thorpej-cfargs]: src/sys/arch/usermode/conf Remove unneeded interface at...



details:   https://anonhg.NetBSD.org/src/rev/336a14bbb2d3
branches:  thorpej-cfargs
changeset: 953879:336a14bbb2d3
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Mar 23 01:17:35 2021 +0000

description:
Remove unneeded interface attributes from vatapi.

diffstat:

 sys/arch/usermode/conf/files.usermode |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e9f62ee42db7 -r 336a14bbb2d3 sys/arch/usermode/conf/files.usermode
--- a/sys/arch/usermode/conf/files.usermode     Mon Mar 22 23:52:45 2021 +0000
+++ b/sys/arch/usermode/conf/files.usermode     Tue Mar 23 01:17:35 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.usermode,v 1.21 2020/10/21 13:31:52 christos Exp $
+# $NetBSD: files.usermode,v 1.21.4.1 2021/03/23 01:17:35 thorpej Exp $
 
 maxpartitions 8
 maxusers 8 16 64
@@ -48,7 +48,7 @@
 #attach        vscsi at thunkbus with vscsi_thunkbus
 #file  atch/usermode/dev/vscsi_thunkbus.c      vscsi_thunkbus
 
-device vatapi { } : atapi, atapibus
+device vatapi: atapi
 attach vatapi at thunkbus with vatapi_thunkbus
 file   arch/usermode/dev/vatapi.c              vatapi_thunkbus
 



Home | Main Index | Thread Index | Old Index