search for: vpd

Displaying 20 results from an estimated 101 matches for "vpd".

Did you mean: vbd
2008 Sep 24
1
VPD information, macros and syslinux
Hi, I would be very interested in a possibility to create variables or macros within syslinux. One of the things I would like to have is a way to query DMI/VPD information, and use that as kernel parameters or to influence eg menu's or boot labels (based on system information). One of those very specific needs is to get the MAC address of the first onboard interface (which is available somewhere) from an isolinux boot and add it as a ksdevice= boo...
2008 Sep 27
1
[PATCH 2/6 v3] PCI: add new general functions
...;pci_dev->resource[i]; @@ -716,10 +716,40 @@ int __attribute__ ((weak)) pcibios_add_platform_entries(struct pci_dev *dev) return 0; } +static int pci_create_capabilities_sysfs(struct pci_dev *dev) +{ + int retval; + struct bin_attribute *attr; + + /* If the device has VPD, try to expose it in sysfs. */ + if (dev->vpd) { + attr = kzalloc(sizeof(*attr), GFP_ATOMIC); + if (!attr) + return -ENOMEM; + + attr->size = dev->vpd->len; + attr->attr.name = "vpd"; +...
2008 Sep 27
1
[PATCH 2/6 v3] PCI: add new general functions
...;pci_dev->resource[i]; @@ -716,10 +716,40 @@ int __attribute__ ((weak)) pcibios_add_platform_entries(struct pci_dev *dev) return 0; } +static int pci_create_capabilities_sysfs(struct pci_dev *dev) +{ + int retval; + struct bin_attribute *attr; + + /* If the device has VPD, try to expose it in sysfs. */ + if (dev->vpd) { + attr = kzalloc(sizeof(*attr), GFP_ATOMIC); + if (!attr) + return -ENOMEM; + + attr->size = dev->vpd->len; + attr->attr.name = "vpd"; +...
2009 Jan 23
1
iscsi unsupported INQUIRY
...FreeBSD 7.1 and after I mounted target from VMware ESXi I got this following error message: ------------------------------------------------------------------------------------------------------------------- Jan 23 14:26:35 srv6 iscsi-target: pid 11892:disk.c:956: ***ERROR*** Unsupported INQUIRY VPD page 85 Jan 23 14:26:35 srv6 last message repeated 1000 times ------------------------------------------------------------------------------------------------------------------- Actually I see no strange behaviour or something wrong in server configuration- just does not understand what this erro...
2009 Apr 23
0
HDT 0.3.1
...tiple spaces. To improve user's display, hdt is now reducing multiple consecutive spaces into a single one. I.e: the cpu display would be far easier to read. If you found on your hardware, some devices reporting multiple 'stupid' spaces, tell us where and we'll fix it. 5?) Adding VPD support HDT is now featuring VPD support (Virtual Product Data). Very few hardware sounds to implement it but some users request it. Its available from the main "VPD" menu in the graphical mode in with the "vpd> show" command (CLI). I hope you'll like this new release,...
2007 Dec 05
6
SCSI bad block table display
Hi All: Is there a utility available that will allow for the dump/display of the bad track table of a SCSI drive. We had this capability on SCO OSR5 but I have not been able to locate anything similar for Linux. The closest I have found is the badblocks utility that is part of the e2fsprogs package but this appears to only test for bad blocks not display the current bad block table contents. I
2018 Apr 23
5
[PATCH v7 net-next 4/4] netvsc: refactor notifier/event handling code to use the failover framework
...etvsc and VF device based on serial number >> rather than MAC address. The serial number is how Windows works now, and it makes >> sense for Linux and Windows to use the same mechanism if possible. > > Maybe we should support same for virtio ... > Which serial do you mean? From vpd? > > I guess you will want to keep supporting MAC for old hypervisors? > > It all seems like a reasonable thing to support in the generic core. That's the reason why I chose explicit identifier rather than rely on MAC address to bind/pair a device. MAC address can change. Even if i...
2018 Apr 23
5
[PATCH v7 net-next 4/4] netvsc: refactor notifier/event handling code to use the failover framework
...etvsc and VF device based on serial number >> rather than MAC address. The serial number is how Windows works now, and it makes >> sense for Linux and Windows to use the same mechanism if possible. > > Maybe we should support same for virtio ... > Which serial do you mean? From vpd? > > I guess you will want to keep supporting MAC for old hypervisors? > > It all seems like a reasonable thing to support in the generic core. That's the reason why I chose explicit identifier rather than rely on MAC address to bind/pair a device. MAC address can change. Even if i...
2010 Jul 13
0
Hardware detection before booting heavy weight OS
...stays a mean and lean bootloader. That allows making a syslinux.conf that contains kernel lua.c32 append syslinux.lua or more likely kernel lua.c32 append preboot.lua > > That way you can make the menu entries and boot-options depend on: > > - system information (DMI, VPD, PCI, HDD, filesystem labels, HDT info) > - boot conditions (eg. boot-device, syslinux version, ...) > - ask for certain information from the user > > In previous projects it would have been invaluable for projects. If for > provisioning you have more information you can act on a...
2012 Jul 03
3
bge problems in RELENG_9, bge0: watchdog timeout -- resetting
Hi, I'm having lots of difficulties with BCM5719, which is the default network card of HP Proliant DL 360 G8 servers. I can get a few ping replies before I get a couple of these: bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting Then everything hangs. Can not log in using ssh.
2015 Sep 28
2
cciss solution for CentOS 7
I've recently come across a thread in the CentOS forums [0] regarding the solution to getting hardware requiring the cciss driver, such as HP ProLiant G5 systems, to install and boot with CentOS 7. The thread was a start in the right direction, but I believe I've determined a better workflow and feel that it would benefit the community to have this published either in the release
2009 May 02
4
HDT 0.3.2 is out
...hdt tries to open both modules.pcimap & modules.alias to find the associated kernel modules. To override the default values, users can use the modules_pcimap=<filename> and modules_alias=<filename> boot options. Some minor visual improvements/bug fixes were also done regarding the VPD, PCI & memory display. Note that hdt's menu is now using the full screen instead of having a black line at the bottom of the screen. Enjoy this release ! 0.3.2 is available at : http://konilope.linuxeries.org/hdt/hdt_0_3_2.c32 Feel free to report any bugs/comments/ideas on HDT's mai...
2009 May 02
4
HDT 0.3.2 is out
...hdt tries to open both modules.pcimap & modules.alias to find the associated kernel modules. To override the default values, users can use the modules_pcimap=<filename> and modules_alias=<filename> boot options. Some minor visual improvements/bug fixes were also done regarding the VPD, PCI & memory display. Note that hdt's menu is now using the full screen instead of having a black line at the bottom of the screen. Enjoy this release ! 0.3.2 is available at : http://konilope.linuxeries.org/hdt/hdt_0_3_2.c32 Feel free to report any bugs/comments/ideas on HDT's mai...
2018 Apr 24
1
[PATCH v7 net-next 4/4] netvsc: refactor notifier/event handling code to use the failover framework
...>> rather than MAC address. The serial number is how Windows works now, and it makes > > >> sense for Linux and Windows to use the same mechanism if possible. > > > > > > Maybe we should support same for virtio ... > > > Which serial do you mean? From vpd? > > > > > > I guess you will want to keep supporting MAC for old hypervisors? > > The serial number has always been in the hypervisor since original support of SR-IOV > in WS2008. So no backward compatibility special cases would be needed. Is that a serial from real h...
2006 May 31
1
Nesting in Cox proportional hazards survivorship analysis
...he appropriate nesting syntax in the model we are running (as gleaned from Venables and Ripley 1999, 3rd edition), with stations being nested within sites. To provide an example of the syntax, the full model with which we began is: TXa <- coxph(Surv(dt, status)~site/station+foodtype*foodsize+vpd, data=TXbait) This obviously generates a large number of terms, even as we work down to the reduced model. Is this syntax testing what we think it is testing, i.e. are we controlling for station effects in our results? Are there potential problems with our approach to the analysis of which we s...
2015 Jan 21
2
[pciutils patch] add virtio vendor capability support
...| 4 ++++ 4 files changed, 72 insertions(+), 2 deletions(-) create mode 100644 ls-caps-vendor.c diff --git a/Makefile b/Makefile index 8d49afa..39a07d1 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ force: lib/config.h lib/config.mk: cd lib && ./configure -lspci: lspci.o ls-vpd.o ls-caps.o ls-ecaps.o ls-kernel.o ls-tree.o ls-map.o common.o lib/$(PCILIB) +lspci: lspci.o ls-vpd.o ls-caps.o ls-caps-vendor.o ls-ecaps.o ls-kernel.o ls-tree.o ls-map.o common.o lib/$(PCILIB) setpci: setpci.o common.o lib/$(PCILIB) LSPCIINC=lspci.h pciutils.h $(PCIINC) diff --git a/ls-caps-ve...
2015 Jan 21
2
[pciutils patch] add virtio vendor capability support
...| 4 ++++ 4 files changed, 72 insertions(+), 2 deletions(-) create mode 100644 ls-caps-vendor.c diff --git a/Makefile b/Makefile index 8d49afa..39a07d1 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ force: lib/config.h lib/config.mk: cd lib && ./configure -lspci: lspci.o ls-vpd.o ls-caps.o ls-ecaps.o ls-kernel.o ls-tree.o ls-map.o common.o lib/$(PCILIB) +lspci: lspci.o ls-vpd.o ls-caps.o ls-caps-vendor.o ls-ecaps.o ls-kernel.o ls-tree.o ls-map.o common.o lib/$(PCILIB) setpci: setpci.o common.o lib/$(PCILIB) LSPCIINC=lspci.h pciutils.h $(PCIINC) diff --git a/ls-caps-ve...
2015 Jan 21
2
[pciutils patch v2] add virtio vendor capability support
...| 4 +++ 4 files changed, 82 insertions(+), 2 deletions(-) create mode 100644 ls-caps-vendor.c diff --git a/Makefile b/Makefile index 8d49afa..39a07d1 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ force: lib/config.h lib/config.mk: cd lib && ./configure -lspci: lspci.o ls-vpd.o ls-caps.o ls-ecaps.o ls-kernel.o ls-tree.o ls-map.o common.o lib/$(PCILIB) +lspci: lspci.o ls-vpd.o ls-caps.o ls-caps-vendor.o ls-ecaps.o ls-kernel.o ls-tree.o ls-map.o common.o lib/$(PCILIB) setpci: setpci.o common.o lib/$(PCILIB) LSPCIINC=lspci.h pciutils.h $(PCIINC) diff --git a/ls-caps-ve...
2015 Jan 21
2
[pciutils patch v2] add virtio vendor capability support
...| 4 +++ 4 files changed, 82 insertions(+), 2 deletions(-) create mode 100644 ls-caps-vendor.c diff --git a/Makefile b/Makefile index 8d49afa..39a07d1 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ force: lib/config.h lib/config.mk: cd lib && ./configure -lspci: lspci.o ls-vpd.o ls-caps.o ls-ecaps.o ls-kernel.o ls-tree.o ls-map.o common.o lib/$(PCILIB) +lspci: lspci.o ls-vpd.o ls-caps.o ls-caps-vendor.o ls-ecaps.o ls-kernel.o ls-tree.o ls-map.o common.o lib/$(PCILIB) setpci: setpci.o common.o lib/$(PCILIB) LSPCIINC=lspci.h pciutils.h $(PCIINC) diff --git a/ls-caps-ve...
2018 Apr 23
2
[PATCH v7 net-next 4/4] netvsc: refactor notifier/event handling code to use the failover framework
On Mon, 23 Apr 2018 20:24:56 +0300 "Michael S. Tsirkin" <mst at redhat.com> wrote: > On Mon, Apr 23, 2018 at 10:04:06AM -0700, Stephen Hemminger wrote: > > > > > > > >I will NAK patches to change to common code for netvsc especially the > > > >three device model. MS worked hard with distro vendors to support transparent > > >