diff options
author | jkh <jkh@FreeBSD.org> | 1994-09-21 01:30:15 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-09-21 01:30:15 +0000 |
commit | ec670f109e63d9281cedcbd20a11231c99167c03 (patch) | |
tree | fabf864ebf9fa355fa6e2eb54141b04f4e4a940c | |
parent | ca5df8fb1c2c869a2c2e1d57be8897929e6ae530 (diff) | |
download | FreeBSD-src-ec670f109e63d9281cedcbd20a11231c99167c03.zip FreeBSD-src-ec670f109e63d9281cedcbd20a11231c99167c03.tar.gz |
Add entries for transputer driver.
Reviewed by: jkh
Submitted by: luigi
-rw-r--r-- | sys/conf/files.i386 | 3 | ||||
-rw-r--r-- | sys/i386/conf/files.i386 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index bcd6826..1cddd48 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $Id: files.i386,v 1.46 1994/09/06 21:58:53 se Exp $ +# $Id: files.i386,v 1.47 1994/09/11 21:09:52 ats Exp $ # i386/i386/autoconf.c standard device-driver i386/i386/conf.c standard @@ -42,6 +42,7 @@ i386/ibcs2/imgact_coff.c optional ibcs2 #i386/ibcs2/imgact_elf.c optional svr4 i386/isa/aha1542.c optional aha device-driver i386/isa/aha1742.c optional ahb device-driver +i386/isa/b004.c optional bqu device-driver i386/isa/bt742a.c optional bt device-driver i386/isa/clock.c standard i386/isa/fd.c optional fd device-driver diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index bcd6826..1cddd48 100644 --- a/sys/i386/conf/files.i386 +++ b/sys/i386/conf/files.i386 @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $Id: files.i386,v 1.46 1994/09/06 21:58:53 se Exp $ +# $Id: files.i386,v 1.47 1994/09/11 21:09:52 ats Exp $ # i386/i386/autoconf.c standard device-driver i386/i386/conf.c standard @@ -42,6 +42,7 @@ i386/ibcs2/imgact_coff.c optional ibcs2 #i386/ibcs2/imgact_elf.c optional svr4 i386/isa/aha1542.c optional aha device-driver i386/isa/aha1742.c optional ahb device-driver +i386/isa/b004.c optional bqu device-driver i386/isa/bt742a.c optional bt device-driver i386/isa/clock.c standard i386/isa/fd.c optional fd device-driver |