| Commit message (Expand) | Author | Age | Files | Lines |
| * | Upgrade to version 1.1 of the aic79xx U320 driver. | Justin T. Gibbs | 2002-09-26 | 6 | -243/+335 |
| * | Expand vendor ID. | Justin T. Gibbs | 2002-09-26 | 1 | -1/+1 |
| * | Correct a spelling error. | Justin T. Gibbs | 2002-09-26 | 1 | -2/+2 |
| * | Sync perforce IDs for changes first committed to FreeBSD and then | Justin T. Gibbs | 2002-09-26 | 4 | -4/+4 |
| * | Use inttypes.h | Justin T. Gibbs | 2002-09-26 | 5 | -7/+26 |
| * | Argh, isa(4), eisa(4) and mca(4) now attach to legacy(4) instead of | John Baldwin | 2002-09-26 | 2 | -2/+2 |
| * | The AAC_COMPAT_LINUX option was really annoying, since it made the | Scott Long | 2002-09-25 | 2 | -52/+84 |
| * | - Use vrefcnt() instead of v_usecount. | Jeff Roberson | 2002-09-25 | 1 | -1/+1 |
| * | Add some PCI id's for fxp. I've only tested 0x103B, but the Intel | Paul Saab | 2002-09-24 | 1 | -0/+4 |
| * | Code cleanup: use mpt_prt instead of device_printf. | Matt Jacob | 2002-09-24 | 5 | -222/+171 |
| * | Corrected license in the source files. It should say "MUST" instead of "MAY". | Prafulla Deuskar | 2002-09-24 | 5 | -104/+94 |
| * | Move the com_emr register definition to sioreg.h. | Yoshihiro Takahashi | 2002-09-24 | 1 | -0/+1 |
| * | Parameterize MPT_MAX_REQUESTS based upon device type (FC has Global Credits | Matt Jacob | 2002-09-23 | 4 | -82/+99 |
| * | use __packed. | Alfred Perlstein | 2002-09-23 | 14 | -216/+216 |
| * | Now that we only probe host-PCI bridges once, we no longer have to check to | John Baldwin | 2002-09-23 | 1 | -12/+0 |
| * | use __packed/__aligned rather than GCC-specific __attribute__. | Alfred Perlstein | 2002-09-23 | 2 | -14/+14 |
| * | s/__attribute__((__packed__))/__packed/g | Alfred Perlstein | 2002-09-23 | 2 | -5/+5 |
| * | Wads more cleanup... | Matt Jacob | 2002-09-23 | 1 | -176/+233 |
| * | Recognize the single channel 2Gb card (FC919)- thanks to LSI Logic for | Matt Jacob | 2002-09-23 | 1 | -2/+14 |
| * | We do not need to expose mpt_notify outside of mpt_freebsd.c. | Matt Jacob | 2002-09-23 | 1 | -1/+0 |
| * | When freeing a request, zero out the sequence number. | Matt Jacob | 2002-09-23 | 1 | -2/+3 |
| * | Remove ISP_DMA_ADDR_T definition. | Matt Jacob | 2002-09-23 | 1 | -10/+17 |
| * | Add MBOX_INIT_REQ_QUEUE_A64/MBOX_INIT_RES_QUEUE_A64 definitions. | Matt Jacob | 2002-09-23 | 1 | -0/+6 |
| * | Redo dma tag creation to correctly reflect the boundary and segment | Matt Jacob | 2002-09-23 | 1 | -8/+7 |
| * | Re-specify the bus space creation such that if we have ISP_DAC_SUPPORTED | Matt Jacob | 2002-09-23 | 1 | -8/+12 |
| * | Fix buglet in A64 CTIO3 structure copy. | Matt Jacob | 2002-09-23 | 1 | -1/+1 |
| * | Remove ISP_DMA_ADDR_T define (see ispvar.h) | Matt Jacob | 2002-09-23 | 1 | -1/+4 |
| * | If we have a 1240 or an ULTRA2 or better card, use MBOX_INIT_RES_QUEUE_A64 | Matt Jacob | 2002-09-23 | 1 | -22/+49 |
| * | The ahc driver should only have one devclass, not one for each bus | Scott Long | 2002-09-22 | 4 | -9/+10 |
| * | Fix a couple of longstanding typos which would have made a | John Polstra | 2002-09-22 | 1 | -1/+2 |
| * | Follow the lead of recent changes in the 3com Linux driver by | John Polstra | 2002-09-22 | 1 | -46/+3 |
| * | Set up the BCM570x chip's DMA Read/Write Control register more | John Polstra | 2002-09-22 | 1 | -2/+10 |
| * | Initialize fwsectors/fwheads to allow the DIOCGFWSECTORS and | Peter Grehan | 2002-09-22 | 1 | -2/+2 |
| * | Move the com_scr register address definition over with the other seven. | Poul-Henning Kamp | 2002-09-22 | 2 | -2/+1 |
| * | Remove #ifdef'ed Giant mutex wrappers round debugging statements. | Mark Murray | 2002-09-21 | 2 | -10/+0 |
| * | Cleanup of amdpm(4). | Nicolas Souchu | 2002-09-21 | 1 | -0/+1 |
| * | No functional change. Fix comments and whitespace. | Mark Murray | 2002-09-21 | 1 | -4/+3 |
| * | Everywhere else, an argument passed to a device containing flags | Mark Murray | 2002-09-21 | 1 | -5/+4 |
| * | don't include bus_dma.h which doesn't need. | Hidetoshi Shimokawa | 2002-09-21 | 1 | -3/+0 |
| * | remove unused code. | Hidetoshi Shimokawa | 2002-09-21 | 1 | -15/+0 |
| * | Remove empty #if*/#endif clauses. | Poul-Henning Kamp | 2002-09-21 | 3 | -7/+0 |
| * | Add missing semicolon | Peter Grehan | 2002-09-20 | 1 | -1/+1 |
| * | (This commit touches about 15 disk device drivers in a very consistent | Poul-Henning Kamp | 2002-09-20 | 12 | -110/+49 |
| * | This file does not <sys/disklabel.h> | Poul-Henning Kamp | 2002-09-20 | 1 | -1/+0 |
| * | Remove unused #includes: <sys/disk.h> <sys/devicestat.h> and <sys/sysctl.h> | Poul-Henning Kamp | 2002-09-20 | 4 | -11/+0 |
| * | Reduce <sys/disklabel.h> poisoning a bit. | Poul-Henning Kamp | 2002-09-20 | 2 | -1/+1 |
| * | Include <sys/ioccom.h> directly, rather than indirectly through | Poul-Henning Kamp | 2002-09-20 | 1 | -1/+1 |
| * | Remove even more Copy&Pasted sets of #includes. | Poul-Henning Kamp | 2002-09-20 | 2 | -16/+0 |
| * | Remove unused #includes. Looks amacingly like the exact same set | Poul-Henning Kamp | 2002-09-20 | 1 | -6/+0 |
| * | Remove #include of <sys/disklabel.h> (and a few other unused #includes I | Poul-Henning Kamp | 2002-09-20 | 1 | -8/+0 |