jrf
5e1e6d519e
Added three scsi IDs which were tested by Dave Barnes who sent in
...
three PRs regarding them: 17836, 17837, 17838. Did a few kernel
compiles with them just to make sure they are okay. Approved by
christos@, thanks to Dave for sending the PRs and verifying to me
that they work.
2003-08-07 17:54:26 +00:00
wiz
86e9cd6e52
Add a cast to avoid an integer overflow.
...
Fixes playing (at least some) DVDs.
Patch from Tsubai Masanari (tsubai at iri.co.jp) -- thanks a lot!
2003-07-18 14:33:54 +00:00
martin
15a7538ed4
If a CD drive reports != 2048 byte block size, try to change it into
...
2048 byte mode. Fixes PR kern/22090.
Reviewed by Manuel Bouyer.
2003-07-10 18:18:40 +00:00
fvdl
d5aece61d6
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
...
and need to be examined and discussed more.
2003-06-29 22:28:00 +00:00
darrenr
960df3c8d1
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
...
be inserted into ktrace records. The general change has been to replace
"struct proc *" with "struct lwp *" in various function prototypes, pass
the lwp through and use l_proc to get the process pointer when needed.
Bump the kernel rev up to 1.6V
2003-06-28 14:20:43 +00:00
thorpej
292b5a8b0c
Use aprint*().
2003-05-13 03:00:07 +00:00
thorpej
e43fecb228
Change bounds_check_with_label() to take a pointer to the disk structure,
...
rather than the label itself. This paves the way for some future changes.
2003-05-10 23:12:28 +00:00
wiz
1ffa7b76c4
DMA, not dma nor Dma.
2003-05-03 18:10:37 +00:00
fvdl
1f81d34aa0
Local change I had lying around: add NOLUNS quirk for an older seagate
...
drive.
2003-05-02 12:27:49 +00:00
dsl
d91455ce26
Change return type of readdisklabel() to const char *
...
I hope I've found all the correct places!
2003-05-02 08:45:10 +00:00
fvdl
8775f88505
Add another IBM drive that incorrectly reports DT only.
2003-04-21 18:07:14 +00:00
fvdl
ee7b6f07aa
One more FreeBSD compat define.
2003-04-20 23:43:04 +00:00
fvdl
4fe822c162
Correct typo in previous.
2003-04-20 12:05:42 +00:00
fvdl
3bc3f3793f
Add FreeBSD compat define for PPR_PCOM
2003-04-20 11:53:28 +00:00
fvdl
40565542e4
Add NetBSD RCS id.
2003-04-19 19:21:35 +00:00
fvdl
a434795392
Add a PCAP_NODT quirk. I have two older Quantum Atlas drives that work
...
fine at U2W, but barf at U160, with different controllers. Unfortunately
sometimes just being initialized at U160 does the trick, so setting them
to lower speed in the BIOS may also be needed.
2003-04-19 19:16:06 +00:00
fvdl
016a1095a9
A device should always respond to inquiry or test unit ready; disable
...
retries for these during discovery. From Pascal Renauld at Network
Storage Solutions, Inc
2003-04-19 19:12:59 +00:00
fvdl
ea399d0682
Add MSG_QAS_REQUEST definition.
2003-04-19 19:11:13 +00:00
fvdl
76a06d99f3
IU pkt/task definitions include file. From FreeBSD.
2003-04-19 19:10:25 +00:00
nathanw
c4921eb479
Remove extra right paren.
2003-04-16 21:08:06 +00:00
thorpej
ce68b169df
* Change the APIs that handle the sync period to work with 100ths of ns,
...
rather than 10ths of ns. This is necessary in order to represent
Ultra320 SCSI.
* Add Ultra320 SCSI to the scsipi_syncparams[] table.
We're not going to bother bumping any version numbers with this change; only
the "hba" driver uses scsipi_sync_period_to_factor(), and the uses of
scsipi_sync_factor_to_period() are all internal to the scsipi code. Most
things just pass the factor around, which is unchanged by this.
Reviewed by Frank van der Linden.
2003-04-16 20:25:59 +00:00
perry
5f549c5ea8
Add a quirk for the Tandberg SLR/5
...
Fix supplied by Rex McMaster in PR kern/13603
2003-04-14 16:18:23 +00:00
fvdl
8103646465
Check RAW_PART against the media size instead of the disklabel.
...
Add the media size in 512-byte sectors to the softc, to avoid
some 64 bit computations. Bump the capacity stored in softcs
for disks to 64 bits.
2003-04-03 22:18:23 +00:00
erh
dcf3619707
Add a quirk to allow my NEO Jukebox to work again.
2003-04-03 17:41:51 +00:00
dbj
1820cd2e5c
use PRId64 to printf bp->b_blkno, which is of type daddr_t
2003-03-20 05:49:21 +00:00
bouyer
8bc89ec2cb
Move the SCSI_DELAY before the serialization for probe. multiple SCSI busses
...
can sleep, only probes have to be keept ordered.
2003-03-14 22:17:14 +00:00
drochner
49e6bf0fa5
Add support for "simplified direct" (aka RBC) devices.
...
This reveals some ugly points in the sd driver, as
the PQUIRK_ONLYBIG flag (there are 6, 10, 12 and 16 byte
CDBs for r/w) and the handling of small/big mode
select/sense. This should be cleaned up.
Also the "long" struct disk_parms.disksize is worth
a thought...
2003-03-07 16:18:57 +00:00
thorpej
eb14e86676
Add a new BUF_INIT() macro which initializes b_dep and b_interlock, and
...
use it. This fixes a few places where either b_dep or b_interlock were
not properly initialized.
2003-02-25 20:35:31 +00:00
yamt
bcd7beec98
initialize b_interlock properly.
...
(for ioctl)
2003-02-23 08:50:58 +00:00
hannken
8f45c81f55
Add PQUIRK_NO_FLEX_PAGE for Fujitsu MO MCJ3230AP.
...
This drive returns bogus geometry (0 heads, 0 sectors).
2003-02-19 14:33:15 +00:00
pk
c94277bcbc
Remove NOTAG quirk for the Seagate ST11200N; the cause of the failure that
...
prompted this entry was actually a driver bug.
2003-02-10 08:10:51 +00:00
mjacob
caffbd9ad1
kern/20231- pass the correct argument (arg_addr) on thru to scsipi_do_ioctl,
...
not the locally dereferenced fetch.
2003-02-07 17:36:13 +00:00
pk
338f31f581
Make the buffer cache code MP-safe.
2003-02-05 21:38:38 +00:00
wrstuden
28a2da880e
Add defines and structure for control mode page.
2003-02-04 18:09:40 +00:00
thorpej
882dec6ba3
Test callout_pending(), not callout_active(), and eliminate now-unnecessary
...
callout_deactivate() calls.
2003-02-03 23:50:59 +00:00
bouyer
6acd95acc8
Add PQUIRK_NOLUNS entry for "NEC ", "CD-ROM DRIVE:502".
...
Fixes PR kern/18479
2003-02-01 21:38:09 +00:00
bouyer
0e0c2ae01d
Remove revision in quirk entry for TOSHIBA XM-4101TASUNSLCD. The same drive with a newer revision also fails, so assume all revisions are bad until proven otherwise. Should fix PR kern/19912.
2003-01-27 18:55:24 +00:00
bad
f4aacfe9fc
Being able to make image backups of your whole disk, not to mention not
...
causing certain ata disks to lock up by reading beyond the last block,
beats catering to broken devices.
bounds_check_with_label() RAW_PART too.
2003-01-23 00:00:32 +00:00
simonb
b2fd1c7b6d
Remove a line of unreachable code. It seems to be a remnant of starting
...
off with a different driver, and the way this code is structured the
offending line isn't needed.
2003-01-21 00:24:20 +00:00
simonb
276fd1665c
The Double-Semi-Colon Police.
2003-01-20 05:29:53 +00:00
simonb
4a67cf4f79
Only declare and set the "info" variable #ifndef SCSIVERBOSE.
2003-01-20 04:08:44 +00:00
martin
13e2ed575e
Merge botch.
2003-01-18 12:05:39 +00:00
toshii
389a24609c
Use the correct byte positions to read data returned by DVD_LU_SEND_RPC_STATE.
2003-01-13 03:32:56 +00:00
pk
d15d3cbfc0
Add two disks capable of doing synchronous transfer mode, but don't
...
report SCSI2: "MICROP 1924" and "FUJITSU M2266"
2003-01-09 12:25:00 +00:00
matt
5d09a84558
Add multiple inclusion protection.
2003-01-06 21:02:18 +00:00
wiz
1035faff1d
writable, not writeable.
2003-01-06 20:30:28 +00:00
thorpej
72a7af27b0
Use aprint_normal() in cfprint routines.
2003-01-01 00:10:15 +00:00
jmcneill
ee462f15e8
Another sizeof -> 4 + 2048 fix for dvd_read_manufact after malloc changes
2002-12-15 17:48:14 +00:00
jmcneill
675603655c
In dvd_read_disckey, sizeof(buf) is no longer '4 + 2048' after the
...
malloc change. Replace 'sizeof(buf)' with '4 + 2048' -- this makes
dvd_read_disckey work properly again.
2002-12-15 17:43:50 +00:00
fvdl
530a60a1e0
Don't waste too much kernel stack space on (infrequent) ioctl operations,
...
use malloc instead for temp space.
2002-12-15 01:55:44 +00:00