Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Oct 2000 05:36:14 -0700 (PDT)
From:      MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/pccard/pccardd cardd.c src/sys/pccard pccard.c
Message-ID:  <200010011236.FAA01714@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sanpei      2000/10/01 05:36:14 PDT

  Modified files:
    usr.sbin/pccard/pccardd cardd.c 
    sys/pccard           pccard.c 
  Log:
  fix some minor problem in PIOCSRESOURCE ioctl.
  
  - If resource which was allocated for pcic was
    requested via this ioctl, bus_alloc_resource
    would be succeeded and that resource was
    returned as free resource.  So check whether
    requested resource was used for pcic or not
    before bus_alloc_resource test.
  
  - merge SYS_RES_IRQ routine into other SYS_RES_*
    routine and clean up.
  
  problem reported by:	Yohei Terada <terada@jiro.c.u-tokyo.ac.jp>
  
  Revision  Changes    Path
  1.60      +3 -3      src/usr.sbin/pccard/pccardd/cardd.c
  1.112     +6 -15     src/sys/pccard/pccard.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010011236.FAA01714>