summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/conf/files.amd64
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-07-07 02:57:26 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-07-07 02:57:26 +0000
commitee5cd0903a80ae6b6ca2b3cfd67063fe2f873d12 (patch)
treeae3eb9a4e68e144c6682c4b51d3cee5c585d4a6c /sys/arch/amd64/conf/files.amd64
parentab8a8b247d0d9b96e461ed86b97cace56d02726f (diff)
Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libz
code. Missing chunks of the API are imported from the libc version, with a few #ifdef's to port it into the kernel environment. The bootblocks already used the newer code, and should encounter no surprises since there are so few changes to the existing files. In the kernel, ipcomp and kernel ppp are changed to the new API. ipcomp has been tested. ok tedu the brave
Diffstat (limited to 'sys/arch/amd64/conf/files.amd64')
-rw-r--r--sys/arch/amd64/conf/files.amd645
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/amd64/conf/files.amd64 b/sys/arch/amd64/conf/files.amd64
index 86cc33959ca..6123bb48730 100644
--- a/sys/arch/amd64/conf/files.amd64
+++ b/sys/arch/amd64/conf/files.amd64
@@ -1,4 +1,4 @@
-# $OpenBSD: files.amd64,v 1.62 2011/05/23 09:52:24 claudio Exp $
+# $OpenBSD: files.amd64,v 1.63 2011/07/07 02:57:24 deraadt Exp $
maxpartitions 16
maxusers 2 16 128
@@ -46,8 +46,7 @@ file arch/amd64/amd64/apic.c ioapic | lapic
file arch/amd64/amd64/consinit.c
file dev/cninit.c
-file arch/amd64/amd64/dkcsum.c
-file lib/libz/adler32.c !ppp_deflate & !ipsec & !crypto
+file arch/amd64/amd64/dkcsum.c bios
file arch/amd64/amd64/db_disasm.c ddb
file arch/amd64/amd64/db_interface.c ddb