Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 2004 10:04:51 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/isa npx.c
Message-ID:  <200402131804.i1DI4pCN011864@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2004/02/13 10:04:51 PST

  FreeBSD src repository

  Modified files:
    sys/i386/isa         npx.c 
  Log:
  Fixed a misplaced ifdef that prevented npx.c building without "device isa"
  ISA.  npx has few isa dependencies, but it does unconditional outb()'s to
  the isa bus in the !SMP case, and it attaches to isa if "device isa" is
  configured in order to support PNP-ISA.  The ifdef for the latter was
  misplaced.
  
  PR:             62595
  
  Revision  Changes    Path
  1.145     +1 -1      src/sys/i386/isa/npx.c



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