diff options
author | imp <imp@FreeBSD.org> | 2001-06-10 03:09:52 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-06-10 03:09:52 +0000 |
commit | 68468e1bddf65cc047d4c7f73cdbe251329a5929 (patch) | |
tree | 7b76641d19a078134aebe06236c7a0b41b906452 /UPDATING | |
parent | f62ce7f638594b6279c0809937da719437756da5 (diff) | |
download | FreeBSD-src-68468e1bddf65cc047d4c7f73cdbe251329a5929.zip FreeBSD-src-68468e1bddf65cc047d4c7f73cdbe251329a5929.tar.gz |
Provide better advise than the last commit to UPDATING advocated about
running newer pccard software.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -9,9 +9,16 @@ ITEMS:' pccard support for pci cards has been committed. You must change your /etc/pccard.conf irq lines. It must match the irq used by pcic device. Interrupt storms may result if you fail to do this. - Interrupt storms look a lot like a hang. You do this by using the - -I and -i options to pccardd via the pccardd_flags entry in - /etc/rc.conf, e.g. pccardd_flags="-I -i 11" + Interrupt storms look a lot like a hang. + + You must also install a new pccardd, otherwise you will get an + interrupt storm at card reset time (just after it tells you what + it is). + + pccardd_flags="-I" is necessary for the time being. It tells pccardd + not to ask the kernel if the interrupt is really free or not before + using it. You can either change the /etc/pccard.conf irq lines to + match pcic, or add "-i X" to the pccardd_flags. 20010530: INSTALL=install -C is being deprecated. If you want to do this, |