mirror of
https://github.com/open-simh/simh.git
synced 2026-01-14 07:40:35 +00:00
New VAXen: Add missing REG list terminator in XS (Lance Ethernet) controller
This commit is contained in:
parent
52a31597ec
commit
efaca56da4
@ -107,6 +107,7 @@ REG xs_reg[] = {
|
||||
{ BRDATA ( RXHDR, xs_var.rxhdr, 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") },
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
DEBTAB xs_debug[] = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user