summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2000-03-22single line attach messageTheo de Raadt
2000-03-22eissed another renamning of result_status -> result_flagsJason Wright
2000-03-22fix arguments to failure printf's (correct numbers and types)Jason Wright
2000-03-22Oops... catch up with variable renaming in header fileJason Wright
2000-03-22raytheon/webgear ieee 802.11 FH wireless ethernet, from Christian E. Hopps, ↵Michael Shalayeff
from netbsd
2000-03-22new ahc driver. Adds support for newer Adaptec controllers. This ↵Steve Murphree
represents two months of work.
2000-03-22convert some spaces to tabs and make variable names the same as theJason Wright
surrounding comments
2000-03-22syncTheo de Raadt
2000-03-22add new adaptec modelsTheo de Raadt
2000-03-22new ahc driver. Adds support for newer Adaptec controllers. This ↵Steve Murphree
represents two months of work.
2000-03-22new ahc driver. Adds support for newer Adaptec controllers. This ↵Steve Murphree
represents two months of work.
2000-03-22new ahc driver. Adds suport for newer Adaptec controllers. This represents ↵Steve Murphree
two months of work.
2000-03-21syncTheo de Raadt
2000-03-213com 3cr990 crypto ethernet cardTheo de Raadt
2000-03-21shorten 2nd ID messageTheo de Raadt
2000-03-20Update after realpha on the source.Dale S. Rahn
2000-03-20Apple Bandit was in here twice, once properly alpha, one notDale S. Rahn
I deleted the wrong one. Now reordered properly.
2000-03-20UpdateDale S. Rahn
2000-03-20Add Apple and Motorola PCI devices.Dale S. Rahn
2000-03-19faster log2, more stats, lazy random stirring, more stats, less debug, help ↵Michael Shalayeff
and ok from provos@
2000-03-18cap the maximum sessions at 2048 since that's all that is available inJason Wright
the result descriptor (the command descriptor has an extra bit, but it gets blown away in transit).
2000-03-17Be sure to mask out the chip stepping when examining the chip levelJason Wright
For round robin requests, use one static variable and hifn_cd to decide the next device to use.
2000-03-17Fix some space->\tJason Wright
Attempt to figure out how much context ram is on the board (known to work with sram boards). From the amount of ram & other configuration, figure out how many sessions are available for storage.
2000-03-17Sync with FreeBSD. Also, fix a stupid bug where the dc driver was claimingAaron Campbell
all PCI interrupts (kind of a bad thing, noticed by jason@); from jason@
2000-03-16document that other vendors use the hifn pci id tooTheo de Raadt
2000-03-16move aeon to hifn7751Theo de Raadt
2000-03-15Bring in bit definitions from the datasheet and allow shared interrupts.Jason Wright
2000-03-15more smurph damage controlTheo de Raadt
2000-03-15implimented -> implementedTodd T. Fries
2000-03-14sloppy smurph, leaving debug garbage behind...Theo de Raadt
2000-03-13Add support for more 3com cards. William Yodlowsky ↵Mats O Jansson
<wyodlows@route1.nj.devry.edu> and me. -moj
2000-03-13sync. -mojMats O Jansson
2000-03-13Add some ethernet cards. William Yodlowsky <wyodlows@route1.nj.devry.edu> ↵Mats O Jansson
and me. -moj
2000-03-10repair ramcfg whacking code; mickeyTheo de Raadt
2000-03-10unlock cryptography functions on Hi/fn 7751 cryptography card. Based on ↵Michael Shalayeff
reverse engineering of an unlock binary provided by Invertex, for their AEON card, which uses the chip
2000-03-10increased buffer size.Steve Murphree
2000-03-05Don't issue an initial SCSI bus reset for Ultra3 cards. What seems tomjacob
happen is that the SCSI bus reset, even after several seconds delay, seems to cause the Qlogic to then destroy several subsequent commands (which, ha ha, happen during probing for devices). I dunno why this is- some Qlogic f/w problem that we need to step around.
2000-03-05roll minor revision levelmjacob
2000-03-05Clean up some error messages so that the channel source is printed. Don'tmjacob
wipe out the whole marker flag when a bus event happens on one channel- just or in the channel that needs to have a marker sent. Correctly mark a PORT CHANGED error with a 'selection timeout'.
2000-03-05regenMichael Shalayeff
2000-03-05add toshiba pci-isa bridge; from aaron@Michael Shalayeff
2000-03-04syncTheo de Raadt
2000-03-04amd devices; dave@dtsp.co.nzTheo de Raadt
2000-03-02Prep for CardBus support; from NetBSD.Aaron Campbell
2000-03-02protect more reads and rights^Wwrites w/ spl; avoid inline which blows the ↵Michael Shalayeff
code in twice
2000-03-01If sf_encap() fails, we need to drop the packet. If sf_encap() reassemblesAaron Campbell
the mbufs into one big cluster, we need to pass the new pointer to bpf_mtap(). From art@.
2000-03-01Proper bus_dma usage, fixes cache incosistenciesNiklas Hallqvist
2000-03-01syncJason Wright
2000-03-01add broadcom bcm5201; netbsdJason Wright
2000-02-28Regen.Aaron Campbell