Commit d9cd2a64 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

vme: remove obsolete SDB record

parent 27068d22
......@@ -91,21 +91,6 @@ package xvme64x_pack is
--_______________________________________________________________________________
-- Constants:
constant c_vme_msi_sdb : t_sdb_device := (
abi_class => x"0000", -- undocumented device
abi_ver_major => x"01",
abi_ver_minor => x"01",
wbd_endian => c_sdb_endian_big,
wbd_width => x"7", -- 8/16/32-bit port granularity
sdb_component => (
addr_first => x"0000000000000000",
addr_last => x"000000000000ffff",
product => (
vendor_id => x"0000000000000651", -- GSI
device_id => x"9326AA75",
version => x"00000001",
date => x"20120308",
name => "IRQ_VME ")));
constant c_vme_msi : t_sdb_msi := (
wbd_endian => c_sdb_endian_big,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment