Remove the static reservation of the asr major number

This commit is contained in:
scottl 2004-05-02 03:51:53 +00:00
parent dc69ea53c1
commit 8edba382fd
2 changed files with 0 additions and 3 deletions

View File

@ -74,7 +74,6 @@
139 wanrouter Sangoma Technologies Inc. (al.feldman@sangoma.com)
141 pcdmx PCDMX theatre lighting controller
142 skip SKIP port (security/skip) control device
154 *asr Adaptec SCSI RAID <msmith@freebsd.org>
155 phone Quicknet PhoneJACK and LineJACK cards for VoIP <roger>
159 *ata ATA control device
161 swdoc Sitara networks watchdog device

View File

@ -406,7 +406,6 @@ DRIVER_MODULE(asr, pci, asr_driver, asr_devclass, 0, 0);
*
* only ioctl is used. the sd driver provides all other access.
*/
#define CDEV_MAJOR 154 /* preferred default character major */
static struct cdevsw asr_cdevsw = {
.d_version = D_VERSION,
.d_flags = D_NEEDGIANT,
@ -414,7 +413,6 @@ static struct cdevsw asr_cdevsw = {
.d_close = asr_close,
.d_ioctl = asr_ioctl,
.d_name = "asr",
.d_maj = CDEV_MAJOR,
};
/* I2O support routines */