diff options
author | phk <phk@FreeBSD.org> | 1999-08-29 13:28:55 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1999-08-29 13:28:55 +0000 |
commit | df39983a633a9255cb03784338b81cd63bf45aae (patch) | |
tree | 79eca77d576f589366f8ad6373076623eb9979ce /sys/conf | |
parent | 453dfe962a82e34fdb22f268a15ef009304eea59 (diff) | |
download | FreeBSD-src-df39983a633a9255cb03784338b81cd63bf45aae.zip FreeBSD-src-df39983a633a9255cb03784338b81cd63bf45aae.tar.gz |
Add micro "disk" layer which should enable us to pull all the slice/label
stuff out of the device drivers.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index a4d869e..6c569ed 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -326,6 +326,7 @@ kern/md5c.c standard kern/subr_autoconf.c standard kern/subr_bus.c standard kern/subr_devstat.c standard +kern/subr_disk.c standard kern/subr_diskslice.c standard kern/subr_dkbad.c standard kern/subr_eventhandler.c standard |