summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard/pccardd/pccardd.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-07-31 06:12:01 +0000
committerimp <imp@FreeBSD.org>2001-07-31 06:12:01 +0000
commit88d723fb6176fbad31e4f4e199ce44b8008b2eac (patch)
tree2680c7e78cf2c4fbe7a34cfd4cfd30d72e517978 /usr.sbin/pccard/pccardd/pccardd.c
parentfb7edc502f41d82771205b77ec72ec6f85c7992a (diff)
downloadFreeBSD-src-88d723fb6176fbad31e4f4e199ce44b8008b2eac.zip
FreeBSD-src-88d723fb6176fbad31e4f4e199ce44b8008b2eac.tar.gz
Have pccardd always ask the kernel for the IRQ to use. The kernel
will soon return the irq from the pcic bridge in cases where't that's appropriate. Note: I've had to disbale -I option for the moment. I've made it easy to reenable it for people that need it. MFC After: soon!
Diffstat (limited to 'usr.sbin/pccard/pccardd/pccardd.c')
-rw-r--r--usr.sbin/pccard/pccardd/pccardd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pccard/pccardd/pccardd.c b/usr.sbin/pccard/pccardd/pccardd.c
index ba70336..4bca2c4 100644
--- a/usr.sbin/pccard/pccardd/pccardd.c
+++ b/usr.sbin/pccard/pccardd/pccardd.c
@@ -171,7 +171,7 @@ main(int argc, char *argv[])
while ((count = getopt(argc, argv, COM_OPTS)) != -1) {
switch (count) {
case 'I':
- use_kern_irq = 0;
+ /* use_kern_irq = 0; */
break;
case 'd':
setbuf(stdout, 0);
OpenPOWER on IntegriCloud