Move the 'asr' driver to cdev major 154, since 97 is already taken.

This commit is contained in:
msmith 2000-09-01 21:14:17 +00:00
parent a90580727a
commit 8c020adece
2 changed files with 2 additions and 1 deletions

View File

@ -170,6 +170,7 @@ chrdev name comments
151 aacd Adaptec FSA RAID (drives)
152 acpi ACPI bios support (Takanori Watanabe takawata@shidahara1.planet.sci.kobe-u.ac.jp)
153 ti Tigon Gigabit Ethernet driver (ken@FreeBSD.ORG)
154 asr Adaptec SCSI RAID <msmith@freebsd.org>
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

View File

@ -533,7 +533,7 @@ DATA_SET (mode0_pciset, mode0_pcidev);
*
* only ioctl is used. the sd driver provides all other access.
*/
#define CDEV_MAJOR 97 /* prefered default character major */
#define CDEV_MAJOR 154 /* prefered default character major */
STATIC struct cdevsw asr_cdevsw = {
asr_open, /* open */
asr_close, /* close */