Subject: Re: CVS commit: src/sys/conf
To: None <manu@netbsd.org>
From: Simon Burge <simonb@NetBSD.org>
List: source-changes
Date: 09/24/2006 11:45:11
Emmanuel Dreyfus wrote:

> Module Name:	src
> Committed By:	manu
> Date:		Sat Sep 23 21:58:15 UTC 2006
> 
> Modified Files:
> 
> 	src/sys/conf: majors
> 
> Log Message:
> 
> Add a major for twa. The 3ware management tool has the major 187 hardcoded
> for twa. Fortunately 187 is available.
> 
> The same tool hardcodes twe major at 146, which falls into the range
> reserved to vendors...

This would seem to break all kernel configs that don't have a twa
device.  At least for evbppc/WALNUT I get:

	#      link  WALNUT/netbsd
	 [ ... ]
	devsw.o:(.data+0x590): undefined reference to `twa_cdevsw'

Simon.