Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-22 | single line attach message | Theo de Raadt | |
2000-03-22 | eissed another renamning of result_status -> result_flags | Jason Wright | |
2000-03-22 | fix arguments to failure printf's (correct numbers and types) | Jason Wright | |
2000-03-22 | Oops... catch up with variable renaming in header file | Jason Wright | |
2000-03-22 | raytheon/webgear ieee 802.11 FH wireless ethernet, from Christian E. Hopps, ↵ | Michael Shalayeff | |
from netbsd | |||
2000-03-22 | new ahc driver. Adds support for newer Adaptec controllers. This ↵ | Steve Murphree | |
represents two months of work. | |||
2000-03-22 | convert some spaces to tabs and make variable names the same as the | Jason Wright | |
surrounding comments | |||
2000-03-22 | sync | Theo de Raadt | |
2000-03-22 | add new adaptec models | Theo de Raadt | |
2000-03-22 | new ahc driver. Adds support for newer Adaptec controllers. This ↵ | Steve Murphree | |
represents two months of work. | |||
2000-03-22 | new ahc driver. Adds support for newer Adaptec controllers. This ↵ | Steve Murphree | |
represents two months of work. | |||
2000-03-22 | new ahc driver. Adds suport for newer Adaptec controllers. This represents ↵ | Steve Murphree | |
two months of work. | |||
2000-03-21 | sync | Theo de Raadt | |
2000-03-21 | 3com 3cr990 crypto ethernet card | Theo de Raadt | |
2000-03-21 | shorten 2nd ID message | Theo de Raadt | |
2000-03-20 | Update after realpha on the source. | Dale S. Rahn | |
2000-03-20 | Apple Bandit was in here twice, once properly alpha, one not | Dale S. Rahn | |
I deleted the wrong one. Now reordered properly. | |||
2000-03-20 | Update | Dale S. Rahn | |
2000-03-20 | Add Apple and Motorola PCI devices. | Dale S. Rahn | |
2000-03-19 | faster log2, more stats, lazy random stirring, more stats, less debug, help ↵ | Michael Shalayeff | |
and ok from provos@ | |||
2000-03-18 | cap the maximum sessions at 2048 since that's all that is available in | Jason Wright | |
the result descriptor (the command descriptor has an extra bit, but it gets blown away in transit). | |||
2000-03-17 | Be sure to mask out the chip stepping when examining the chip level | Jason Wright | |
For round robin requests, use one static variable and hifn_cd to decide the next device to use. | |||
2000-03-17 | Fix some space->\t | Jason 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-17 | Sync with FreeBSD. Also, fix a stupid bug where the dc driver was claiming | Aaron Campbell | |
all PCI interrupts (kind of a bad thing, noticed by jason@); from jason@ | |||
2000-03-16 | document that other vendors use the hifn pci id too | Theo de Raadt | |
2000-03-16 | move aeon to hifn7751 | Theo de Raadt | |
2000-03-15 | Bring in bit definitions from the datasheet and allow shared interrupts. | Jason Wright | |
2000-03-15 | more smurph damage control | Theo de Raadt | |
2000-03-15 | implimented -> implemented | Todd T. Fries | |
2000-03-14 | sloppy smurph, leaving debug garbage behind... | Theo de Raadt | |
2000-03-13 | Add support for more 3com cards. William Yodlowsky ↵ | Mats O Jansson | |
<wyodlows@route1.nj.devry.edu> and me. -moj | |||
2000-03-13 | sync. -moj | Mats O Jansson | |
2000-03-13 | Add some ethernet cards. William Yodlowsky <wyodlows@route1.nj.devry.edu> ↵ | Mats O Jansson | |
and me. -moj | |||
2000-03-10 | repair ramcfg whacking code; mickey | Theo de Raadt | |
2000-03-10 | unlock 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-10 | increased buffer size. | Steve Murphree | |
2000-03-05 | Don't issue an initial SCSI bus reset for Ultra3 cards. What seems to | mjacob | |
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-05 | roll minor revision level | mjacob | |
2000-03-05 | Clean up some error messages so that the channel source is printed. Don't | mjacob | |
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-05 | regen | Michael Shalayeff | |
2000-03-05 | add toshiba pci-isa bridge; from aaron@ | Michael Shalayeff | |
2000-03-04 | sync | Theo de Raadt | |
2000-03-04 | amd devices; dave@dtsp.co.nz | Theo de Raadt | |
2000-03-02 | Prep for CardBus support; from NetBSD. | Aaron Campbell | |
2000-03-02 | protect more reads and rights^Wwrites w/ spl; avoid inline which blows the ↵ | Michael Shalayeff | |
code in twice | |||
2000-03-01 | If sf_encap() fails, we need to drop the packet. If sf_encap() reassembles | Aaron Campbell | |
the mbufs into one big cluster, we need to pass the new pointer to bpf_mtap(). From art@. | |||
2000-03-01 | Proper bus_dma usage, fixes cache incosistencies | Niklas Hallqvist | |
2000-03-01 | sync | Jason Wright | |
2000-03-01 | add broadcom bcm5201; netbsd | Jason Wright | |
2000-02-28 | Regen. | Aaron Campbell | |