diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1998-11-06 09:37:38 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-11-06 09:37:38 +0000 |
| commit | 9e22648b54273dda94f4fbc3c8c0f4f1524f0cab (patch) | |
| tree | 91c79380d27d36c729a50e8350de0b6cf3249e6a | |
| parent | 9a0931701a4169ad0c4f676a54ca610cbd3e048b (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 4 | ||||
| -rw-r--r-- | sys/i386/conf/LINT | 4 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 966097268e6c..b946277bc00f 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.498 1998/11/05 14:36:37 dg Exp $ +# $Id: LINT,v 1.499 1998/11/06 09:35:32 obrien 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 @@ -1102,7 +1102,7 @@ device fe0 at isa? port 0x300 net irq ? device ie0 at isa? port 0x300 net irq 5 iomem 0xd0000 device ie1 at isa? port 0x360 net irq 7 iomem 0xd0000 device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 -device lnc0 at isa? port 0x300 net irq 10 drq 0 +device lnc0 at isa? port 0x280 net irq 10 drq 0 device sr0 at isa? port 0x300 net irq 5 iomem 0xd0000 options WLCACHE # enables the signal-strength cache options WLDEBUG # enables verbose debugging output diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 966097268e6c..b946277bc00f 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.498 1998/11/05 14:36:37 dg Exp $ +# $Id: LINT,v 1.499 1998/11/06 09:35:32 obrien 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 @@ -1102,7 +1102,7 @@ device fe0 at isa? port 0x300 net irq ? device ie0 at isa? port 0x300 net irq 5 iomem 0xd0000 device ie1 at isa? port 0x360 net irq 7 iomem 0xd0000 device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 -device lnc0 at isa? port 0x300 net irq 10 drq 0 +device lnc0 at isa? port 0x280 net irq 10 drq 0 device sr0 at isa? port 0x300 net irq 5 iomem 0xd0000 options WLCACHE # enables the signal-strength cache options WLDEBUG # enables verbose debugging output diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 966097268e6c..b946277bc00f 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.498 1998/11/05 14:36:37 dg Exp $ +# $Id: LINT,v 1.499 1998/11/06 09:35:32 obrien 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 @@ -1102,7 +1102,7 @@ device fe0 at isa? port 0x300 net irq ? device ie0 at isa? port 0x300 net irq 5 iomem 0xd0000 device ie1 at isa? port 0x360 net irq 7 iomem 0xd0000 device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 -device lnc0 at isa? port 0x300 net irq 10 drq 0 +device lnc0 at isa? port 0x280 net irq 10 drq 0 device sr0 at isa? port 0x300 net irq 5 iomem 0xd0000 options WLCACHE # enables the signal-strength cache options WLDEBUG # enables verbose debugging output |
