diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-10-31 14:26:21 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-10-31 14:26:21 +0000 |
| commit | 213cbcbeaf2496ca1ccdd1c8821ef520b81bce53 (patch) | |
| tree | 21c115c1ae41a4dc2514f7084975b363c3c07161 | |
| parent | e6b148712b32ff12dba90de52d039b92c2957678 (diff) | |
Notes
| -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 a08366a192dc..d241e569c0dd 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 a08366a192dc..d241e569c0dd 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 a08366a192dc..d241e569c0dd 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 |
