SCSI CD devices require 'cd0c' to be specified instead of 'cd0a', while
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 20 Jul 2004 03:08:23 +0000 (03:08 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 20 Jul 2004 03:08:23 +0000 (03:08 +0000)
commit6fcb48f256db5171a75525474f407f11421f4bc0
tree41ae267b88c6f9e35684e43e218a8faf65769c53
parent66950a15a01c9298df48a0a8232861fe65cf6f6e
SCSI CD devices require 'cd0c' to be specified instead of 'cd0a', while
ATA devices allow either 'acd0c' or 'acd0a'.  Change the CD root automount
sequence to use 'c' instead of 'a' in order to properly mount both SCSI
and ATA CDRom drives.
sys/kern/vfs_conf.c