summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorThordur I. Bjornsson <thib@cvs.openbsd.org>2010-05-26 16:16:24 +0000
committerThordur I. Bjornsson <thib@cvs.openbsd.org>2010-05-26 16:16:24 +0000
commit1d9656180642de37498a80ae37bf919e0be788a5 (patch)
treee86b42e6c53ea72d2b1ec755aa574618b5d57c35 /sys/conf
parentd821b774f6c04139b001bdd61bbbe71e0bda2052 (diff)
Reintroduce bufqs. A few changes since it was backed out after some good
comments from dlg@. No need for a separate bufq.h, keep all of in buf.h; As requested by kittens and deraadt. Only sd(4) and wd(4) for now. The rest of the drivers will be converted soon, also other goodies like heuristics for sd(4) for selecting the bufq type and the death of disksort() are forthcoming. Tested on: i386, amd64, sparc64, macppc, loongson and alpha by myself and phessler. OK art@, beck@, kettenis@, oga@
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 3cc13213774..4c9c5d674fb 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.490 2010/05/11 09:37:13 claudio Exp $
+# $OpenBSD: files,v 1.491 2010/05/26 16:16:23 thib Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -692,6 +692,7 @@ file kern/exec_subr.c
file kern/init_main.c
file kern/init_sysent.c
file kern/kern_acct.c accounting
+file kern/kern_bufq.c
file kern/kern_clock.c
file kern/kern_descrip.c
file kern/kern_event.c