Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | implimented -> implemented | Todd T. Fries | |
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-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-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-02-28 | Regen. | Aaron Campbell | |
2000-02-28 | Add Trident Cyber 9525. | Aaron Campbell | |
2000-02-22 | Regen. | Aaron Campbell | |
2000-02-22 | Add some more Texas Instruments PCI-CardBus bridges; from NetBSD. | Aaron Campbell | |
2000-02-21 | From FreeBSD: | Jason Wright | |
correct usage of m_pullup for small frames bzero() contents of mbuf when manually padding the frame | |||
2000-02-21 | From FreeBSD: Correct use of NULL/0 | Jason Wright | |
2000-02-20 | Add 12160 (Ultra3) support. Handle case of Extended CMD CDBs (cdbs with | mjacob | |
more than 12 byte) for parallel SCSI. | |||
2000-02-19 | From NetBSD: | Todd C. Miller | |
o Use newer pci attach method o Set chip_type corectly Fixes panic with the 3?940UW boards | |||
2000-02-18 | sync | Theo de Raadt | |
2000-02-18 | shorten | Theo de Raadt | |
2000-02-15 | sync with FreeBSD: | Jason Wright | |
o issue an RX reset in xl_init() for non-mii cards o keep driver and receiver in sync | |||
2000-02-15 | update ti firmware to 12.3.18 | Jason Wright | |
2000-02-15 | undo previous, temporarily | Jason Wright | |
2000-02-15 | make sure to call ether_{add,del}multi() as appropriate in xxx_ioctl() | Jason Wright | |
2000-02-13 | Stupid typo that made errors hang the driver | Niklas Hallqvist | |
2000-02-11 | Intel 82452 (Pro/1000) driver from mjacob@feral.com | Jason Wright | |
2000-02-11 | regen | Michael Shalayeff | |
2000-02-11 | 2 more c-media audio devices | Michael Shalayeff | |
2000-02-11 | sync | Jason Wright | |
2000-02-11 | Intel 82452 | Jason Wright | |
2000-02-10 | mention where to find the BT848 data sheet nowadays. handy for those serious ↵ | David Leonard | |
about understanding the driver. | |||
2000-02-08 | Remove name field from ncr_chip_table since it doesn't have the chip name | Todd C. Miller | |
anymore. Instead, we print the scsi version supported based on the features flags. | |||
2000-02-08 | sync | Theo de Raadt | |
2000-02-08 | sun pci hme | Theo de Raadt | |
2000-02-07 | remove verbosity in dmesg; openbsd commit #10,000 for me | Theo de Raadt | |
2000-02-07 | sync with netbsd. ok @deraadt | Kenneth R Westerback | |
2000-02-07 | regen | Niklas Hallqvist | |
2000-02-07 | Rough but working driver for ICP-Vortex RAID | Niklas Hallqvist | |
2000-02-06 | LVD support, from FreeBSD, tested for half a year by several people | Niklas Hallqvist | |
2000-02-06 | Maintain tx clock state and set RED LED appropriately for SSI card | Chris Cappuccio | |
2000-02-06 | missing \n on printf | Chris Cappuccio | |