diff options
author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2000-10-20 13:08:18 +0000 |
---|---|---|
committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2000-10-20 13:08:18 +0000 |
commit | 2a2e255b8aab62d0dc47a6ce44f824c86a1da213 (patch) | |
tree | cb2759e571d8d7ebf1889acdca1dde88b2b1cb9d /usr.sbin/pccard/pccardd/pccardd.8 | |
parent | 1c2715d95dc223c7599b0d7c835c6842f3f91035 (diff) |
add -I option, ``Don't get and use a list of free
IRQs from kernel.''..
With IBM ThinkPad600. ``sio1'' was disabled in BIOS
and irq 3 was free (also not listed in dmesg), I think.
But I could not use irq 3 for PC-Card with new(PIOCSRESOURCE
ioctl enabled) pccardd.
Notes
Notes:
svn path=/head/; revision=67374
Diffstat (limited to 'usr.sbin/pccard/pccardd/pccardd.8')
-rw-r--r-- | usr.sbin/pccard/pccardd/pccardd.8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/pccard/pccardd/pccardd.8 b/usr.sbin/pccard/pccardd/pccardd.8 index 9214a0460e2a..e7553c8268e8 100644 --- a/usr.sbin/pccard/pccardd/pccardd.8 +++ b/usr.sbin/pccard/pccardd/pccardd.8 @@ -37,6 +37,7 @@ .Op Fl v .Op Fl z .Op Fl i Ar IRQ +.Op Fl I .Op Fl f Ar configfile .Sh DESCRIPTION .Nm Pccardd @@ -135,6 +136,8 @@ After reading the configuration file, print out a summary of it. .It Fl z Delays running as a daemon until after the cards have been probed and attached. +.It Fl I +Don't get a list of free IRQs from kernel. .It Fl i Ar IRQ Configures an available IRQ. It overrides the "irq" line in .Pa /etc/defaults/pccard.conf |