freebsd-dev/sys
Kenneth D. Merry 37b9efd37b Fix the CAM code so that people can compile kernels with the CD driver but
without the DA driver.

The problem was that the CD driver depended on scsi_read_write() and
scsi_start_stop(), which were defined in scsi_da.c.

I moved both functions, and their associated data structures and defines
from scsi_da.* to scsi_all.*.  This is technically the "wrong" thing to do
since those commands are really only for direct-access type devices, not
for all SCSI devices.  I think, though, that the advantage (allowing people
to compile kernels without the disk driver) outweighs any architectural
purity arguments.

PR:		kern/7969
Reviewed by:	gibbs
1998-09-18 22:33:59 +00:00
..
alpha Change sd to da and comment out the non-cam TurboChannel scsi drivers. 1998-09-18 18:43:52 +00:00
amd64 (requested by gibbs) Remove the SCSI_CAM option (and rework the isp driver 1998-09-18 00:46:42 +00:00
boot Enable the biosdisk driver, duplicate -lstand as it both calls and is called 1998-09-18 02:03:30 +00:00
cam Fix the CAM code so that people can compile kernels with the CD driver but 1998-09-18 22:33:59 +00:00
coda Finish conversion of cfs -> coda 1998-09-13 13:57:59 +00:00
compat Argh! *Now* the correct 3.0 fix is committed. 1998-08-31 10:53:33 +00:00
compile
conf Make LINT compile and link again after the CAM merge. The little 1998-09-18 20:17:41 +00:00
contrib/softupdates Handle the case of moving a directory onto the top of a sibling's 1998-08-12 20:46:47 +00:00
ddb Update to work with the new elf headers. 1998-08-17 08:06:31 +00:00
dev Bump request queue size up to full amount (now that we have 1998-09-18 18:58:07 +00:00
fs Remove the SLICE code. 1998-09-14 19:56:42 +00:00
geom Update system to new device statistics code. 1998-09-15 08:15:30 +00:00
gnu Fixed the usual missing permissions checks in mount(). As for cd9660, 1998-09-09 20:21:18 +00:00
i386 Make LINT compile and link again after the CAM merge. The little 1998-09-18 20:17:41 +00:00
isa Merge with the latest i386 syscons. 1998-09-17 09:38:36 +00:00
isofs/cd9660 Remove the SLICE code. 1998-09-14 19:56:42 +00:00
kern Document BUS_CREATE_INTR and BUS_CONNECT_INTR. 1998-09-16 08:25:56 +00:00
libkern Converted rcsid to $Id$ again. There shouldn't be any rcsids in the kernel. 1998-08-17 19:26:37 +00:00
miscfs various nits that didn't make it through the brucefilter. 1998-09-12 20:21:54 +00:00
modules Add support for glibc consumers using the new ld-linux.so.2 linker. 1998-09-17 22:08:34 +00:00
msdosfs Remove unused variable. 1998-09-13 15:40:31 +00:00
net fix an mbuf leak when using ipfw to filger bridged packets 1998-09-18 20:55:50 +00:00
netatalk Fixed printf format errors. 1998-08-17 01:05:25 +00:00
netatm Two patches from the HARP people: 1998-09-17 09:35:02 +00:00
netinet Fix the bind security fix introduced in rev 1.38 to work with multicast: 1998-09-17 18:42:16 +00:00
netipx Yow! Completely change the way socket options are handled, eliminating 1998-08-23 03:07:17 +00:00
netkey Fixed printf format errors. 1998-08-17 01:05:25 +00:00
netnatm This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
netns Make INET a proper option. 1998-01-08 23:42:31 +00:00
nfs Removed statically configured mount type numbers (MOUNT_*) and all 1998-09-07 13:17:06 +00:00
nfsclient Removed statically configured mount type numbers (MOUNT_*) and all 1998-09-07 13:17:06 +00:00
nfsserver Made unloading of the nfs LKM sort of work. This is mainly to test 1998-09-07 05:42:15 +00:00
pc98 Sync with sys/i386/i386/userconfig.c revision 1.109. 1998-09-17 13:14:14 +00:00
pccard Make PCIC_RESUME_RESET an proper option. 1998-09-08 18:09:51 +00:00
pci (requested by gibbs) Remove the SCSI_CAM option (and rework the isp driver 1998-09-18 00:46:42 +00:00
posix4 Set PAGE_SIZE for _SC_PAGESIZE sysconf(). 1998-06-01 21:54:43 +00:00
powerpc Add new functions fill_fpregs() and set_fpregs(), like fill_regs() 1998-09-14 22:43:40 +00:00
rpc Resolve conflicts. 1997-05-28 04:45:15 +00:00
sys dpt.h has moved back to sys/dev/dpt. The dpt ioctl interface will be 1998-09-17 03:58:58 +00:00
tools VOP_STRATEGY grows an (struct vnode *) argument 1998-07-04 20:45:42 +00:00
ufs Restore pre-v1.44 behavior: always copy modified in-core inode to disk 1998-09-15 14:45:28 +00:00
vm Instantiate `nfs_mount_type' in a standard file so that it is present 1998-09-05 15:17:34 +00:00
Makefile Add support for MACHINE=pc98. This leaves a single legacy entry for 1998-09-05 08:27:56 +00:00