Reviewed by:

Delete the hints to the sg driver. This thing was never finished and
has now been beaten by the sea driver.
This commit is contained in:
Andreas Schulz 1994-09-05 22:32:42 +00:00
parent a97f37a9db
commit 2ac8be827f
5 changed files with 8 additions and 13 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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