Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/arch
matthew green wrote:
> Modified Files:
> src/sys/arch/acorn32/conf: majors.acorn32
> src/sys/arch/amiga/conf: majors.amiga
> src/sys/arch/arm/conf: majors.arm32
> src/sys/arch/atari/conf: majors.atari
> src/sys/arch/cesfic/conf: majors.cesfic
> src/sys/arch/hp700/conf: majors.hp700
> src/sys/arch/ofppc/conf: majors.ofppc
> src/sys/arch/shark/conf: majors.shark
> src/sys/arch/x68k/conf: majors.x68k
>
> Log Message:
> add necessary majors for miscellaneous devices, such as missing
> wscons/scsi/isdn devices
>
>
> why does a shark need scsi or isdn devices?
Diff for shark:
device-major st char 25 block 25 st
device-major cd char 26 block 26 cd
-
+device-major ses char 27 ses
device-major uk char 28 uk
-
+device-major ch char 29 ch
+device-major ss char 30 ss
+device-major scsibus char 31 scsibus
device-major bpf char 32 bpfilter
Note shark already had 'sd', 'uk', 'st'. If that is not correct,
all scsi-related devices should be removed altogether.
The commit only completed the major list so that for each device
group (scsi, wscons, isdn), all the devices would have assigned
major. If the arch didn't have any scsi, wscons or isdn devices
before, the list didn't change.
Jaromir
--
Jaromir Dolecek <jdolecek%NetBSD.org@localhost> http://www.NetBSD.cz/
-=- We should be mindful of the potential goal, but as the tantric -=-
-=- Buddhist masters say, ``You may notice during meditation that you -=-
-=- sometimes levitate or glow. Do not let this distract you.'' -=-
Home |
Main Index |
Thread Index |
Old Index