summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
1997-10-11Add 'powerpc'Per Fogelstrom
1997-10-11Modification for Big Endian systems. This driver is now usable in big endianPer Fogelstrom
systems with PCI bus. The modifications were done for the new powerpc port. Most changes are done in the scripts handling storing the scripts in little endian byte order for the scripts processor in the NCR chip.
1997-10-11power.4e - not enabling pci boardsPer Fogelstrom
1997-10-11Add macros for script byte ordering on BE machinesPer Fogelstrom
1997-10-10Add a special fix for OpenFirmware Power PC PCI. It seems that OFW shutsPer Fogelstrom
down the HW by disabling it when closing the device. So we have to make sure that the board is configured to respond to memory accesses.
1997-09-30typecast vga_pci_match to cgmatch_tMichael Shalayeff
compare pci tags w/ bcmp
1997-09-17syncTheo de Raadt
1997-09-17more compaq products; bouyerTheo de Raadt
1997-09-15syncTheo de Raadt
1997-09-15graphics chip; drochnerTheo de Raadt
1997-09-07From NetBSD:Todd C. Miller
Add QUIRK_NOTAGS quirk type and quirk for HP C372. Print quirks (other than QUIRK_NOMSG) for a device when it is config'd.
1997-08-22wscons -> vga_xxx -> vga mmap() support. first cutTheo de Raadt
1997-08-12Removed unused vars. Added missing arg to bus_space_map.Niklas Hallqvist
Reported by Berndt Josef Wulf <wulf@ping.net.au>
1997-08-08Initialize hwreset.Jason Downs
1997-08-05Make compile on alphaNiklas Hallqvist
1997-07-31Support for newer cards with i82555 PHY. From FreeBSD.Jason Downs
1997-07-30Sync to NetBSD. Adapt to use bus_space_multi_raw* interface of OpenBSD.Niklas Hallqvist
Some KNF too.
1997-07-29Support BSD/OS 2.1, add OpenBSD tags.Jason Downs
1997-07-28prettyTheo de Raadt
1997-07-09Do not lose our ethernet addressNiklas Hallqvist
1997-07-09alpha/common/ insults my filecTheo de Raadt
1997-07-06Make compile (fxp now probes OK on alpha)Niklas Hallqvist
1997-07-06OpenBSD tagsNiklas Hallqvist
1997-07-06OpenBSD tag + typoNiklas Hallqvist
1997-07-05indentTheo de Raadt
1997-07-05I doubt this fixes this driver, but what *was* there was *obviously* wrong;Jason Downs
at least if *this* is wrong, it matches the wrongness of the surrounding block of code.
1997-07-03Intel EtherExpress Pro/100B driver, still needs a fix or twoTheo de Raadt
1997-07-03syncTheo de Raadt
1997-07-03sync to netbsdTheo de Raadt
1997-06-24Force driver into store-forward mode on cards that support it. This increasesConstantine Sapuntzakis
reliability (less underflows) at the expense of speed.
1997-06-20Comment out some superfluous const declarations that cause cast warningsgrr
with gcc/alpha. We have bcopy(const void *...) so casting a const foo *bar as in bcopy((caddr_t) bar,...) for bcopy seems to be fairly pointless in the first place, but there are too many of these to hack out at the moment.
1997-06-18csapuntz@lcs.mit.edu: Port of NetBSD tulip driver. Works with new ↵dm
(21140-AC-based) SMC Etherpower cards.
1997-05-07call pci_intr_establish correctlyNiklas Hallqvist
1997-04-30Change an splhigh() -> splbio(). From NetBSD (mycroft)Todd C. Miller
1997-04-10Ooops! These have to be committed after pcidevs. Doing a make and commitPer Fogelstrom
all together at the same time yields the wrong revision number. Sorry.
1997-04-10These two was not ready for commit yet. Backed out.Per Fogelstrom
1997-04-10Add Matrox MystiquePer Fogelstrom
1997-03-20update for adaptec supportchuck
1997-03-20regenchuck
1997-03-20 - add Adaptec ATM ID's (0x5900, 0x5905). still trying to find out how theychuck
correspond to the ANA numbers... certainly includes ANA-5940. - add Efficient Nets product 0x0000. according to linux pci.h the 0x0000 is an FPGA version of the midway card and the 0x0002 is the ASIC version.
1997-03-12Mips ARC systems (hmmm..) can also have PCI buses...Per Fogelstrom
1997-03-03Sync with NetBSD which is syncing with FreeBSD, whee!Todd C. Miller
OpenBSD-specific changes are surrounded by #ifdef __OpenBSD__ or #ifndef __OpenBSD__
1997-02-23#ifdef __NetBSD__ -> #if defined(__NetBSD__) || defined(__OpenBSD__)Todd C. Miller
1997-01-24Sync with NetBSD 961207Niklas Hallqvist
1997-01-24Sync with NetBSD 960123Niklas Hallqvist
1997-01-22only go into wide scsi mode if the card supports itTheo de Raadt
1997-01-17ncr_print() -> scsiprint()kstailey
1997-01-15sc_link.adapter_buswidth, set to 16 if wide scsi. if 0 it gets convertedTheo de Raadt
to 8 internally so that drivers do not need to init it for regular scsi :-)
1996-12-19do SIOCGIFADDR in ether_ioctlMichael Shalayeff
1996-12-05NetBSD PR#2910: Recognize Pentium Pro machinesdm