summaryrefslogtreecommitdiffstats
path: root/sys/dev/nsp/nsp_pccard.c
Commit message (Collapse)AuthorAgeFilesLines
* Use __FBSDID().obrien2003-08-241-1/+3
| | | | Also some minor style cleanups.
* o Changes to support NEWCARD.non2002-11-281-2/+35
| | | | | | | | | | | o Add needed headers. o Add nsp_producs[] product data and nsp_match() function. o Change nsp_pccard_method[] to support both OLDCARD and NEWCARD. o Add warning to fall back to PIO mode when it cannot use SMIT mode. This is needed because memories are not allocated with NEWCARD now. Submitted by: takawata Approved by: re
* Remove unused #includes. Looks amacingly like the exact same setphk2002-09-201-6/+0
| | | | | | as I just removed from ncr53c500_pccard.c. Sponsored by: DARPA & NAI Labs.
* Remove __P.alfred2002-03-201-1/+1
|
* o Add KLD support for scsi_low.non2001-12-151-0/+1
| | | | | | o Add KLD dependency of ncv, nsp and stg drivers to scsi_low. Submitted by: takawata
* Remove PAO3 dependent part.non2001-11-031-104/+0
| | | | This will not affect either -current nor -stable.
* We should not pass the size of the memory to bus_alloc_resource().non2001-09-041-1/+1
| | | | | | We should use 1 to request default iomem. Pointed-out-by: imp
* Demand minimum I/O size rather than 0 when it callsnon2001-09-021-1/+1
| | | | | | bus_alloc_resource(dev, SYS_RES_IOPORT, ...) Pointed-out by: Yamamoto-san shigeru@iij.ad.jp
* Catch up with NetBSD/pc98.non2001-07-141-2/+6
| | | | | | | | | | | | | | | | | | | | | | | o Much cleanly separate NetBSD(XS) / FreeBSD(CAM) codes. o Improve tagged queing support (full QTAG). o Improve quirk support. o Improve parity error retry. o Impliment wide negotheation. o Cmd link support. o Add copyright of CAM part. o Change for CAM_NEW_TRAN_CODE. o Work around for buggy KME UJDCD450. o stg: add disconnet condition. o nsp: use suspend I/O. and more. I thank Honda-san. conf/options.pc98: add CT_USE_RELOCATE_OFFSET and CT_BUS_WEIGHT dev/{ct,ncv,nsp,stg}/*_{pccard,isa}.c: add splcam() before calling attach/detach functions. Tested by: bsd-nomads Obtained from: NetBSD/pc98
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-011-1/+1
| | | | | | | 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 the size of I/O window handed by parent bus.non2001-02-251-8/+13
| | | | o Check if it is in PIO_MODE when memory window is not handed.
* Move nsp_card_intr()'s prototype and definition inside the appropriatejhb2001-01-231-8/+8
| | | | #ifdef's as it is only used in older versions of FreeBSD.
* Zap some cut-paste code that isn't used. It #included "apm.h" andpeter2001-01-191-6/+0
| | | | an apm include file but had no other apm references.
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-0/+2
|
* Change flags of ncv and nsp driver. Both were conflicted with the flagsnon2000-10-291-1/+1
| | | | | | | 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.
* Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98non2000-10-231-0/+414
(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
OpenPOWER on IntegriCloud