Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 1995 19:21:38 -0700
From:      "Jordan K. Hubbard" <jkh@time.cdrom.com>
To:        CVS-commiters@time.cdrom.com, cvs-usrsbin@time.cdrom.com
Subject:   cvs commit: src/usr.sbin/config config.h config.y lang.l mkioconf.c
Message-ID:  <199505110221.TAA07545@time.cdrom.com>

next in thread | raw e-mail | index | archive | help
jkh         95/05/10 19:21:37

  Modified:    usr.sbin/config  config.h config.y lang.l mkioconf.c
  Log:
  Add a new `conflicts' flag for telling when a device is in conflict with
  others.  The flag can be put in descriptive locations, e.g.:
  
  device sb0      at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr
  or
  device psm0	at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr
  
  But is nonetheless boolean only.  You can't turn conflict checking off for
  only a given type of conflict.  I didn't deem it worth the trouble at this
  stage, and it's far better than the ALLOW_CONFLICT_* that preceeded it.



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