Re: kernel compile fails in: ../../dev/vx/if_vx_pci.c

2000-05-27 Thread The Hermit Hacker

On Fri, 26 May 2000, Warner Losh wrote:

 In message [EMAIL PROTECTED] The Hermit 
Hacker writes:
 : make depend went through no probs, but a make fails at:
 
 You may have overlooked this entry in UPDATING:
 
 2319:
   The ISA and PCI compatability shims have been connected to the
   options COMPAT_OLDISA and COMPAT_OLDPCI.  If you are using old
   style PCI or ISA drivers (i.e. tx, voxware, etc.) you must
   include the appropriate option in your kernel config.  Drivers
   using the shims should be updated or they won't ship with
   5.0-RELEASE, targeted for 2001.

Yup, did overlook it :(  Thanks ...



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



Re: kernel compile fails in: ../../dev/vx/if_vx_pci.c

2000-05-26 Thread Warner Losh

In message [EMAIL PROTECTED] The Hermit Hacker 
writes:
: make depend went through no probs, but a make fails at:

You may have overlooked this entry in UPDATING:

2319:
The ISA and PCI compatability shims have been connected to the
options COMPAT_OLDISA and COMPAT_OLDPCI.  If you are using old
style PCI or ISA drivers (i.e. tx, voxware, etc.) you must
include the appropriate option in your kernel config.  Drivers
using the shims should be updated or they won't ship with
5.0-RELEASE, targeted for 2001.

Warner


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



kernel compile fails in: ../../dev/vx/if_vx_pci.c

2000-05-25 Thread The Hermit Hacker


Just decided to brave going from 4.0-5.0 ... upgraded all my sources,
checked over the UPGRADING file, GENERIC and LINT, to see if anyting pop'd
out as far as changing my config is concerned ...

make depend went through no probs, but a make fails at:

cc -c -O3 -mpentium -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes 
 -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi 
-g -nostdinc -I- -I. -I../.. -I../../../include  -D_KERNEL -include opt_global.h -elf  
-mpreferred-stack-boundary=2  ../../dev/vx/if_vx_pci.c
../../dev/vx/if_vx_pci.c:131: variable `vxdevice' has initializer but incomplete type
../../dev/vx/if_vx_pci.c:132: warning: excess elements in struct initializer
../../dev/vx/if_vx_pci.c:132: warning: (near initialization for `vxdevice')
../../dev/vx/if_vx_pci.c:133: warning: excess elements in struct initializer
../../dev/vx/if_vx_pci.c:133: warning: (near initialization for `vxdevice')
../../dev/vx/if_vx_pci.c:134: warning: excess elements in struct initializer
../../dev/vx/if_vx_pci.c:134: warning: (near initialization for `vxdevice')
../../dev/vx/if_vx_pci.c:135: warning: excess elements in struct initializer
../../dev/vx/if_vx_pci.c:135: warning: (near initialization for `vxdevice')
../../dev/vx/if_vx_pci.c:137: warning: excess elements in struct initializer
../../dev/vx/if_vx_pci.c:137: warning: (near initialization for `vxdevice')
../../dev/vx/if_vx_pci.c:139: warning: type defaults to `int' in declaration of 
`COMPAT_PCI_DRIVER'
../../dev/vx/if_vx_pci.c:139: warning: parameter names (without types) in function 
declaration
../../dev/vx/if_vx_pci.c:139: warning: data definition has no type or storage class
../../dev/vx/if_vx_pci.c:131: warning: `vxdevice' defined but not used
*** Error code 1

Stop in /usr/local/base/src/sys/compile/thelab.

cvsup'd as of a few minutes ago, but that file itself hasn't changed since
Jan 29th, according to my system ...


Marc G. Fournier   ICQ#7615664   IRC Nick: Scrappy
Systems Administrator @ hub.org 
primary: [EMAIL PROTECTED]   secondary: scrappy@{freebsd|postgresql}.org 



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