> I'd like to know why /dev/cd0a and /dev/rcd0a device files (at my
The kernel handles two kinds of device nodes: ``block'' devices and
``character'' devices. The major numbers of these devices are
platform-dependant, and must match the bdevsw[] and cdevsw[] arrays
in sys/arch///conf.c.
Storage devices can be accessed either as block devices or character
devices, hence they have one entry in each of these tables. Their major
numbers do not need to match since these are completely independant
numbering spaces.
Miod
| Kok, Auke | Re: -mm merge plans for 2.6.23 - ioat/dma engine |
| Jeff Garzik | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg Kroah-Hartman | [PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO |
| Matthew Garrett | [PATCH] Remove process freezer from suspend to RAM pathway |
| Gerrit Renker | [PATCH 15/37] dccp: Set per-connection CCIDs via socket options |
| David Miller | [GIT]: Networking |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Jens Axboe | Re: [BUG] New Kernel Bugs |
git: | |
