On Thu, Oct 27, 2016 at 12:24:29PM +0200, Theo Buehler wrote:
> This conditional has been there since the beginning of history and
> apparently it's never been used or mentioned in our tree.
>
> ok?
OK
>
> Index: ukcutil.c
> ===================================================================
> RCS file: /var/cvs/src/usr.sbin/config/ukcutil.c,v
> retrieving revision 1.21
> diff -u -p -r1.21 ukcutil.c
> --- ukcutil.c 21 Sep 2015 14:45:14 -0000 1.21
> +++ ukcutil.c 22 Oct 2016 22:25:12 -0000
> @@ -140,11 +140,6 @@ pdevnam(short devno)
> cd = get_cfdata(devno);
>
> cdrv = (struct cfdriver *)adjust((caddr_t)cd->cf_driver);
> -
> -#if defined(OLDSCSIBUS)
> - if (strlen(adjust((caddr_t)cdrv->cd_name)) == 0)
> - printf("oldscsibus");
> -#endif
> printf("%s", adjust((caddr_t)cdrv->cd_name));
>
> switch (cd->cf_fstate) {
>