1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys
Joerg Wunsch 4dec470e39 Remove the call to scsi_start_unit() from sd_open(). It was causing
much grieve to owners of IBM drives when used in conjunction with
tagged command queuing, and didn't serve any purpose at all (since
experiments have proven that it simply didn't work).

Instead, call scsi_start_unit() once in sd_attach(), so in case the
drive has been configured to `remote start', it will spin up there.
(If it has spun down later, it must have been because of administrator
action (scsi(8)) anyway.)

While i was at it, bump the timeout for scsi_start_unit() to 30
seconds.  10 seconds were way too few for most drives.
1997-10-12 08:54:47 +00:00
..
alpha Add a new keyboard mode K_CODE. Returns a single byte for each key 1997-10-01 20:46:29 +00:00
amd64 Allow "foo0: disabled, not probed" message to stay, but make it conditional 1997-10-12 08:31:41 +00:00
compat
compile
conf sppp(4) is now also a consumer of the kernel MD5 code. 1997-10-11 18:35:26 +00:00
ddb Fixed scrolling. Newline at the "--More--" prompt scrolled 2 lines. 1997-10-09 00:20:00 +00:00
dev Remove a #ifndef __FreeBSD__ chunk. 1997-10-11 07:35:25 +00:00
fs Distribute and statizice a lot of the malloc M_* types. 1997-10-11 18:31:40 +00:00
geom Remove a #ifndef __FreeBSD__ chunk. 1997-10-11 07:35:25 +00:00
gnu Distribute and statizice a lot of the malloc M_* types. 1997-10-11 18:31:40 +00:00
i386 Allow "foo0: disabled, not probed" message to stay, but make it conditional 1997-10-12 08:31:41 +00:00
isa Change default keymap (I left all the international ones alone) so 1997-10-10 10:32:53 +00:00
isofs/cd9660 Clustered read and write are switched at mount-option level. 1997-09-27 13:40:20 +00:00
kern Distribute and statizice a lot of the malloc M_* types. 1997-10-11 18:31:40 +00:00
libkern
miscfs Distribute and statizice a lot of the malloc M_* types. 1997-10-11 18:31:40 +00:00
modules Make the blank screen saver work with MDA and CGA. The fade and green 1997-10-04 04:24:18 +00:00
msdosfs Distribute and statizice a lot of the malloc M_* types. 1997-10-11 18:31:40 +00:00
net Jumbo patch to implement PAP and CHAP for sppp(4). Partially based on 1997-10-11 11:25:28 +00:00
netatalk Remove dereference of uninitialized (and unused) variable. This enables 1997-10-06 15:56:16 +00:00
netinet Distribute and statizice a lot of the malloc M_* types. 1997-10-11 18:31:40 +00:00
netipx
netkey Distribute and statizice a lot of the malloc M_* types. 1997-10-11 18:31:40 +00:00
netnatm
netns
nfs Distribute and statizice a lot of the malloc M_* types. 1997-10-11 18:31:40 +00:00
nfsclient Distribute and statizice a lot of the malloc M_* types. 1997-10-11 18:31:40 +00:00
nfsserver Distribute and statizice a lot of the malloc M_* types. 1997-10-11 18:31:40 +00:00
pc98 Synchronize with sys/i386/isa/if_ed.c revision 1.122. 1997-10-04 05:19:49 +00:00
pccard - Bring in APM_PCCARD_RESUME support from PAO, FreeBSD style. This new 1997-10-06 05:46:03 +00:00
pci Add IDs for Intel 82371MX/82437MX (mobile PCI chipset). 1997-10-10 11:52:17 +00:00
powerpc/include
rpc
scsi Remove the call to scsi_start_unit() from sd_open(). It was causing 1997-10-12 08:54:47 +00:00
sys Distribute and statizice a lot of the malloc M_* types. 1997-10-11 18:31:40 +00:00
tools
ufs Distribute and statizice a lot of the malloc M_* types. 1997-10-11 18:31:40 +00:00
vm Distribute and statizice a lot of the malloc M_* types. 1997-10-11 18:31:40 +00:00
Makefile