1.1172

修正:
http://www.jp.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/conf/NOTES.diff?r1=1.1171&r2=1.1172
commit log:
Kill count device support from config. I've changed the last few remaining consumers to have the count passed as an option. This is i4b, pc98/wdc, and coda.
Bump configvers.h from 500013 to 600000.
Remove heuristics that tried to parse "device ed5" as 5 units of the ed device. This broke things like the snd_emu10k1 device, which required quotes to make it parse right. The no-longer-needed quotes have been removed from NOTES, GENERIC etc. eg, I've removed the quotes from:

  • device snd_maestro
  • device "snd_maestro3"
  • device snd_mss

I believe everything will still compile and work after this.
$FreeBSD: src/sys/i386/conf/NOTES,v 1.1172 2004/08/30 23:03:57 peter Exp $