diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-19 02:52:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-19 02:52:26 +0000 |
commit | 178228c0f8a13b97875b0b34df2394f5aad3eb01 (patch) | |
tree | ee7f3f3c5866f440f19f1cc96e81c40deb4d673b /sys/dev | |
parent | c610dcf2362fdd8769ee5ab5581422f649d94597 (diff) |
connect aeon
Diffstat (limited to 'sys/dev')
-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 + |