K 10 svn:author V 6 sanpei K 8 svn:date V 27 2000-10-15T04:12:45.000000Z K 7 svn:log V 1083 MFC: recent pccard changes(PC Card bus, kludge version) - Add PIOCSRESOURCE(IOC_GET_RESOURCE_RANGE). Now /usr/sbin/pccardd read free resource(io,irq) range with this ioctl. - Add Vpp power at 5.0V rather than 0.(sys/pccard/pccard.c) - Remove 9 unnecessary includes. - here is no atdevbase on the alpha. Hide this case statement on alpha until the design/implementation is complete (sys/pccard/pccard.c 1.107->1.108) - Add PnP Id: ACTIONTECH and SMC Swapbox Plug and Play - Add some debug stuff hidden behind bootverbose. (sys/pccard/pcic.c 1.96->1.97) - check {IO,IRQ}_ASSIGNED flags before release {io,irq} resources. - fix multi io window in release io routine - print out error reason if it was failed in assign_io sys/pccard cardinfo.h 1.17 -> 1.18 pccard.c 1.107 -> 1.108 1.109 -> 1.112 pccard_nbk.c 1.21 -> 1.22 pcic.c 1.96 -> 1.98 pcic.h 1.6 -> 1.7 sys/dev/pcic i82365reg.h 1.3 -> 1.5 usr.sbin/pccard/pccardd cardd.c 1.56 -> 1.63 cardd.h 1.25 -> 1.26 util.c 1.15 -> 1.16 Obtained from: PAO END