[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Installing OpenBSD 3.0 under VMware ESX 1.1



I found the boot(8) man page on line, which provides some helpful 
information. It tells me that the BusLogic BT9xx, which VMware ESX 
emulates, is supported. But, apparently, the controller must be configured 
on port 0x330:

> To be detected by the distributed kernels, some devices must
> be configured with specific settings.  Here's their list:
>
> Device Name	Port	IRQ	DRQ	Misc
>
> BT445, BT74x, or BT9xx SCSI host adapters
>        bha0	0x330	any	any
>        bha1	0x334	any	any


Here's the configuration of the emulated controller, as reported by another 
guest operating system:

> scsi: ***** BusLogic SCSI Driver Version 2.1.15 of 17 August 1998 *****
> scsi: Copyright 1995-1998 by Leonard N. Zubkoff <lnz@dandelion.com>
> scsi0: Configuring BusLogic Model BT-958 PCI Wide Ultra SCSI Host Adapter
> scsi0:   Firmware Version: 5.07B, I/O Address: 0x1000, IRQ Channel:
> 9/Level scsi0:   PCI Bus: 0, Device: 16, Address: 0xFD000000, Host
> Adapter SCSI ID: 7 scsi0:   Parity Checking: Enabled, Extended
> Translation: Enabled scsi0:   Synchronous Negotiation: Ultra, Wide
> Negotiation: Enabled scsi0:   Disconnect/Reconnect: Enabled, Tagged
> Queuing: Enabled
> scsi0:   Scatter/Gather Limit: 128 of 128 segments, Mailboxes: 211
> scsi0:   Driver Queue Depth: 211, Host Adapter Queue Depth: 192
> scsi0:   Tagged Queue Depth: Automatic, Untagged Queue Depth: 3
> scsi0:   Error Recovery Strategy: Default, SCSI Bus Reset: Enabled
> scsi0: *** BusLogic BT-958 Initialized Successfully ***
> scsi0 : BusLogic BT-958
>   Vendor: VMware    Model: Virtual disk      Rev: 1.0
>   Type:   Direct-Access                      ANSI SCSI revision: 02
> scsi0: Target 1: Queue Depth 28, Asynchronous
> Attached scsi disk sda at scsi0, channel 0, id 1, lun 0
> SCSI device sda: 59453440 512-byte hdwr sectors (30440 MB)


The I/O port (0x1000) doesn't seem to match up with the required value 
(0x330). Does that mean I'm toast?


---------------------------------------------------
Bill McCarty