public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/io/pci/current ChangeLog src/pci.c
@ 2003-11-19 20:39 asl
  0 siblings, 0 replies; 8+ messages in thread
From: asl @ 2003-11-19 20:39 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2003-11-19 20:39:44

Modified files:
	packages/io/pci/current: ChangeLog 
	packages/io/pci/current/src: pci.c 

Log message:
	* src/pci.c : Additional changes in cyg_pci_get_device_info,
	cyg_pci_set_device_info and cyg_pci_configure_device to be able
	to support non-contiguous BARs.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* ecos/packages/io/pci/current ChangeLog src/pci.c
@ 2004-11-11  9:14 asl
  0 siblings, 0 replies; 8+ messages in thread
From: asl @ 2004-11-11  9:14 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2004-11-11 09:14:23

Modified files:
	packages/io/pci/current: ChangeLog 
	packages/io/pci/current/src: pci.c 

Log message:
	* src/pci.c (cyg_pci_configure_device): Fix bug which caused
	memory resources to be not allocated.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* ecos/packages/io/pci/current ChangeLog src/pci.c
@ 2004-10-13 21:18 asl
  0 siblings, 0 replies; 8+ messages in thread
From: asl @ 2004-10-13 21:18 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2004-10-13 21:18:01

Modified files:
	packages/io/pci/current: ChangeLog 
	packages/io/pci/current/src: pci.c 

Log message:
	* src/pci.c: Added include of cyg/infra/diag.h to fix compiler
	warning.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* ecos/packages/io/pci/current ChangeLog src/pci.c
@ 2004-01-14 15:39 nickg
  0 siblings, 0 replies; 8+ messages in thread
From: nickg @ 2004-01-14 15:39 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	nickg@sourceware.org	2004-01-14 15:39:43

Modified files:
	packages/io/pci/current: ChangeLog 
	packages/io/pci/current/src: pci.c 

Log message:
	* src/pci.c (cyg_pci_get_device_info): Added fix for devices that
	only implement the bottom 16 bits of an IO BAR. This is allowed by
	the standard but is very rare and mostly present in older devices
	only. Without this cyg_pci_allocate_io_priv() gets confused.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* ecos/packages/io/pci/current ChangeLog src/pci.c
@ 2004-01-09 16:36 gthomas
  0 siblings, 0 replies; 8+ messages in thread
From: gthomas @ 2004-01-09 16:36 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	gthomas@sourceware.org	2004-01-09 16:36:24

Modified files:
	packages/io/pci/current: ChangeLog 
	packages/io/pci/current/src: pci.c 

Log message:
	Remove debug message - from David Vrabel


^ permalink raw reply	[flat|nested] 8+ messages in thread

* ecos/packages/io/pci/current ChangeLog src/pci.c
@ 2003-11-27 10:58 asl
  0 siblings, 0 replies; 8+ messages in thread
From: asl @ 2003-11-27 10:58 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2003-11-27 10:58:00

Modified files:
	packages/io/pci/current: ChangeLog 
	packages/io/pci/current/src: pci.c 

Log message:
	* src/pci.c (cyg_pci_find_device): Removed a debug print which should
	not be there and is causing an warning.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* ecos/packages/io/pci/current ChangeLog src/pci.c
@ 2003-09-29 17:12 nickg
  0 siblings, 0 replies; 8+ messages in thread
From: nickg @ 2003-09-29 17:12 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	nickg@sourceware.org	2003-09-29 17:12:49

Modified files:
	packages/io/pci/current: ChangeLog 
	packages/io/pci/current/src: pci.c 

Log message:
	* src/pci.c (cyg_pci_get_device_info): Removed check for inactive
	BARs since the requirement for the BARs to be contiguous has been
	relaxed in more recent versions of the PCI standard.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* ecos/packages/io/pci/current ChangeLog src/pci.c
@ 2003-02-21 18:10 gthomas
  0 siblings, 0 replies; 8+ messages in thread
From: gthomas @ 2003-02-21 18:10 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	gthomas@sourceware.org	2003-02-21 18:10:31

Modified files:
	packages/io/pci/current: ChangeLog 
	packages/io/pci/current/src: pci.c 

Log message:
	Improve resource management.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-11-11  9:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-19 20:39 ecos/packages/io/pci/current ChangeLog src/pci.c asl
  -- strict thread matches above, loose matches on Subject: below --
2004-11-11  9:14 asl
2004-10-13 21:18 asl
2004-01-14 15:39 nickg
2004-01-09 16:36 gthomas
2003-11-27 10:58 asl
2003-09-29 17:12 nickg
2003-02-21 18:10 gthomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).