mdodd
04e6064fe9
Clean up argument comments for bus_dma_tag_create() calls.
2003-03-29 09:46:10 +00:00
peter
9a5a0eace4
Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in the
...
'int nsegments' argument to bus_dma_tag_create(). ~0ul does not fit in
an int on machines with 64 bit longs.
2002-10-09 08:54:32 +00:00
nyan
f8387c5561
Use rman_get_start instead of bus handle directly.
2000-01-17 12:38:00 +00:00
peter
3b842d34e8
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
gibbs
c1664fa91a
Properly set the alignment argument to bus_dma_tag_create(). If we
...
don't care about the alignment, set it to 1, meaning single byte alignment.
1999-08-16 01:52:21 +00:00
peter
e5f4c63f13
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
...
files. config will leave the whole file out if configured to do so.
1999-07-03 20:17:08 +00:00
dfr
e4989c23fe
Move the declaration of the interrupt type from the driver structure
...
to the BUS_SETUP_INTR call.
1999-05-08 21:59:43 +00:00
gibbs
8da13829f4
ahc_pci.c:
...
Convert to new bus and bus dma.
Use latest PCI API.
bt_pci.c:
Fix a few bugs in how resourses are released left over from
when this driver was converted to new bus.
1999-04-23 23:30:22 +00:00
peter
d31d6be6f6
Implement an EISA new-bus framework. The old driver probe mechanism
...
had a quirk that made a shim rather hard to implement properly and it was
just easier to convert the drivers in one go. The changes to the
buslogic driver go beyond just this - the whole driver was new-bus'ed
including pci and isa. I have only tested the EISA part of this so far.
Submitted by: Doug Rabson <dfr@nlsystems.com>
1999-04-18 15:50:35 +00:00
dillon
1b46557c21
probe function changed from returning char * to const char *.
1998-12-14 06:37:37 +00:00
gibbs
7fc0da3e67
Convert to change in ISA compatiblity port handling in the base bt driver.
1998-11-10 06:45:14 +00:00
gibbs
0fcabcf90e
Do not disable the ISA compatibility window if it is the same value as
...
that set for our PCI IO address space. This can happen on the BT-946.
1998-10-30 02:06:44 +00:00
gibbs
5818d24834
Mylex/Buslogic MultiMaster SCSI-Host Adapter Driver for CAM.
1998-09-15 07:32:57 +00:00