[PATCH] 66MHz PCI flag from commandline

2001-05-31 Thread Tim Hockin
Martin, We spoke a while back about a pcispeed= command line param to set the PCI busspeed values (for later querying, if needed). Attached is my patch to implement the feature we agreed upon. It is against linux-2.4.5. Below is our previous discussion, as a refresher :). Please let me know i

Re: 66MHz PCI

2001-04-03 Thread Martin Mares
Hello! > is it possible to detect whether a device is running at 66MHz (as opposed > to 33)? PCI defines a 66MHz capable bit, but not a 66MHz enabled bit. We > have a silly device that seems to need to know what it's bus speed is, but > have no way to tell from software (that I know of). > > S

66MHz PCI

2001-04-03 Thread Tim Hockin
All, is it possible to detect whether a device is running at 66MHz (as opposed to 33)? PCI defines a 66MHz capable bit, but not a 66MHz enabled bit. We have a silly device that seems to need to know what it's bus speed is, but have no way to tell from software (that I know of). So, pray tell -