ata-all.o(.text+0x534): undefined reference to `pci_read_config'

2000-01-03 Thread Valentin S. Chopov


It seems there is something for

#if NPCI  0 ... #endif

 



linking kernel
ata-all.o: In function `ataintr':
ata-all.o(.text+0x534): undefined reference to
`pci_read_config'
*** Error code 1

--

Val
__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://messenger.yahoo.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: ata-all.o(.text+0x534): undefined reference to `pci_read_config'

2000-01-03 Thread Matthew N. Dodd

On Mon, 3 Jan 2000, Valentin S. Chopov wrote:
 It seems there is something for
 
 #if NPCI  0 ... #endif
 
 
 ata-all.o: In function `ataintr':
 ata-all.o(.text+0x534): undefined reference to
 `pci_read_config'
 *** Error code 1

This is yet another reason why bus front-end code should live in their own
files.

-- 
| Matthew N. Dodd  | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD  |
| [EMAIL PROTECTED] |   2 x '84 Volvo 245DL| ix86,sparc,pmax |
| http://www.jurai.net/~winter | This Space For Rent  | ISO8802.5 4ever |



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: ata-all.o(.text+0x534): undefined reference to `pci_read_config'

2000-01-03 Thread Soren Schmidt

It seems Valentin S. Chopov wrote:
 
 It seems there is something for
 
 #if NPCI  0 ... #endif

Yup, forgot that one, fixed.

-Søren


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message