summaryrefslogtreecommitdiffstats
path: root/sys/conf/majors
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-09-21 11:00:49 +0000
committerphk <phk@FreeBSD.org>1999-09-21 11:00:49 +0000
commit5bff381837a04318f975d9d2fcb6c16a84646466 (patch)
treeeb72f08de29092e3e97cbf6382971122628243b7 /sys/conf/majors
parentdf165a1dd5dcc43a7ffeca7c3356d8acad377c45 (diff)
downloadFreeBSD-src-5bff381837a04318f975d9d2fcb6c16a84646466.zip
FreeBSD-src-5bff381837a04318f975d9d2fcb6c16a84646466.tar.gz
Add an experimental Memory-Disk driver. This driver will allocate
memory with malloc(9) using a few tricks to save space on the way.
Diffstat (limited to 'sys/conf/majors')
-rw-r--r--sys/conf/majors4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/majors b/sys/conf/majors
index 45fb20c..1e3e415 100644
--- a/sys/conf/majors
+++ b/sys/conf/majors
@@ -35,7 +35,7 @@ blkdev name comments
19 wcdb ATAPI CDROM client of "wd"
20 ?? ATA disks
21 ccd concatenated disk
-22 was:gd Geometry disk.
+22 md Memory Disk
24 was:wstb ATAPI tape client of "wd"
25 vinum Volume manager
26 sw VM internal swap device
@@ -145,7 +145,7 @@ chrdev name comments
92 bktr Bt848 video capture driver (hasty@star-gate.com)
93 coda CODA filesystem.
94 loran Loran-C Receiver
-95 was:gd Geometry disk
+95 md Memory Disk
96 altq alternate queueing (including cbq, red, wfq)
97 myx Mylex RAID controller (ulf@alameda.net)
98 loe Loopback pseudo-ethernet (sbabkin@dcn.att.com)
OpenPOWER on IntegriCloud