diff options
author | gibbs <gibbs@FreeBSD.org> | 1998-10-07 03:42:44 +0000 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 1998-10-07 03:42:44 +0000 |
commit | 8ea5e0c143365be04edfa46ef0a3e70ebd83111b (patch) | |
tree | 2c4155d6ffaa204b84e8abeaa5ed5f744bfc455e | |
parent | c3bd7bdfdda594530f77207803fdcfba4862f4bf (diff) | |
download | FreeBSD-src-8ea5e0c143365be04edfa46ef0a3e70ebd83111b.zip FreeBSD-src-8ea5e0c143365be04edfa46ef0a3e70ebd83111b.tar.gz |
Add entries for the adw device driver.
-rw-r--r-- | sys/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/conf/NOTES | 6 | ||||
-rw-r--r-- | sys/i386/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 6 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 6 |
5 files changed, 16 insertions, 8 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 3b0d8d6..8e6dd3e 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.120 1998/10/03 17:09:00 jkh Exp $ +# $Id: GENERIC,v 1.121 1998/10/05 07:45:54 obrien Exp $ machine "i386" cpu "I386_CPU" @@ -80,6 +80,7 @@ controller isp0 controller dpt0 controller adv0 at isa? port ? cam irq ? +controller adw0 controller bt0 at isa? port ? cam irq ? controller aha0 at isa? port ? cam irq ? #controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr diff --git a/sys/conf/NOTES b/sys/conf/NOTES index b74cb36..2b539d1 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.482 1998/10/05 07:45:54 obrien Exp $ +# $Id: LINT,v 1.483 1998/10/06 13:16:16 kato Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -875,7 +875,8 @@ device npx0 at isa? port "IO_NPX" iosiz 0x0 flags 0x0 irq 13 vector npxintr # # SCSI host adapters: `aha', `aic', `bt', `nca' # -# adv: Most AdvanSys SCSI controllers +# adv: All Narrow SCSI bus AdvanSys controllers. +# adw: Second Generation AdvanSys controllers including the ADV940UW. # aha: Adaptec 154x # ahc: Adaptec 274x/284x/294x # aic: Adaptec 152x and sound cards using the Adaptec AIC-6360 (slow!) @@ -891,6 +892,7 @@ device npx0 at isa? port "IO_NPX" iosiz 0x0 flags 0x0 irq 13 vector npxintr controller bt0 at isa? port "IO_BT0" cam irq ? controller adv0 at isa? port ? cam irq ? +controller adw0 controller aha0 at isa? port ? cam irq ? #!CAM# controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 3b0d8d6..8e6dd3e 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.120 1998/10/03 17:09:00 jkh Exp $ +# $Id: GENERIC,v 1.121 1998/10/05 07:45:54 obrien Exp $ machine "i386" cpu "I386_CPU" @@ -80,6 +80,7 @@ controller isp0 controller dpt0 controller adv0 at isa? port ? cam irq ? +controller adw0 controller bt0 at isa? port ? cam irq ? controller aha0 at isa? port ? cam irq ? #controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index b74cb36..2b539d1 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.482 1998/10/05 07:45:54 obrien Exp $ +# $Id: LINT,v 1.483 1998/10/06 13:16:16 kato Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -875,7 +875,8 @@ device npx0 at isa? port "IO_NPX" iosiz 0x0 flags 0x0 irq 13 vector npxintr # # SCSI host adapters: `aha', `aic', `bt', `nca' # -# adv: Most AdvanSys SCSI controllers +# adv: All Narrow SCSI bus AdvanSys controllers. +# adw: Second Generation AdvanSys controllers including the ADV940UW. # aha: Adaptec 154x # ahc: Adaptec 274x/284x/294x # aic: Adaptec 152x and sound cards using the Adaptec AIC-6360 (slow!) @@ -891,6 +892,7 @@ device npx0 at isa? port "IO_NPX" iosiz 0x0 flags 0x0 irq 13 vector npxintr controller bt0 at isa? port "IO_BT0" cam irq ? controller adv0 at isa? port ? cam irq ? +controller adw0 controller aha0 at isa? port ? cam irq ? #!CAM# controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index b74cb36..2b539d1 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.482 1998/10/05 07:45:54 obrien Exp $ +# $Id: LINT,v 1.483 1998/10/06 13:16:16 kato Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -875,7 +875,8 @@ device npx0 at isa? port "IO_NPX" iosiz 0x0 flags 0x0 irq 13 vector npxintr # # SCSI host adapters: `aha', `aic', `bt', `nca' # -# adv: Most AdvanSys SCSI controllers +# adv: All Narrow SCSI bus AdvanSys controllers. +# adw: Second Generation AdvanSys controllers including the ADV940UW. # aha: Adaptec 154x # ahc: Adaptec 274x/284x/294x # aic: Adaptec 152x and sound cards using the Adaptec AIC-6360 (slow!) @@ -891,6 +892,7 @@ device npx0 at isa? port "IO_NPX" iosiz 0x0 flags 0x0 irq 13 vector npxintr controller bt0 at isa? port "IO_BT0" cam irq ? controller adv0 at isa? port ? cam irq ? +controller adw0 controller aha0 at isa? port ? cam irq ? #!CAM# controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr |