diff options
author | scottl <scottl@FreeBSD.org> | 2003-05-11 06:18:33 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2003-05-11 06:18:33 +0000 |
commit | 25a029e22950071d146ca3d38849b78392afa338 (patch) | |
tree | 8847f3767f539a7dd12fbff71c27f1115954196a /sys/conf/majors | |
parent | 06e78650b999da7219cf04360b2cba24f53511f4 (diff) | |
download | FreeBSD-src-25a029e22950071d146ca3d38849b78392afa338.zip FreeBSD-src-25a029e22950071d146ca3d38849b78392afa338.tar.gz |
garbage collect the reserved major for the ips disk device. GEOM makes
it unneeded.
Diffstat (limited to 'sys/conf/majors')
-rw-r--r-- | sys/conf/majors | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/majors b/sys/conf/majors index 2d2f562..ce6313f 100644 --- a/sys/conf/majors +++ b/sys/conf/majors @@ -170,7 +170,6 @@ 173 *devctl Devd control device <imp> 174 pciwd Berkshire Watchdog PCI <marcel@progressix.com> 175 ips IBM/Adaptec ServeRAID (control device) -176 ipsd IBM/Adaptec ServeRAID (disk device) 177 *openfirm OpenFirmware control device <tmm> 178 raidctl RAIDframe (control device) 179 raid RAIDframe (disk device) |