Documented the drivers more in the LINT file. Added a line in files.i386

and LINT for the integration of a Seagate ST01/02 SCSI controller.
This commit is contained in:
ats 1994-01-16 12:01:34 +00:00
parent 3e94eb8f2f
commit 7cf4cede8a
5 changed files with 34 additions and 5 deletions

View File

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.38 1994/01/09 13:30:49 ats Exp $
# $Id: LINT,v 1.39 1994/01/10 18:53:52 ats Exp $
#
machine "i386"
@ -98,9 +98,14 @@ pseudo-device vnodepager
#This is needed here so the isa? below will work
controller isa0
# driver for the Adaptec 154x SCSI cards.
controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
# driver for the Adaptec 174x SCSI cards.
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
device com0 at isa? port "IO_COM1" tty irq 4 vector comintr
device com1 at isa? port "IO_COM2" tty irq 3 vector comintr
device com2 at isa? port "IO_COM3" tty irq 5 vector comintr
@ -109,8 +114,12 @@ device com3 at isa? port "IO_COM4" tty irq 9 vector comintr
controller fd0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk fd0 at fd0 drive 0
disk fd1 at fd0 drive 1
# driver for the Western Digital and SMCC WD80xx cards, for the Novell
# NE1000/200 card and the 3COM 3C503 card.
device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
# driver for the AT&T Starlan card.
device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
#driver for the Isolan AT 4114-0 and the Isolink 4110 ethernet card.
device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
#device ix0 at isa? port 0x320 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr
# driver for the Etherlink III ( 3C509 ) card, beta version.

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.21 1994/01/04 20:09:27 nate Exp $
# $Id: files.i386,v 1.22 1994/01/09 13:30:50 ats Exp $
#
i386/i386/autoconf.c standard device-driver
i386/i386/cons.c standard
@ -39,6 +39,7 @@ i386/isa/syscons.c optional sc device-driver
i386/isa/pccons.c optional pc device-driver
i386/isa/psm.c optional psm device-driver
i386/isa/sb.c optional sb 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.38 1994/01/09 13:30:49 ats Exp $
# $Id: LINT,v 1.39 1994/01/10 18:53:52 ats Exp $
#
machine "i386"
@ -98,9 +98,14 @@ pseudo-device vnodepager
#This is needed here so the isa? below will work
controller isa0
# driver for the Adaptec 154x SCSI cards.
controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
# driver for the Adaptec 174x SCSI cards.
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
device com0 at isa? port "IO_COM1" tty irq 4 vector comintr
device com1 at isa? port "IO_COM2" tty irq 3 vector comintr
device com2 at isa? port "IO_COM3" tty irq 5 vector comintr
@ -109,8 +114,12 @@ device com3 at isa? port "IO_COM4" tty irq 9 vector comintr
controller fd0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk fd0 at fd0 drive 0
disk fd1 at fd0 drive 1
# driver for the Western Digital and SMCC WD80xx cards, for the Novell
# NE1000/200 card and the 3COM 3C503 card.
device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
# driver for the AT&T Starlan card.
device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
#driver for the Isolan AT 4114-0 and the Isolink 4110 ethernet card.
device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
#device ix0 at isa? port 0x320 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr
# driver for the Etherlink III ( 3C509 ) card, beta version.

View File

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.38 1994/01/09 13:30:49 ats Exp $
# $Id: LINT,v 1.39 1994/01/10 18:53:52 ats Exp $
#
machine "i386"
@ -98,9 +98,14 @@ pseudo-device vnodepager
#This is needed here so the isa? below will work
controller isa0
# driver for the Adaptec 154x SCSI cards.
controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
# driver for the Adaptec 174x SCSI cards.
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
device com0 at isa? port "IO_COM1" tty irq 4 vector comintr
device com1 at isa? port "IO_COM2" tty irq 3 vector comintr
device com2 at isa? port "IO_COM3" tty irq 5 vector comintr
@ -109,8 +114,12 @@ device com3 at isa? port "IO_COM4" tty irq 9 vector comintr
controller fd0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk fd0 at fd0 drive 0
disk fd1 at fd0 drive 1
# driver for the Western Digital and SMCC WD80xx cards, for the Novell
# NE1000/200 card and the 3COM 3C503 card.
device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
# driver for the AT&T Starlan card.
device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
#driver for the Isolan AT 4114-0 and the Isolink 4110 ethernet card.
device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
#device ix0 at isa? port 0x320 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr
# driver for the Etherlink III ( 3C509 ) card, beta version.

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.21 1994/01/04 20:09:27 nate Exp $
# $Id: files.i386,v 1.22 1994/01/09 13:30:50 ats Exp $
#
i386/i386/autoconf.c standard device-driver
i386/i386/cons.c standard
@ -39,6 +39,7 @@ i386/isa/syscons.c optional sc device-driver
i386/isa/pccons.c optional pc device-driver
i386/isa/psm.c optional psm device-driver
i386/isa/sb.c optional sb 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