Subject: Re: cdrom drivers for -current
To: None <port-sparc@NetBSD.ORG, itchris@syrinx.ucdavis.edu>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: port-sparc
Date: 02/15/1995 16:44:18
> 
> bash# mount -t cd9660 -o ro /dev/cd0a /cdrom
> cd9660: Operation not supported by device
> 

I just discovered that line was missing in sparc/conf.c, add
	`bdev_notdef(),			/* 12: */'
at the obvious place in the bdevsw[] table.

-pk