mirror of
https://github.com/simh/simh.git
synced 2026-05-01 13:56:02 +00:00
New VAXen: Add missing REG list terminator in XS (Lance Ethernet) controller
This commit is contained in:
@@ -107,6 +107,7 @@ REG xs_reg[] = {
|
|||||||
{ BRDATA ( RXHDR, xs_var.rxhdr, DEV_RDX, 16, 4), REG_HRO },
|
{ BRDATA ( RXHDR, xs_var.rxhdr, DEV_RDX, 16, 4), REG_HRO },
|
||||||
{ BRDATA ( TXHDR, xs_var.txhdr, DEV_RDX, 16, 4), REG_HRO },
|
{ BRDATA ( TXHDR, xs_var.txhdr, DEV_RDX, 16, 4), REG_HRO },
|
||||||
{ FLDATAD ( INT, int_req[IPL_XS1], INT_V_XS1, "interrupt pending flag") },
|
{ FLDATAD ( INT, int_req[IPL_XS1], INT_V_XS1, "interrupt pending flag") },
|
||||||
|
{ NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
DEBTAB xs_debug[] = {
|
DEBTAB xs_debug[] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user