Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 1999 21:36:53 -0700 (PDT)
From:      Nick Hibma <n_hibma@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/conf GENERIC
Message-ID:  <199910220436.VAA63703@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
n_hibma     1999/10/21 21:36:53 PDT

  Modified files:
    sys/i386/conf        GENERIC 
  Log:
  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
  
  Revision  Changes    Path
  1.196     +3 -3      src/sys/i386/conf/GENERIC



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910220436.VAA63703>