diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_txp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_txp.c b/sys/dev/pci/if_txp.c index 8d65c97e5c3..e67509e7617 100644 --- a/sys/dev/pci/if_txp.c +++ b/sys/dev/pci/if_txp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_txp.c,v 1.33 2001/05/25 10:04:54 deraadt Exp $ */ +/* $OpenBSD: if_txp.c,v 1.34 2001/05/28 10:32:23 angelos Exp $ */ /* * Copyright (c) 2001 @@ -276,6 +276,7 @@ txp_attach(parent, self, aux) ifp->if_watchdog = txp_watchdog; ifp->if_baudrate = 10000000; ifp->if_snd.ifq_maxlen = TX_ENTRIES; + ifp->if_capabilities |= IFCAP_IPSEC; bcopy(sc->sc_dev.dv_xname, ifp->if_xname, IFNAMSIZ); timeout_set(&sc->sc_tick, txp_tick, sc); |