Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



bouyer
Tue Jul  1 09:52:57 PDT 1997
Update of /cvsroot/src/sys/dev/scsipi
In directory netbsd1:/home/bouyer/scsipi

Added Files:
      Tag: bouyer-scsipi
        atapi_cd.h atapicd.c atapiconf.c atapiconf.h cd.c cd_link.h 
        ch.c if_se.c scsi_all.h scsi_base.c scsi_cd.h scsi_changer.h 
        scsi_ctron_ether.h scsi_disk.h scsi_message.h scsi_scanner.h 
        scsi_tape.h scsicd.c scsiconf.c scsiconf.h scsipi_all.h 
        scsipi_base.c scsipi_base.h scsipi_cd.h scsipi_debug.h 
        scsipi_disk.h scsipi_ioctl.c scsipiconf.c scsipiconf.h sd.c 
        ss.c ss_mustek.c ss_mustek.h ss_scanjet.c ssvar.h st.c su.c 
        uk.c 
Log Message:
New merged scsi/atapi code. Tested on i386 and sparc. Commiting to a branch
for now, so that it can be tested on other ports too.  
The config sheme is as follow:
New merged scsi/atapi code. Tested on i386 and sparc. Commiting to a branch
for now, so that it can be tested on other ports too.
The config sheme is as follow:
scsibus at aha
sd at scsibus
cd at scsibus
atapibus at wdc
cd at atapibus
cd has bus-specific config and function front-end in scsicd.c and atapicd.c 
The call to theses functions from cd.c is conditionned to
NSCSICD and NATAPICD (all defined in cd.h by config).




Home | Main Index | Thread Index | Old Index