Provide better advise than the last commit to UPDATING advocated about

running newer pccard software.
This commit is contained in:
Warner Losh 2001-06-10 03:09:52 +00:00
parent e88b774c79
commit 3590182e72
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77959

View File

@ -9,9 +9,16 @@ ITEMS:'
pccard support for pci cards has been committed. You must change pccard support for pci cards has been committed. You must change
your /etc/pccard.conf irq lines. It must match the irq used by 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. 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 Interrupt storms look a lot like a hang.
-I and -i options to pccardd via the pccardd_flags entry in
/etc/rc.conf, e.g. pccardd_flags="-I -i 11" 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: 20010530:
INSTALL=install -C is being deprecated. If you want to do this, INSTALL=install -C is being deprecated. If you want to do this,