Displaying 20 results from an estimated 32 matches for "buslog".
Did you mean:
buglog
2008 Sep 27
1
Build fails on new kernel source
On my x86_64, I pulled down the source for the 2.6.18-92.1.13 kernel
and followed the wiki faithfully, but it will not build. I'm getting
errors in the Buslogic driver:
In file included from drivers/scsi/BusLogic.c:56:
drivers/scsi/BusLogic.h:241: error: redeclaration of enumerator 'false'
include/linux/stddef.h:16: error: previous definition of 'false' was here
drivers/scsi/BusLogic.h:243: error: redeclaration of enumerator 'true...
2007 Apr 18
0
[PATCH 10/10] Fix BusLogic to stop using check_region
I got so sick of seing the check_region warnings from BusLogic.c I actually
fixed it properly. Never use check region, reserve it before the probe
with request region instead and check the error result; free region if
setup fails. Should be functionally identical to the original except for
fixing the potential race.
Subject: Fix BusLogic to stop using che...
2007 Apr 18
0
[PATCH 10/10] Fix BusLogic to stop using check_region
I got so sick of seing the check_region warnings from BusLogic.c I actually
fixed it properly. Never use check region, reserve it before the probe
with request region instead and check the error result; free region if
setup fails. Should be functionally identical to the original except for
fixing the potential race.
Subject: Fix BusLogic to stop using che...
2008 Feb 15
1
Modify kickstart initrd to add Buslogic driver
Hi
I have a running kernel with the same kernel version of that in the
kickstart that contains the Buslogic driver which would enable me to
install a vmware client using kickstart.
Is there an 'easy' way to take the initrd that contains the correct
drivers and inject these into the initrd of the kickstart kernel? Or
does anyone have a kickstart initrd available with the Buslogic drivers
fo...
2006 Feb 13
1
kernel.org 2.6.16-rc2 vs xen-unstable 2.6.16-rc2 - missing buslogic?
Hello,
Is there some things removed from the kernel.org kernels before the get
into xen-unstable? I was just about to compile a new dom0 kernel, and
couldn''t find the option for Buslogic SCSI driver i xen-unstable kernel
synced earlier this morning.
I find this a bit strange, as I know the option is there in kernel.org''s
2.6.16-rc2. The config option was somehow lost in 2.6.15 and re-added
in 2.6.15.2. Why isn''t it available from xen sources?
Best regards
Ric...
2007 Apr 18
0
[PATCH 0/10] i386, VMI, BusLogic, Timer fixes for -mm
...e, making it dependent on NO_HZ and using the proper clockevents
infrastructure. I am looking for feedback on this, but it works
and applies as is, and is certainly better and cleaner than the
existing code. Hopefully I have taken as many fingers out of the
APIC pie as possible.
Finally, fix the BusLogic driver to use request_range properly.
Zach
2007 Apr 18
0
[PATCH 0/10] i386, VMI, BusLogic, Timer fixes for -mm
...e, making it dependent on NO_HZ and using the proper clockevents
infrastructure. I am looking for feedback on this, but it works
and applies as is, and is certainly better and cleaner than the
existing code. Hopefully I have taken as many fingers out of the
APIC pie as possible.
Finally, fix the BusLogic driver to use request_range properly.
Zach
2010 Mar 09
2
ESX support
Just curious but how long has ESX support been in libvirt?
Also I noticed this error when accessing one of my windows vms:
error: internal error Expecting VMX entry 'scsi0.virtualDev' to be
'buslogic' or 'lsilogic' but found 'lsisas1068'
Not sure whether this is an enhancement, defect, or not supported at this time.
Thanks.
-Jon
2003 Nov 28
3
Problem to boot Xenolinux.
Hi,
I am trying to install Xen/Xenolinux v1.1 on my workstation which has 2
SCSI disks. The first disk has WinXP installed, and the second disk has
Redhat 8.0. I copied the images into /boot and modified grub.conf
accordingly:
title Xen / XenoLinux 2.4.22
root (hd1,0)
kernel /xen.gz dom0_mem=131072 ser_baud=115200 noht noreboot
module /xenolinux.gz root=/dev/sdb2 ro
2007 Sep 24
1
vmware server 1.0.4 and centos 4.5 i386 install
Hi all,
I tried to install centos 4.5 i386 as a guest on an AMD x2 machine today.
It told me it did not find any install media. I had created an 8G disk
for it.
Is there a SCSI driver I need to "Add" when prompted? I have never used SCSI
and dont know which SCSI controller vmware is emulating.
What driver do I need to load?
I was then surprised some time later when my machine locked
1999 May 07
1
Slow performance with Win95 client
...file ether to or from the remote share.
This indicates that there is nothhing wrong with the network cards or hub.
also there are very few collisions.
Well, here are the specs for my server system, and the client
Linux server
Linux 2.2.5 based on Slackware 3.6 distro
PII 300 with 64 Meg RAM
Buslogic SCSI controler with 7200RPM 9.1 G IBM disk
Intel Etherexpress Pro + 10/100 (Intel 82557)
Samba 2.0.3
Win 95 Client
Win95b
Celeron 300A with 64Meg RAM
7200 RPM IDE disk using standard GX chipset IDE controler
3Com 905b TX 10/100 NIC with v4.1 of the 3com drivers
TCP/IP is the only protocal...
2004 Mar 05
2
PROBLEM: log abort over RAID5
...42404 0 - Live 0xf893f000
ide_core 163600 3 ide_scsi,ide_detect,ide_cd, Live 0xf896d000 cdrom 39168
1 ide_cd, Live 0xf8934000 rtc 14120 0 - Live 0xf882b000
ext3 123880 7 - Live 0xf8844000
jbd 70424 1 ext3, Live 0xf8899000
mbcache 10212 2 ext2,ext3, Live 0xf8830000 sd_mod 17024 10 - Live
0xf883e000
BusLogic 82620 7 - Live 0xf8883000
scsi_mod 120208 3 ide_scsi,sd_mod,BusLogic, Live 0xf8864000 unix 31216 543
- Live 0xf8835000
font 8544 0 - Live 0xf8827000
cfbcopyarea 4192 1 i810fb, Live 0xf8820000 cfbimgblt 3360 1 i810fb, Live
0xf881e000 cfbfillrect 4096 1 i810fb, Live 0xf881c000
[7.4.] Loaded drive...
2008 Jan 19
1
[bugreport] btrfs 0.11
...t snd_seq_midi_event snd_seq
evdev container snd_timer snd_seq_device serio_raw snd ac power_supply
soundcore snd_page_alloc psmouse button i2c_piix4 i2c_core pcspkr shpchp
pci_hotplug intel_agp agpgart ext3 jbd mbcache sg sr_mod cdrom sd_mod
ata_generic floppy ata_piix pata_acpi pcnet32 mii libata BusLogic
scsi_mod thermal processor fan fuse
<4>[45260.760017]
<4>[45260.761431] Pid: 4510, comm: cp Not tainted (2.6.24-4-generic #1)
<4>[45260.762595] EIP: 0060:[<c0164ce1>] EFLAGS: 00010206 CPU: 0
<4>[45260.765053] EIP is at should_remove_suid+0x1/0x50
<4>[45260.766...
1999 May 11
3
Samba's movin' SLOW! (fwd)
Can anyone shed some light on this subject? I don't have a clue where to
begin looking. It's RHL 6.0, Samba 2.0.3, stock kernel.
Kevin
---
|\ _,,,---,,_
ZZZzz /,`.-'`' -. ;-;;,_
|,4- ) )-,_. ,\ ( `'-' Kevin Alan Pieckiel
'---''(_/--' `-'_) kapieckiel@harding.edu
(This message was written with
2005 Oct 21
2
CentOS 4.2 and VMWare
Has anyone successfully installed CentOS 4.2 within VMWare 5 and have
it run successfully. I tried doing this last night, but after the
install, it cannot boot. It hangs at the GRUB message.
I have used CentOS 4.1 many times within VMWare without problems.
I did a search and found some where people have had this problem, but
not within VMWare. The problems seem to have been related to SCSI
2009 Jul 25
1
Quick question: CentOSPlus kernel vs. base kernel.
What does the CentOSPlus kernel have that the standard kernel does not?
It is just additional drivers and modules? Or are there additional
differences?
--
Robert Heller -- 978-544-6933
Deepwoods Software -- Download the Model Railroad System
http://www.deepsoft.com/ -- Binaries for Linux and MS-Windows
heller at deepsoft.com --
1999 May 15
2
configure bombing with "no locking available"
...I run samba 2.0.3(precompiled) on it now. On the
RedHat, everything compiled fine. The only thing I can think of is that
it requires a special program/devel/include that I haven't installed
(limited harddrive).
configure output available at request (slightly large).
Data on machine:
486DX2-66
Buslogic SCSI 542B
200MB CONNER CP3200
IDE
340MB CONNER CFA340A
Ha det!
/Tobias
2008 Feb 10
1
ESX Server 2.5 - Centos 5.1 guest
Hi
Anyone got a driver disk for a CentOS 5.1 install running on an ESX 2.5
server ?
When the install runs it seems it cant find any hdd's - In the past with
4.x i have loaded a driver disk but i cant seem to find one for 5.x
Does anyone have this running?
thanks
2014 Jul 03
0
I have a question regarding the virtual scsi adapter.
I have a very old system which has a self compiled kernel.
It' supports sata and megaraid but not LSI SCSI or BUSLOGIC scsi.
I am not sure what SCSI adapter is being used on CentOS KVM host and
there for what kernel options to enable in the new compiled kernel.
I have tried to add LSI logic and it seems like still not recognizing
the SCSI device.
I have another kernel that do work but it was build with lots of...
2007 Apr 18
31
[PATCH 00/28] Updates for firstfloor paravirt-ops patches
...the enum.
i386-sysenter-arch-pages-fix.patch
i386-acpi-remove-earlyquirk-warning.patch
i386-mcheck-p4-grotesque-and-needless-warning-fix.patch
i386-pgd-clone-under-lock-fix.patch
paravirt-kmap_atomic_pte-tidy.patch
vmi-supports-compat-vdso.patch
vmi-kmap_atomic_pte-fix.patch
vmi-timer-update.patch
buslogic-check-range-fixes.patch
pte-drop-ptep_get_and_clear-paravirt-op.patch
A chunk of pages from Zach.
rename-the-parainstructions-symbols-to-be-consistent-with-the-others.patch
rename-the-parainstructions-symbols-to-be-consistent-with-the-others-fix.patch
Obvious.
vmi-fix-ff.patch
Make VMI compi...