Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
| | |||||
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -2/+2 |
| | | | | | | 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 | -2/+2 |
| | | | | | | | | 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. | ||||
* | Set the value of rid variable for bus_alloc_resource(dev, SYS_RES_IOPORT,...) | nyan | 2000-04-12 | 1 | -2/+4 |
| | | | | | | to PCI_BASE_ADDR0 (== 0x10). Tested by: Brian Somers <brian@Awfulhak.org> | ||||
* | Newbusify amd driver. | nyan | 2000-04-07 | 2 | -91/+98 |
| | | | | Some error messages are added by Brian Somers <brian@Awfulhak.org>. | ||||
* | Ahhrggg. Put the test for the compat shims AFTER the file that includes | imp | 2000-03-27 | 1 | -4/+4 |
| | | | | | | them. Pointed out by: bde | ||||
* | Per conversations in -current, add #error to these drivers when you don't | imp | 2000-03-27 | 1 | -0/+4 |
| | | | | have the right compatibility shims enabled. ISA drivers to follow later. | ||||
* | The error status for a scsi status error is "CAM_SCSI_STATUS_ERROR", not 0. | gibbs | 2000-01-14 | 1 | -1/+2 |
| | |||||
* | Properly set the alignment argument to bus_dma_tag_create(). If we | gibbs | 1999-08-16 | 1 | -1/+3 |
| | | | | don't care about the alignment, set it to 1, meaning single byte alignment. | ||||
* | First cut at a driver for the amd53c974 PCI SCSI host adapter. This | gibbs | 1999-05-22 | 2 | -0/+3015 |
driver lacks error recovery and still needs more testing, but it's about time I got it under revision control. Submitted by: Tekram Inc. Bus Space/DMA and cleanup: gibbs |