Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jan 2000 04:01:09 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/config config.y mkioconf.c
Message-ID:  <200001231201.EAA55405@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2000/01/23 04:01:09 PST

  Modified files:
    usr.sbin/config      config.y mkioconf.c 
  Log:
  Clean up something in config(8) that has annoyed me for ages.  Remove
  the need to specify the unit number of unwired devices.  ie: instead
  of saying "device fxp0" we can say "device fxp" which is much closer
  to what it actually means.  The former (fxp0) implied something about
  reserving the 0th unit, but it does not and never did - it was a
  figment of config(8)'s imagination that we had to work around..
  "device fxp0" simply means "compile in the fxp device driver", so we
  may as well just write it as "device fxp" which is closer to what it
  really means.
  
  Doing this also saves us from filling up the ioconf.c tables with
  meaningless entries.
  
  Revision  Changes    Path
  1.40      +16 -12    src/usr.sbin/config/config.y
  1.60      +5 -1      src/usr.sbin/config/mkioconf.c



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?200001231201.EAA55405>