diff options
author | phk <phk@FreeBSD.org> | 2001-12-19 20:53:54 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2001-12-19 20:53:54 +0000 |
commit | 158bdd6afb54949bab82b2a3d402dbfccd19ac01 (patch) | |
tree | be016c155cb51d0f525fab692c52ddf89d3762e4 /sys | |
parent | 6b7199c1d962d65948d8445ac6f35d5918ca6b79 (diff) | |
download | FreeBSD-src-158bdd6afb54949bab82b2a3d402dbfccd19ac01.zip FreeBSD-src-158bdd6afb54949bab82b2a3d402dbfccd19ac01.tar.gz |
Comment out DEVICE_POLLING so that LINT compiles again.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/NOTES | 3 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index ab4b756..4274216 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -695,7 +695,8 @@ device hfa #FORE PCA-200E ATM PCI # Only the "dc" "fxp" and "sis" devices support this mode of operation at # the time of this writing. -options DEVICE_POLLING +# disabled because it conflicts with SMP making LINT uncompilable. +#options DEVICE_POLLING ##################################################################### diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index ab4b756..4274216 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -695,7 +695,8 @@ device hfa #FORE PCA-200E ATM PCI # Only the "dc" "fxp" and "sis" devices support this mode of operation at # the time of this writing. -options DEVICE_POLLING +# disabled because it conflicts with SMP making LINT uncompilable. +#options DEVICE_POLLING ##################################################################### |