freebsd-src/sys/pccard
Warner Losh b5137699ae Reorganize the attachement point for pcic (it was unattached and
floating before).  Attach pccard devices to pcic, one per slot
(although this may change to one per pcic).  pcic is now attached to
isa (to act as a bridge) and pccard is attached to pcic, cbb and
pc98ic (the last two are card bus bridge and the pc98ic version of
pcic, neither of which are in the tree yet).  Move pccard compat code
into pccard/pccard_compat.c.

THIS REQUIRES A CONFIG FILE CHANGE.  You must change your pcic/card
entries to be:
# PCCARD (PCMCIA) support
controller	pcic0	at isa?
controller	pcic1	at isa?
controller	card0

The old system was upside down and this corrects that problem.  It
will make it easier to add support for YENTA pccard/card bus bridges.

Much more cleanup needs to happen before newbus devices can have
pccard attachments.  My previous commit's comments were premature.
1999-10-15 17:29:21 +00:00
..
cardinfo.h o Add additional printfs for error cases when we can't attach the device. 1999-08-01 18:12:51 +00:00
cis.h
driver.h Reorganize the attachement point for pcic (it was unattached and 1999-10-15 17:29:21 +00:00
i82365.h
pccard_beep.c
pccard_nbk.c Reorganize the attachement point for pcic (it was unattached and 1999-10-15 17:29:21 +00:00
pccard_nbk.h Make it easier to have completely new bus attachment points for pccard 1999-10-15 03:10:13 +00:00
pccard.c Reorganize the attachement point for pcic (it was unattached and 1999-10-15 17:29:21 +00:00
pcic98reg.h
pcic_pci.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
pcic_pci.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
pcic.c Reorganize the attachement point for pcic (it was unattached and 1999-10-15 17:29:21 +00:00
pcic.h *** empty log message *** 1999-09-26 21:52:43 +00:00
skel.c Well folks, this is it - The second stage of the removal for build support 1999-04-17 08:36:07 +00:00
slot.h Kludge together support for the old pccard system with newbus. This 1999-09-06 06:34:44 +00:00