diff options
author | msmith <msmith@FreeBSD.org> | 2000-11-17 01:36:34 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 2000-11-17 01:36:34 +0000 |
commit | 213c63151c9e4a787531a57caf46d2552be99105 (patch) | |
tree | 446865cfc029e9cd9c3d035276ef752c3df00c57 /sys | |
parent | 2607c6601d6c936076e2f20ee94c9525942d1868 (diff) | |
download | FreeBSD-src-213c63151c9e4a787531a57caf46d2552be99105.zip FreeBSD-src-213c63151c9e4a787531a57caf46d2552be99105.tar.gz |
Add the 'gdt' and 'gdtd' devices for the ICP Vortex RAID controller family.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/majors | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/majors b/sys/conf/majors index d1b076d..ff2c5b8 100644 --- a/sys/conf/majors +++ b/sys/conf/majors @@ -174,6 +174,8 @@ chrdev name comments 155 phone Quicknet PhoneJACK and LineJACK cards for VoIP <roger> 156 uscanner USB Scanners <n_hibma> 157 ar ATA "pseudo" RAID device +158 gdt ICP Vortex RAID controller (control device) +159 gdtd ICP Vortex RAID controller (disk device) 200 ?? entries from 200-252 are reserved for local use 252 ?? entries from 200-252 are reserved for local use 253 mfs Used by MFS |