diff options
author | peter <peter@FreeBSD.org> | 1998-10-31 14:26:21 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-10-31 14:26:21 +0000 |
commit | b7f6f55ecf024f827ab5fb630a1826c0133aab0a (patch) | |
tree | dda04df5e6937fac0b376c55d89269dc3770fcf1 | |
parent | a86ed6c36db541fcff38cf85cb177d11e434e11f (diff) | |
download | FreeBSD-src-b7f6f55ecf024f827ab5fb630a1826c0133aab0a.zip FreeBSD-src-b7f6f55ecf024f827ab5fb630a1826c0133aab0a.tar.gz |
I do not know if this is correct, but add iicbb0 as a device so that
LINT links.
-rw-r--r-- | sys/conf/NOTES | 3 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 3 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index a08366a..d241e56 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.491 1998/10/22 13:49:51 bde Exp $ +# $Id: LINT,v 1.492 1998/10/30 20:49:14 des 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 @@ -1555,6 +1555,7 @@ controller iicbus0 device ic0 at iicbus? device iic0 at iicbus? device iicsmb0 at iicbus? +device iicbb0 at iicbus? controller pcf0 at isa? port 0x320 net irq 5 diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index a08366a..d241e56 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.491 1998/10/22 13:49:51 bde Exp $ +# $Id: LINT,v 1.492 1998/10/30 20:49:14 des 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 @@ -1555,6 +1555,7 @@ controller iicbus0 device ic0 at iicbus? device iic0 at iicbus? device iicsmb0 at iicbus? +device iicbb0 at iicbus? controller pcf0 at isa? port 0x320 net irq 5 diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index a08366a..d241e56 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.491 1998/10/22 13:49:51 bde Exp $ +# $Id: LINT,v 1.492 1998/10/30 20:49:14 des 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 @@ -1555,6 +1555,7 @@ controller iicbus0 device ic0 at iicbus? device iic0 at iicbus? device iicsmb0 at iicbus? +device iicbb0 at iicbus? controller pcf0 at isa? port 0x320 net irq 5 |