diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2010-06-08 12:46:50 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2010-06-08 12:46:50 +0000 |
commit | fc2d3c3e9914001f51aa755467171dbebcaec775 (patch) | |
tree | 0895ad9ca2baaef2a4e1f9af7016af3cff44f53f /sys/conf/files | |
parent | 718c49577dc5cf6a35fb74f67f73bd311101d708 (diff) |
Introduce a diskmap pseudo device which allows userland to open a disk
specified via its disklabel UID. The mapping from the disklabel UID to the
real disk and the opening of the resulting device is performed atomically
using a single ioctl.
ok krw@ deraadt@
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 4c9c5d674fb..463a1ee17a7 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.491 2010/05/26 16:16:23 thib Exp $ +# $OpenBSD: files,v 1.492 2010/06/08 12:46:49 jsing Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -591,6 +591,7 @@ file dev/auconv.c auconv file dev/audio.c audio needs-flag file dev/ccd.c ccd needs-flag file dev/cons.c +file dev/diskmap.c file dev/firmload.c firmload file dev/flash.c flash needs-flag file dev/ic/ncr5380sbc.c ncr5380sbc |