diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-24 23:31:28 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-24 23:31:28 +0000 |
commit | d3847c55d33c4032cf9508363297e566dd475728 (patch) | |
tree | 9cc8b4985e264ae735dd9ee4ea0b629a80d6ba40 /sys/dev/pci/files.pci | |
parent | 937d6d2b1a6d9d62b1168c0319aa55610dd195ae (diff) |
add i2o stubs
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index a43626a7b40..7b86c358413 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.108 2001/06/21 13:21:49 nate Exp $ +# $OpenBSD: files.pci,v 1.109 2001/06/24 23:31:27 mickey 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. @@ -71,6 +71,10 @@ file dev/pci/twe_pci.c twe_pci attach ami at pci with ami_pci file dev/pci/ami_pci.c ami_pci +# I2O +#attach iop at pci with iop_pci +#file dev/pci/iop_pci.c iop_pci + # Ensoniq AudioPCI S5016, 1371 device eap: audio, auconv, mulaw, ac97 attach eap at pci |