On Friday 16 May 2008 10:57:49 am Marcel Moolenaar wrote: > marcel 2008-05-16 14:57:49 UTC > > FreeBSD src repository > > Modified files: > sys/dev/puc pucdata.c > Log: > Fix RID calculation. The RID is really the BAR for PCI cards, > so the index needs to be translated into an offset. While we > did add the offset (0x10), we forgot to account for the width. > > Tested by: Thomas Vogt > MFC after: 3 days
Perhaps use the PCIR_BAR() macro to map BARs indices to RIDs? -- John Baldwin _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
