freebsd-nq/sys/i386/conf
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
..
files.i386 - Remove the ISA, PCI, and PCCARD specific code from if_ed.c; it 1999-10-15 03:12:48 +00:00
GENERIC Acutally our style is "options\x20\x09". 1999-10-15 07:07:43 +00:00
kernel.script
LINT Reorganize the attachement point for pcic (it was unattached and 1999-10-15 17:29:21 +00:00
majors.i386 Re-synchronise the alpha major numbers list with the i386 list. 1999-10-07 02:15:10 +00:00
Makefile.i386 Fixed "misspelling" of bcmp as memcmp. memcmp doesn't exist in the 1999-10-03 07:09:31 +00:00
NOTES Reorganize the attachement point for pcic (it was unattached and 1999-10-15 17:29:21 +00:00
options.i386 Add PNPBIOS option. 1999-10-14 21:25:36 +00:00
PCCARD Reorganize the attachement point for pcic (it was unattached and 1999-10-15 17:29:21 +00:00