freebsd-dev/sys/i386
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
..
apm Fix APM's make_devs: 1999-10-12 15:00:06 +00:00
bios Fix APM's make_devs: 1999-10-12 15:00:06 +00:00
boot GC bdbtofsb() 1999-09-26 19:05:39 +00:00
conf Reorganize the attachement point for pcic (it was unattached and 1999-10-15 17:29:21 +00:00
eisa Delete unneeded #include 1999-10-11 14:42:33 +00:00
i386 * Add some verbose logging to the PnP parser and fix a couple of bugs. 1999-10-14 21:03:03 +00:00
ibcs2 Avoid using the osig* syscalls. 1999-10-10 09:14:31 +00:00
include * Implement bus_set/get/delete_resource for pci. 1999-10-14 21:38:33 +00:00
isa * Add struct resource_list* argument to resource_list_alloc and 1999-10-12 21:35:51 +00:00
linux Add a per-signal flag to mark handlers registered with osigaction, so we 1999-10-11 20:33:17 +00:00
pci $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
svr4 Add a per-signal flag to mark handlers registered with osigaction, so we 1999-10-11 20:33:17 +00:00
Makefile $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00