diff options
author | Peter Wemm <peter@FreeBSD.org> | 2004-08-30 23:03:58 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2004-08-30 23:03:58 +0000 |
commit | f37a929ca103ae6f67e0b0110efa0e4b11fbd407 (patch) | |
tree | 48d9944fb7d50a767ae5d57a3e3f8f4c3facf67e /sys/conf/Makefile.pc98 | |
parent | c591d41f7c1044647cc1c848180b4318d50bd09d (diff) |
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.
Notes
Notes:
svn path=/head/; revision=134542
Diffstat (limited to 'sys/conf/Makefile.pc98')
-rw-r--r-- | sys/conf/Makefile.pc98 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index eb8fda091ab9..161dbccddd89 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -19,7 +19,7 @@ # # Which version of config(8) is required. -%VERSREQ= 500013 +%VERSREQ= 600000 .if !defined(S) .if exists(./@/.) |