1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

1. "uk" driver now optional on scbus

2. Added base scsi driver file scsi_driver.c
This commit is contained in:
Peter Dufault 1995-03-01 22:26:23 +00:00
parent a0520fbaac
commit 6675c2f09d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6809

View File

@ -282,10 +282,11 @@ scsi/ch.c optional ch
scsi/scsi_base.c optional scbus
scsi/scsi_ioctl.c optional scbus
scsi/scsiconf.c optional scbus
scsi/scsi_driver.c optional scbus
scsi/uk.c optional scbus
scsi/sd.c optional sd
scsi/st.c optional st
scsi/su.c optional su
scsi/uk.c optional uk
scsi/ssc.c optional ssc
ufs/ffs/ffs_alloc.c optional ffs
ufs/ffs/ffs_alloc.c optional mfs