diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-05-02 20:34:06 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-05-02 20:34:06 +0000 |
| commit | db7cb131d0b40e9d3747184a31ec2b17e7a84b85 (patch) | |
| tree | bf705d5357bc11366e86ab4c36faff4f59c9f214 /sys | |
| parent | 227d42bebcdc41902199e3abfc1db70f18dbd9a8 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/NOTES | 5 | ||||
| -rw-r--r-- | sys/i386/conf/LINT | 5 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 06e48ad5a5584..370a5bbdef374 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.588 1999/04/24 16:07:51 peter Exp $ +# $Id: LINT,v 1.589 1999/04/24 21:45:44 peter 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 @@ -1679,7 +1679,8 @@ device wb0 device xl0 device fpa0 device meteor0 -device oltr0 +#The oltr driver in the ISA section will also find PCI cards. +#device oltr0 # Brooktree driver has been ported to the new I2C framework. Thus, # you'll need at least iicbus, iicbb and smbus. iic/smb are only needed if you diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 06e48ad5a5584..370a5bbdef374 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.588 1999/04/24 16:07:51 peter Exp $ +# $Id: LINT,v 1.589 1999/04/24 21:45:44 peter 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 @@ -1679,7 +1679,8 @@ device wb0 device xl0 device fpa0 device meteor0 -device oltr0 +#The oltr driver in the ISA section will also find PCI cards. +#device oltr0 # Brooktree driver has been ported to the new I2C framework. Thus, # you'll need at least iicbus, iicbb and smbus. iic/smb are only needed if you diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 06e48ad5a5584..370a5bbdef374 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.588 1999/04/24 16:07:51 peter Exp $ +# $Id: LINT,v 1.589 1999/04/24 21:45:44 peter 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 @@ -1679,7 +1679,8 @@ device wb0 device xl0 device fpa0 device meteor0 -device oltr0 +#The oltr driver in the ISA section will also find PCI cards. +#device oltr0 # Brooktree driver has been ported to the new I2C framework. Thus, # you'll need at least iicbus, iicbb and smbus. iic/smb are only needed if you |
