| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
I could find. I have no doubt missed a couple.
Interrupt entropy harvesting is still conditional on the
kern.random.sys.harvest_interrupt sysctl.
|
|
|
|
| |
o Check if it is in PIO_MODE when memory window is not handed.
|
|
|
|
|
|
|
|
|
|
|
| |
o Offset and period in synch messages and width negotiation should be
done for per target not per lun. Move these from *lun_info to
*targ_info.
o Change in handling XPT_RESET_DEV and XPT_GET_TRAN_SETTINGS .
o Change CAM_* xpt_done return values.
o Busy loop did not timeout. Change this to timeout as original NetBSD/pc98.
Reviewed by: bsd-nomads ML
|
|
|
|
| |
#ifdef's as it is only used in older versions of FreeBSD.
|
|
|
|
| |
called so that it can be inlined.
|
|
|
|
| |
an apm include file but had no other apm references.
|
| |
|
|
|
|
|
|
| |
It was possible cause of kernel panic.
Pointed Out by: phk@FreeBSD.ORG
|
|
|
|
|
|
|
| |
used in lower layer (scsi_low.c).
The flag of ncv for KME KXLC004 was chaged from 0x1 to 0x100.
The flag of nsp for PIO mode was chaged from 0x1 to 0x100.
|
|
(a NetBSD port for NEC PC-98x1 machines). They are ncv for NCR 53C500,
nsp for Workbit Ninja SCSI-3, and stg for TMC 18C30 and 18C50.
I thank NetBSD/pc98 and bsd-nomads people.
Obtained from: NetBSD/pc98
|