summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
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-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-15implimented -> implementedTodd T. Fries
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-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-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-02-28Regen.Aaron Campbell
2000-02-28Add Trident Cyber 9525.Aaron Campbell
2000-02-22Regen.Aaron Campbell
2000-02-22Add some more Texas Instruments PCI-CardBus bridges; from NetBSD.Aaron Campbell
2000-02-21From FreeBSD:Jason Wright
correct usage of m_pullup for small frames bzero() contents of mbuf when manually padding the frame
2000-02-21From FreeBSD: Correct use of NULL/0Jason Wright
2000-02-20Add 12160 (Ultra3) support. Handle case of Extended CMD CDBs (cdbs withmjacob
more than 12 byte) for parallel SCSI.
2000-02-19From NetBSD:Todd C. Miller
o Use newer pci attach method o Set chip_type corectly Fixes panic with the 3?940UW boards
2000-02-18syncTheo de Raadt
2000-02-18shortenTheo de Raadt
2000-02-15sync 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-15update ti firmware to 12.3.18Jason Wright
2000-02-15undo previous, temporarilyJason Wright
2000-02-15make sure to call ether_{add,del}multi() as appropriate in xxx_ioctl()Jason Wright
2000-02-13Stupid typo that made errors hang the driverNiklas Hallqvist
2000-02-11Intel 82452 (Pro/1000) driver from mjacob@feral.comJason Wright
2000-02-11regenMichael Shalayeff
2000-02-112 more c-media audio devicesMichael Shalayeff
2000-02-11syncJason Wright
2000-02-11Intel 82452Jason Wright
2000-02-10mention where to find the BT848 data sheet nowadays. handy for those serious ↵David Leonard
about understanding the driver.
2000-02-08Remove name field from ncr_chip_table since it doesn't have the chip nameTodd C. Miller
anymore. Instead, we print the scsi version supported based on the features flags.
2000-02-08syncTheo de Raadt
2000-02-08sun pci hmeTheo de Raadt
2000-02-07remove verbosity in dmesg; openbsd commit #10,000 for meTheo de Raadt
2000-02-07sync with netbsd. ok @deraadtKenneth R Westerback
2000-02-07regenNiklas Hallqvist
2000-02-07Rough but working driver for ICP-Vortex RAIDNiklas Hallqvist
2000-02-06LVD support, from FreeBSD, tested for half a year by several peopleNiklas Hallqvist
2000-02-06Maintain tx clock state and set RED LED appropriately for SSI cardChris Cappuccio
2000-02-06missing \n on printfChris Cappuccio