summaryrefslogtreecommitdiff
path: root/sys/dev/pci/twe.c
AgeCommit message (Expand)Author
2001-11-13add RCSIDlukem
2001-10-10Back out previous - it causes panics.ad
2001-09-20Use bus_dma to get temporary I/O buffers.ad
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-09-15a whole bunch of changes to improve performance and robustness under load:chs
2001-07-19Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.thorpej
2001-05-31Reduce the delay when polling so that dumps go faster.ad
2001-03-30AEN 0x000c appears to mean `init started'. From lukem.ad
2001-03-07Add BUS_DMA_STREAMING to data transfer maps.thorpej
2001-03-04Don't choke when we get lots of AENs all at once.ad
2001-02-25Wait 10x longer for status bits.ad
2001-02-11Match an upcoming product.ad
2001-01-23Oops, be sure to clear the ATTN interrupt on error.ad
2001-01-22opt_twe.h isn't needed any more.ad
2001-01-22- Complain if interrupt-driven retrieval of AENs fails somehow.ad
2001-01-14splimp() -> splvm()thorpej
2000-12-28Change pci_intr_map to get interrupt source information from a "structsommerfeld
2000-11-14NBPG -> PAGE_SIZEthorpej
2000-11-08- Pull in some updates from FreeBSD - mainly clarifications. Thanks toad
2000-10-20- tsleep()/wakeup_one() will hurt when under load, so use a queue instead.ad
2000-10-19Driver for the 3ware Escalade family of RAID controllers.ad