Subject: Re: kern/10491: kernel compilation problem when only atapibus is on umass
To: None <wiz@danbala.ifoer.tuwien.ac.at>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: netbsd-bugs
Date: 07/01/2000 15:23:44
On Sat, Jul 01, 2000 at 03:15:39AM +0200, wiz@danbala.ifoer.tuwien.ac.at wrote:
> [...]
> 
> then kernel compilation fails with:
> 
> ld -Ttext c0100000 -e start -X -o netbsd ${SYSTEM_OBJ} vers.o
> umass.o: In function `scsipiprint':
> umass.o(.text+0x69d): undefined reference to `atapi_print'
> *** Error code 1

Look like the rigth thing to do here is to move atapi_print from wdc.c to
atapi_base.c (to match scsi).

--
Manuel Bouyer <bouyer@antioche.eu.org>
--