Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Quick, low impact band-aide to unbreak the build. Added && 0 so we | ru | 2002-06-01 | 1 | -1/+1 |
| | | | | | | | ifdef out what appears to be a bogus call to softintr using data elements that aren't in the softc. Forgotten by: imp | ||||
* | Check for defined(__i386__) instead of just defined(i386) since the compiler | alfred | 2002-05-30 | 1 | -3/+3 |
| | | | | will be updated to only define(__i386__) for ANSI cleanliness. | ||||
* | Remove __P. | alfred | 2002-03-20 | 1 | -8/+8 |
| | |||||
* | Catch up with NetBSD/pc98. | non | 2001-07-14 | 1 | -44/+105 |
| | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Added another wd33c93 based SCSI card driver which replaces the bs driver. | nyan | 2001-02-27 | 1 | -0/+155 |
Now, default is still bs. Submitted by: nyan and non. Obtained from: NetBSD/pc98 |