diff options
| author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-02-18 15:46:10 +0000 |
|---|---|---|
| committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-02-18 15:46:10 +0000 |
| commit | 093d72966f7ffefa05cf4129a3f33852dd08aa91 (patch) | |
| tree | 6a3e9b3d616f341539e352c10e0226a6ed207c29 | |
| parent | c48944beea730eac060b742eebe879533b4516a4 (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 2 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 7a97e430e31d..8a673d9e3f59 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1703,7 +1703,7 @@ options COM_MULTIPORT #code for some cards with shared IRQs # PCI Universal Communications driver # Supports various single and multi port PCI serial cards. Maybe later # also the parallel ports on combination serial/parallel cards. New cards -# can be added in srs/sys/dev/pucdata.c. +# can be added in src/sys/dev/puc/pucdata.c. # # If the PUC_FASTINTR option is used the driver will try to use fast # interrupts. The card must then be the only user of that interrupt. diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 7a97e430e31d..8a673d9e3f59 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -1703,7 +1703,7 @@ options COM_MULTIPORT #code for some cards with shared IRQs # PCI Universal Communications driver # Supports various single and multi port PCI serial cards. Maybe later # also the parallel ports on combination serial/parallel cards. New cards -# can be added in srs/sys/dev/pucdata.c. +# can be added in src/sys/dev/puc/pucdata.c. # # If the PUC_FASTINTR option is used the driver will try to use fast # interrupts. The card must then be the only user of that interrupt. |
