summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
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
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
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
1997-06-20Comment out some superfluous const declarations that cause cast warningsgrr
1997-06-18csapuntz@lcs.mit.edu: Port of NetBSD tulip driver. Works with new (21140-AC-...dm
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
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
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
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
1996-12-19do SIOCGIFADDR in ether_ioctlMichael Shalayeff
1996-12-05NetBSD PR#2910: Recognize Pentium Pro machinesdm
1996-11-30syncJason Downs
1996-11-30fix order of #if defined's so it compilesTodd C. Miller
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
1996-10-31Add ATM defines. From Jim Rees <rees@umich.edu>Todd C. Miller
1996-10-31-Wall fixes needed by alphaNiklas Hallqvist
1996-10-18-Wall happiness + feed np into ncr_scatter so vtophys will work on alphaNiklas Hallqvist
1996-10-16unused varTheo de Raadt
1996-10-14syncTheo de Raadt
1996-10-14rename some 3cxxx stuffTheo de Raadt
1996-10-14syncTheo de Raadt
1996-10-14no need for --posix flagTheo de Raadt
1996-10-14better 3c59x and 3c9xx support; netbsd pr#2840; curt@portal.caTheo de Raadt