diff options
author | 2002-06-26 17:11:50 +0000 | |
---|---|---|
committer | 2002-06-26 17:11:50 +0000 | |
commit | 15ab73b4d175e7805df125f64adad56ac6487177 (patch) | |
tree | d6324cee2031fadf19d035e046b052e335e62692 | |
parent | A bit more paranoid. (diff) | |
download | wireguard-openbsd-15ab73b4d175e7805df125f64adad56ac6487177.tar.xz wireguard-openbsd-15ab73b4d175e7805df125f64adad56ac6487177.zip |
ieee1394 for i386 too...
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 1dbc3ab3805..dfdf42c9ff1 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.96 2002/06/17 23:10:56 matthieu Exp $ +# $OpenBSD: files.i386,v 1.97 2002/06/26 17:11:50 tdeval Exp $ # $NetBSD: files.i386,v 1.73 1996/05/07 00:58:36 thorpej Exp $ # # new style config file for i386 architecture @@ -313,3 +313,8 @@ attach pccom at cardbus with pccom_cardbus # Machine-independent USB drivers # include "dev/usb/files.usb" + +# +# Machine-independent FireWire drivers +# +include "dev/ieee1394/files.ieee1394" |