diff options
author | phk <phk@FreeBSD.org> | 1994-02-27 21:53:54 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1994-02-27 21:53:54 +0000 |
commit | 9b442cb8ae68b61010beca5a99d4ad04c3c7b392 (patch) | |
tree | 6cda817043510a4fa165b89385795ed13115c32d /sys/conf | |
parent | 9be9f3269a93deb3efe8242b2756365e312cf4f3 (diff) | |
download | FreeBSD-src-9b442cb8ae68b61010beca5a99d4ad04c3c7b392.zip FreeBSD-src-9b442cb8ae68b61010beca5a99d4ad04c3c7b392.tar.gz |
dcfclk driver obsoleted, sio/TIOCTIMESTAMP took over.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 3 | ||||
-rw-r--r-- | sys/conf/files.i386 | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index da12390..ef6f814 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id: LINT,v 1.52 1994/02/07 05:55:48 alm Exp $ +# $Id: LINT,v 1.53 1994/02/09 05:35:57 nate Exp $ # machine "i386" @@ -120,7 +120,6 @@ controller ahb0 at isa? bio irq 11 vector ahbintr controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr # driver for the Seagate ST01/ST02 card, not yet finished. #controller sg0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector sgintr -#dcfclk device-driver controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 5fae152..0352f52 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.24 1994/02/06 22:11:00 jkh Exp $ +# $Id: files.i386,v 1.25 1994/02/07 04:27:59 alm Exp $ # i386/i386/autoconf.c standard device-driver i386/i386/cons.c standard @@ -22,7 +22,6 @@ i386/isa/aha1742.c optional ahb device-driver i386/isa/bt742a.c optional bt device-driver i386/isa/clock.c standard i386/isa/com.c optional com device-driver -i386/isa/dcfclk.c optional dcfclk device-driver i386/isa/fd.c optional fd device-driver i386/isa/ft.c optional ft device-driver i386/isa/if_ed.c optional ed device-driver |