]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
From: src/sys/i386/conf/PCCARD
authorn_hibma <n_hibma@FreeBSD.org>
Fri, 22 Oct 1999 04:36:52 +0000 (04:36 +0000)
committern_hibma <n_hibma@FreeBSD.org>
Fri, 22 Oct 1999 04:36:52 +0000 (04:36 +0000)
commit935b7d4b2743b13ae140755d9772a020c0d484ee
treebcb508960c5392022b8316e0d321ce79bb66079a
parenta316fc2921e595d318c2021355aefda57ed9b0e0
From: src/sys/i386/conf/PCCARD

revision 1.21
date: 1999/10/15 17:29:20;  author: imp;  state: Exp;  lines: +3 -3
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.

Forgotten by: imp
sys/amd64/conf/GENERIC
sys/i386/conf/GENERIC