Displaying 3 results from an estimated 3 matches for "scsi_disk0_major".
2005 Oct 18
1
trying to build driver for hpt374 raid controler
...i686 as KERNELDIR but that doesn't work.
I tried "yum search /usr/src/linux" and "yum provides /usr/src/linux" with no result.
I installed everything from the 4 centOS CD's but none of the scsi.h located on the
system looks like the one I need as they don't define `SCSI_DISK0_MAJOR'.
---
/root/hpt374/hpt.c:38:18: scsi.h: No such file or directory
/root/hpt374/hpt.c: In function `get_bdev':
/root/hpt374/hpt.c:60: error: `SCSI_DISK0_MAJOR' undeclared (first use in this
function)
/root/hpt374/hpt.c:60: error: (Each undeclared identifier is reported only once
/root/h...
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides
the same platform interface as running natively on the hardware,
paravirtualization requires modification to the guest operating system
to work with the platform interface provided by the hypervisor.
Xen was designed with performance in mind. Calls to the hypervisor
are minimized, batched if necessary, and non-critical codepaths
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides
the same platform interface as running natively on the hardware,
paravirtualization requires modification to the guest operating system
to work with the platform interface provided by the hypervisor.
Xen was designed with performance in mind. Calls to the hypervisor
are minimized, batched if necessary, and non-critical codepaths