diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-01-29 15:48:30 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-01-29 15:48:30 +0000 |
commit | 7b5ea35a544a1fb201e256a8cfdc2147dc14607b (patch) | |
tree | 9318d908f1b8882ca535ad94f28d91fd62ebd247 /sys/conf | |
parent | 52b1aac8497d030be6a8e0f25a3072889df73fe9 (diff) |
Remove the iov2pages/mbuf2pages API... All of the relevant arch's support
bus_dma(9) which actually does this job correctly.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index ba36121aed3..d2c3ef68a9d 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.236 2002/01/24 22:38:02 mickey Exp $ +# $OpenBSD: files,v 1.237 2002/01/29 15:48:29 jason Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -674,7 +674,6 @@ file crypto/crypto.c (inet & ipsec) | crypto file crypto/cryptodev.c ((inet & ipsec) | crypto) needs-flag file crypto/criov.c (inet & ipsec) | crypto file crypto/cryptosoft.c (inet & ipsec) | crypto -file crypto/cryptombuf.c (inet & ipsec) | crypto file crypto/xform.c (inet & ipsec) | crypto file crypto/deflate.c (inet & ipsec) | crypto file netatalk/aarp.c netatalk |