Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-19 | Reduce delta to FreeBSD by adding and using ahd_alloc() rather than | Kenneth R Westerback | |
manually reproducing bits in ahd_pci.c. Just as in ahc, avoid allocating and freeing zero length bits of memory for platform data. Don't try to free all or part of ahd_softc, but correctly free allocated memory for seep_config if necessary. Add a final few fields to ahd_softc and scb in preparation for updating/fixing timeout handling. No functional changes. | |||
2004-12-10 | Turn on the BUSFREEREV bug for the Rev. B controller. This is required | Kenneth R Westerback | |
to close the 'busfree during non-packetized phase' hole. From FreeBSD aic79xx_pci.c r1.20. | |||
2004-11-18 | More NetBSD cruft removal/FreeBSD delta reduction. Whitespace, function and ↵ | Kenneth R Westerback | |
variable shuffle. No functional change. | |||
2004-11-14 | KNF large chunks of tab-free code discovered while working on previous | Kenneth R Westerback | |
commit. Whitespace, line break and declaration shuffling changes only. | |||
2004-11-14 | More NetBSD cruft removal, starting with 'struct ahd_pci_busdata' and | Kenneth R Westerback | |
the fallout from that. Ensure pcireg_t variables are being used with pci_conf_read/write functions - found one uint16_t variable (pcix_status) being used to store and restore (32 bit) pcireg_t values. Some KNF. No functional changes. | |||
2004-08-23 | Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz> | Marco Peereboom | |
2004-06-23 | Make AHD_DEBUG compile. ok krw@ | Marco Peereboom | |
2004-06-14 | Remove unused descriptive name strings. We use the names the devices return. | Kenneth R Westerback | |
2004-05-25 | Attach scsi bus, find devices without crashing, successfully do simple | Kenneth R Westerback | |
i/o's on i386. De-static many functions. ok marco@ | |||
2004-05-20 | Remove bogus $Id. | Marco Peereboom | |
2004-05-20 | Add ahd. ok krw@ | Marco Peereboom | |