summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1994-09-05 22:32:42 +0000
committerats <ats@FreeBSD.org>1994-09-05 22:32:42 +0000
commit24b9b7c35ea30a8e6d15629ff164007f12cca677 (patch)
treecc9f161fa83a129924f1aa81e74545c5d8757c1c
parent2edb8b6c966183531a9eb7d56f4b2ff3cca5d85e (diff)
downloadFreeBSD-src-24b9b7c35ea30a8e6d15629ff164007f12cca677.zip
FreeBSD-src-24b9b7c35ea30a8e6d15629ff164007f12cca677.tar.gz
Reviewed by:
Delete the hints to the sg driver. This thing was never finished and has now been beaten by the sea driver.
-rw-r--r--sys/conf/NOTES5
-rw-r--r--sys/conf/files.i3863
-rw-r--r--sys/i386/conf/LINT5
-rw-r--r--sys/i386/conf/NOTES5
-rw-r--r--sys/i386/conf/files.i3863
5 files changed, 8 insertions, 13 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 1d0d378..399bcf2 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.74 1994/08/28 06:46:25 davidg Exp $
+# $Id: LINT,v 1.75 1994/08/31 06:17:21 davidg Exp $
#
machine "i386"
@@ -134,8 +134,7 @@ controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
controller ahb0 at isa? bio irq 11 vector ahbintr
# driver for the Bustek 742.
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
+
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 30fbb11..2e4346e 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.43 1994/09/01 02:21:20 davidg Exp $
+# $Id: files.i386,v 1.44 1994/09/02 15:49:48 paul Exp $
#
i386/i386/autoconf.c standard device-driver
i386/i386/conf.c standard
@@ -69,7 +69,6 @@ i386/isa/pcaudio.c optional pca device-driver
i386/isa/psm.c optional psm device-driver
i386/isa/sb.c optional sb device-driver
i386/isa/scd.c optional scd device-driver
-i386/isa/sg.c optional sg device-driver
i386/isa/sio.c optional sio device-driver
i386/isa/sound/adlib_card.c optional snd device-driver
i386/isa/sound/audio.c optional snd device-driver
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 1d0d378..399bcf2 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
-# $Id: LINT,v 1.74 1994/08/28 06:46:25 davidg Exp $
+# $Id: LINT,v 1.75 1994/08/31 06:17:21 davidg Exp $
#
machine "i386"
@@ -134,8 +134,7 @@ controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
controller ahb0 at isa? bio irq 11 vector ahbintr
# driver for the Bustek 742.
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
+
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/i386/conf/NOTES b/sys/i386/conf/NOTES
index 1d0d378..399bcf2 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
-# $Id: LINT,v 1.74 1994/08/28 06:46:25 davidg Exp $
+# $Id: LINT,v 1.75 1994/08/31 06:17:21 davidg Exp $
#
machine "i386"
@@ -134,8 +134,7 @@ controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
controller ahb0 at isa? bio irq 11 vector ahbintr
# driver for the Bustek 742.
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
+
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/i386/conf/files.i386 b/sys/i386/conf/files.i386
index 30fbb11..2e4346e 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.43 1994/09/01 02:21:20 davidg Exp $
+# $Id: files.i386,v 1.44 1994/09/02 15:49:48 paul Exp $
#
i386/i386/autoconf.c standard device-driver
i386/i386/conf.c standard
@@ -69,7 +69,6 @@ i386/isa/pcaudio.c optional pca device-driver
i386/isa/psm.c optional psm device-driver
i386/isa/sb.c optional sb device-driver
i386/isa/scd.c optional scd device-driver
-i386/isa/sg.c optional sg device-driver
i386/isa/sio.c optional sio device-driver
i386/isa/sound/adlib_card.c optional snd device-driver
i386/isa/sound/audio.c optional snd device-driver
OpenPOWER on IntegriCloud