diff options
author | 1999-02-19 02:52:25 +0000 | |
---|---|---|
committer | 1999-02-19 02:52:25 +0000 | |
commit | 39d0fe0e8cf9850c3de5e1c5541fad30935eb85d (patch) | |
tree | de6c352e3f857923a1aa78680632afbcceebd246 | |
parent | invertex aeon driver base (diff) | |
download | wireguard-openbsd-39d0fe0e8cf9850c3de5e1c5541fad30935eb85d.tar.xz wireguard-openbsd-39d0fe0e8cf9850c3de5e1c5541fad30935eb85d.zip |
connect aeon
-rw-r--r-- | sys/dev/pci/files.pci | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index ba3cde3a5c4..c204319aa9d 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.35 1999/01/11 04:28:24 jason Exp $ +# $OpenBSD: files.pci,v 1.36 1999/02/19 02:52:25 deraadt Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -146,3 +146,9 @@ file dev/pci/if_tx.c tx # NE2000-compatible PCI Ethernet cards attach ne at pci with ne_pci: rtl80x9 file dev/pci/if_ne_pci.c ne_pci + +# Invertix AEON +device aeon: crypto +attach aeon at pci +file dev/pci/aeon.c aeon + |