Subject: Re: CVS commit: [netbsd-4] src
To: None <liamjfoy@netbsd.org>
From: Andreas Wrede <andreas@planix.com>
List: source-changes
Date: 08/30/2007 13:47:25
On Aug 29, 2007, at 14:34 , Liam J. Foy wrote:

>
> Module Name:	src
> Committed By:	liamjfoy
> Date:		Wed Aug 29 18:34:18 UTC 2007
>
> Modified Files:
> 	src/distrib/sets/lists/man [netbsd-4]: mi
> 	src/share/man/man4/man4.i386 [netbsd-4]: Makefile
> 	src/sys/arch/i386/conf [netbsd-4]: ALL GENERIC INSTALL_LARGE  
> files.i386
> 	src/sys/dev/pci [netbsd-4]: pcidevs
> Added Files:
> 	src/share/man/man4/man4.i386 [netbsd-4]: gcscide.4
> 	src/sys/arch/i386/pci [netbsd-4]: gcscide.c
>
> Log Message:
> Pull up following (requested by xtraeme ticket #846):
>
> Import i386/gcscide(4). A driver for the IDE Controller of the
> AMD CS5535 Companion device found in the decTOP.
>
> gcscide0 at pci0 dev 15 function 2
> gcscide0: National Semiconductor/AMD CS5535 IDE Controller (rev. 0x00)
>
> Supports Ultra DMA mode 4, Pio Mode 4 and MDMA mode 2.
>
> "Go for it" jmcneill@.

[SNIP]

> cvs rdiff -r1.296.2.1 -r1.296.2.2 src/sys/arch/i386/conf/files.i386

This change removes est.c from the build of a kernel which will cause:

identcpu.o: In function `p4_get_bus_clock':
identcpu.c:(.text+0x7e6): undefined reference to `bus_clock'
identcpu.c:(.text+0x80c): undefined reference to `bus_clock'
identcpu.c:(.text+0x818): undefined reference to `bus_clock'
identcpu.c:(.text+0x82c): undefined reference to `bus_clock'
identcpu.c:(.text+0x840): undefined reference to `bus_clock'
identcpu.o:identcpu.c:(.text+0x8b6): more undefined references to  
`bus_clock' follow
identcpu.o: In function `identifycpu':
identcpu.c:(.text+0x1155): undefined reference to `est_init'


-- 
     aew