Date: Sat, 14 Oct 2000 21:12:45 -0700 (PDT) From: MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pcic i82365reg.h src/sys/pccard cardinfo.h pccard.c pccard_nbk.c pcic.c pcic.h src/usr.sbin/pccard/pccardd cardd.c cardd.h util.c Message-ID: <200010150412.VAA41836@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sanpei 2000/10/14 21:12:45 PDT
Modified files: (Branch: RELENG_4)
sys/dev/pcic i82365reg.h
sys/pccard cardinfo.h pccard.c pccard_nbk.c pcic.c
pcic.h
usr.sbin/pccard/pccardd cardd.c cardd.h util.c
Log:
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
Revision Changes Path
1.3.2.1 +3 -1 src/sys/dev/pcic/i82365reg.h
1.16.2.2 +14 -1 src/sys/pccard/cardinfo.h
1.106.2.3 +41 -7 src/sys/pccard/pccard.c
1.15.2.2 +1 -6 src/sys/pccard/pccard_nbk.c
1.89.2.3 +10 -5 src/sys/pccard/pcic.c
1.5.2.3 +2 -1 src/sys/pccard/pcic.h
1.46.2.7 +96 -15 src/usr.sbin/pccard/pccardd/cardd.c
1.18.2.5 +2 -2 src/usr.sbin/pccard/pccardd/cardd.h
1.13.2.3 +4 -4 src/usr.sbin/pccard/pccardd/util.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?200010150412.VAA41836>
