]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make it easier to have completely new bus attachment points for pccard
authorimp <imp@FreeBSD.org>
Fri, 15 Oct 1999 03:10:13 +0000 (03:10 +0000)
committerimp <imp@FreeBSD.org>
Fri, 15 Oct 1999 03:10:13 +0000 (03:10 +0000)
commit1be659671f9c8884733a59d933c65a1e4ad4b29d
treee8da801b86cd79e501dbbf9ff54aaa7576043a4e
parent994d54d44fa7693d2e1e586c69bce38c9d8f9f42
Make it easier to have completely new bus attachment points for pccard
devices.  There may still be problems with said drivers, if so please
let me know.

o Move attach-like functionality to the nbk attach compatibility code.
o Smarter probe code: for the compatibility code probe succeeds if
  strcmp succeeds, for noncompatibility you can do anything you like.
o Get rid of some compiler warnings introduced in last commit.
sys/pccard/pccard.c
sys/pccard/pccard_nbk.c
sys/pccard/pccard_nbk.h