Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged from sys/dev/aic/aic_isa.c revision 1.7. | nyan | 2001-04-01 | 1 | -1/+5 |
| | |||||
* | Fix a few things in the aic(4) driver: | ken | 2001-03-16 | 4 | -7/+47 |
| | | | | | | | | | | - enable 10MHz (fast SCSI) operation on boards that support it. (only aic6360 boards with fast SCSI enabled can do it) - bounds check sync periods and offsets passed in from the transport layer - tell the user which resource allocation failed (for the ISA probe) if we weren't able to allocate an IRQ, DRQ or I/O port. | ||||
* | Turn on interrupt-entropy harvesting for all/any mass storage devices | markm | 2001-03-01 | 3 | -6/+6 |
| | | | | | | | I could find. I have no doubt missed a couple. Interrupt entropy harvesting is still conditional on the kern.random.sys.harvest_interrupt sysctl. | ||||
* | Sigh, nobody ever got back to me about this. So, here it is.. | peter | 2001-02-23 | 1 | -8/+35 |
| | | | | Implement auto scsi scan at insert time for the aic driver. | ||||
* | Use PCCARD_CIS_xxx #defines for the table of oem ids. These usually | imp | 2001-01-21 | 1 | -6/+6 |
| | | | | translate to all NULLs (as for all the ones in this commit). | ||||
* | Add aic to the list of drivers that might work with NEWCARD. I've added | imp | 2001-01-08 | 1 | -6/+43 |
| | | | | | the same config lines that NetBSD has. This builds with both NEWCARD and GENERIC config files. | ||||
* | Add module dependencies on CAM module. | imp | 2000-12-13 | 3 | -0/+3 |
| | | | | Submitted by: Michael Reifenberger | ||||
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
| | |||||
* | remove 5 unnecessary includes, per phk's script | imp | 2000-09-20 | 4 | -5/+0 |
| | |||||
* | Terminate aic_ids[] | brian | 2000-06-19 | 1 | -0/+1 |
| | |||||
* | Unused include: #include "aic.h" | peter | 2000-06-10 | 1 | -2/+0 |
| | |||||
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -1/+1 |
| | | | | | | It was not discussed and should probably not happen. Requested by: msmith and others | ||||
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -1/+1 |
| | | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd | ||||
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 1 | -1/+0 |
| | | | | Remove ~60 unneeded #include <sys/malloc.h> | ||||
* | Remove unneeded <sys/buf.h> includes. | phk | 2000-04-18 | 1 | -1/+0 |
| | | | | | Due to some interesting cpp tricks in lockmgr, the LINT kernel shrinks by 924 bytes. | ||||
* | - Added PC-98 Cbus frontend. | nyan | 2000-03-29 | 1 | -0/+281 |
| | | | | | | | - Move dev/aic/aic_isa.c entry from conf/files to conf/files.MACHINE because PC-98 uses different file. Submitted by: nyan and IMAI Takeshi <take-i@ceres.dti.ne.jp> | ||||
* | Add support to aic for pccard attachments. Reports from testers have | imp | 2000-01-14 | 3 | -1/+185 |
| | | | | | | | been so positive that I'm going to go ahead and commit this now rather than do another round of patches. My Adaptec 1460D works great with these changes. | ||||
* | Adjust data pointers for untransmitted bytes in fifos when there's phase | luoqi | 1999-12-16 | 1 | -5/+13 |
| | | | | change during data transfer. | ||||
* | Disconnect and tagged queueing now really work. Also fix a bug that's | luoqi | 1999-12-04 | 3 | -101/+115 |
| | | | | causing problems to slow devices. | ||||
* | Bug fix: allow reset device command to complete. | luoqi | 1999-10-28 | 1 | -1/+5 |
| | |||||
* | Fix a typo which would result a bad REQUEST SENSE command be sent to | luoqi | 1999-10-26 | 1 | -5/+19 |
| | | | | | | a device at lun != 0. Enable tagged queueing (should it be spelled as queuing?) by default. | ||||
* | A few improvements and cleanups. | luoqi | 1999-10-21 | 1 | -48/+61 |
| | |||||
* | Non-functional changes. Add some comments before I start to forget how | luoqi | 1999-10-21 | 1 | -3/+111 |
| | | | | everything works myself. | ||||
* | Adaptec 6260/6360 CAM driver. | luoqi | 1999-10-21 | 4 | -0/+2082 |