cvs commit: src/sys/i386/isa npx.c

Bruce Evans bde at FreeBSD.org
Fri Feb 13 10:04:52 PST 2004


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


More information about the cvs-all mailing list