NetBSD/sys/dev/scsipi
gehenna 77a6b82b27 Merge the gehenna-devsw branch into the trunk.
This merge changes the device switch tables from static array to
dynamically generated by config(8).

- All device switches is defined as a constant structure in device drivers.

- The new grammer ``device-major'' is introduced to ``files''.

	device-major <prefix> char <num> [block <num>] [<rules>]

- All device major numbers must be listed up in port dependent majors.<arch>
  by using this grammer.

- Added the new naming convention.
  The name of the device switch must be <prefix>_[bc]devsw for auto-generation
  of device switch tables.

- The backward compatibility of loading block/character device
  switch by LKM framework is broken. This is necessary to convert
  from block/character device major to device name in runtime and vice versa.

- The restriction to assign device major by LKM is completely removed.
  We don't need to reserve LKM entries for dynamic loading of device switch.

- In compile time, device major numbers list is packed into the kernel and
  the LKM framework will refer it to assign device major number dynamically.
2002-09-06 13:18:43 +00:00
..
Makefile
atapi_base.c
atapi_cd.h
atapi_disk.h
atapi_tape.h
atapi_wdc.c enouth -> enough. 2002-07-26 01:00:39 +00:00
atapiconf.c
atapiconf.h
cd.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
cd_atapi.c
cd_scsi.c
cdvar.h Convert to new device buffer queue interface. 2002-07-22 14:59:43 +00:00
ch.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
files.scsipi Garbage-collect the empty-for-years "su" device. 2002-05-16 02:59:57 +00:00
if_se.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
scsi_all.h
scsi_base.c
scsi_cd.h
scsi_changer.h
scsi_ctron_ether.h
scsi_disk.h Fixes kern/17573: correctly describe the bfi && physical sector defect list 2002-07-24 23:45:03 +00:00
scsi_message.h
scsi_scanner.h
scsi_tape.h
scsiconf.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
scsiconf.h
scsipi_all.h
scsipi_base.c Spell '[Rr]ight' correctly. From Jim Bernard. 2002-07-26 14:11:34 +00:00
scsipi_base.h
scsipi_cd.h
scsipi_debug.h
scsipi_disk.h
scsipi_ioctl.c
scsipi_verbose.c add translations for two ASC/ASCQs which occur before 2002-05-28 16:40:03 +00:00
scsipiconf.c
scsipiconf.h Don't use a 2-dimensional array for the channel's periph table. Instead, 2002-05-16 02:54:20 +00:00
sd.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
sd_atapi.c
sd_scsi.c
sdvar.h Implement a new device buffer queue interface. 2002-07-16 18:03:17 +00:00
ses.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
ses.h
ss.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
ss_mustek.c
ss_mustek.h
ss_scanjet.c
ssvar.h Convert to new device buffer queue interface. 2002-07-22 14:59:43 +00:00
st.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
st_atapi.c
st_scsi.c
stvar.h Convert to new device buffer queue interface. 2002-07-22 14:59:43 +00:00
uk.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00