From owner-cvs-usrsbin Tue Jun 18 18:09:09 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA14419 for cvs-usrsbin-outgoing; Tue, 18 Jun 1996 18:09:09 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA14400; Tue, 18 Jun 1996 18:09:01 -0700 (PDT) Date: Tue, 18 Jun 1996 18:09:01 -0700 (PDT) From: Nate Williams Message-Id: <199606190109.SAA14400@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pccard/pccardd file.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/18 18:08:59 Modified: usr.sbin/pccard/pccardd file.c Log: Use irq_tok() instead of num_tok() for IRQ's. This will allow us to use the '?' (undefined) token for stating IRQ's in the driver config line. This will allow the card to automatically select and unused IRQ when that code is enabled. Revision Changes Path 1.7 +2 -2 src/usr.sbin/pccard/pccardd/file.c