diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-02-23 08:55:13 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-02-23 08:55:13 +0000 |
commit | 6fe9c1609ff7ef4b5d5b22304df1d0607610d60f (patch) | |
tree | da0cd5916c6bae9f6a03e2a6211f30b48c4a57c8 /sys/conf | |
parent | 652d04726d7ed427df2b1e2aba1a0e1964a90109 (diff) | |
download | src-6fe9c1609ff7ef4b5d5b22304df1d0607610d60f.tar.gz src-6fe9c1609ff7ef4b5d5b22304df1d0607610d60f.zip |
Fix vinums cdevsw{} to initialize d_version.
The nonstandard formatting made my mega-patch scripts miss it.
Retire the static major number while we're here anyway.
Reported by: Niels Chr. Bank-Pedersen <ncbp@bank-pedersen.dk>
Notes
Notes:
svn path=/head/; revision=126157
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/majors | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/majors b/sys/conf/majors index 9fdcc556e467..2fd4abd19c35 100644 --- a/sys/conf/majors +++ b/sys/conf/majors @@ -55,7 +55,6 @@ 86 alog Industrial Computer Source AIO8-P driver (deprecated) 87 wfd ATAPI floppy client of "wd" 90 wst ATAPI tape client of "wd" -91 *vinum Volume manager 92 *bktr Bt848 video capture driver (hasty@star-gate.com) 93 *coda CODA filesystem. 96 altq alternate queueing (including cbq, red, wfq) |