diff options
author | se <se@FreeBSD.org> | 1996-12-21 02:09:04 +0000 |
---|---|---|
committer | se <se@FreeBSD.org> | 1996-12-21 02:09:04 +0000 |
commit | f5fdb2cb53a3fa9f0a9635c75991047f8cb998df (patch) | |
tree | 8a9a729e773f56b1ec9d7b2e42c3fd1fd46f95f8 /sys | |
parent | 0efee046ac97ee4a3e640571e4ec556a4879aa1a (diff) | |
download | FreeBSD-src-f5fdb2cb53a3fa9f0a9635c75991047f8cb998df.zip FreeBSD-src-f5fdb2cb53a3fa9f0a9635c75991047f8cb998df.tar.gz |
Mention amd driver in comment regarding PCI drivers.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/amd64/conf/GENERIC | 8 | ||||
-rw-r--r-- | sys/i386/conf/GENERIC | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index d6e57e0..38f464c 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.80 1996/12/15 16:31:18 se Exp $ +# $Id: GENERIC,v 1.81 1996/12/18 01:30:19 se Exp $ machine "i386" cpu "I386_CPU" @@ -59,12 +59,12 @@ options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device wcd0 #IDE CD-ROM -# A single entry for any of these controllers (ncr, ahb, ahc) is sufficient -# for any number of installed devices. +# A single entry for any of these controllers (ncr, ahb, ahc, amd) is +# sufficient for any number of installed devices. controller ncr0 +controller amd0 controller ahb0 controller ahc0 -controller amd0 #Tekram DC390/390T, use ncr0 for DC390W/U/F controller bt0 at isa? port "IO_BT0" bio irq ? vector bt_isa_intr 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 d6e57e0..38f464c 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.80 1996/12/15 16:31:18 se Exp $ +# $Id: GENERIC,v 1.81 1996/12/18 01:30:19 se Exp $ machine "i386" cpu "I386_CPU" @@ -59,12 +59,12 @@ options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device wcd0 #IDE CD-ROM -# A single entry for any of these controllers (ncr, ahb, ahc) is sufficient -# for any number of installed devices. +# A single entry for any of these controllers (ncr, ahb, ahc, amd) is +# sufficient for any number of installed devices. controller ncr0 +controller amd0 controller ahb0 controller ahc0 -controller amd0 #Tekram DC390/390T, use ncr0 for DC390W/U/F controller bt0 at isa? port "IO_BT0" bio irq ? vector bt_isa_intr controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr |