Subject: Re: power control on if_ex_pci
To: Jason R Thorpe <thorpej@wasabisystems.com>
From: None <itojun@iijlab.net>
List: tech-net
Date: 06/21/2002 08:36:11
> > 	any reasons why you didn't use pci_set_powerstate?
>Hm.  Probably because I copied the code from if_fxp_pci.c before
>the pci_set_powerstate() function existed.

	btw, i guess you forgot to commit something in sys/dev/ic...

itojun


cc  -ffreestanding -g -O2 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wno-uninitialized  -Di386 -I.  -I../../../../arch -I../../../.. -nostdinc -DLKM -DDIAGNOSTIC -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT   -c /home/itojun/NetBSD/src/sys/arch/i386/compile/STARFRUIT/../../../../dev/pci/if_ex_pci.c
cc1: warnings being treated as errors
/home/itojun/NetBSD/src/sys/arch/i386/compile/STARFRUIT/../../../../dev/pci/if_ex_pci.c: In function `ex_pci_attach':
/home/itojun/NetBSD/src/sys/arch/i386/compile/STARFRUIT/../../../../dev/pci/if_ex_pci.c:331: warning: implicit declaration of function `ex_disable'
*** Error code 1