summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
1998-03-10syncTheo de Raadt
1998-03-10merge in tags from freebsdTheo de Raadt
1998-03-10not yetTheo de Raadt
1998-03-10propogate pci flagsTheo de Raadt
1998-03-10syncTheo de Raadt
1998-03-10sync to netbsd; we have some extra thoughTheo de Raadt
1998-03-07syncJason Downs
1998-03-07more Symbios products (from ncr.c)Jason Downs
1998-03-03regenTodd T. Fries
1998-03-03Add CL-GD5480Todd T. Fries
1998-02-25do not print model number twiceTheo de Raadt
1998-02-23regenTodd C. Miller
1998-02-23Add CONTAQ CY82C693UTodd C. Miller
1998-02-22GCC 2.8 -WallNiklas Hallqvist
1998-02-15syncTheo de Raadt
1998-02-15new WINBOND pci ethernet cardTheo de Raadt
1998-02-07syncTheo de Raadt
1998-02-07+ Packet Engines G-NIC EthernetTheo de Raadt
1998-02-03more pci subclasses and such; netbsdTheo de Raadt
1998-02-03more bridge typesTheo de Raadt
1998-01-20Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses itNiklas Hallqvist
so far, the other archs gets placeholders for now. I wrote a compatibility layer for OpenBSD's old isadma code so we can still use our old driver sources. They will however get changed to native bus_dma use, on a case by case basis. Oh yes, I almost forgot, I kept our notion of isadma being a device so DMA-less ISA-busses still work
1998-01-11pretty printTheo de Raadt
1998-01-07now this is really prettyTheo de Raadt
1998-01-06even cleanerTheo de Raadt
1998-01-06syncTheo de Raadt
1998-01-06more entriesTheo de Raadt
1998-01-05syncTheo de Raadt
1998-01-05new style pci attach printingTheo de Raadt
1998-01-03syncTheo de Raadt
1998-01-03STB id is the 2nd one actuallyTheo de Raadt
1998-01-03syncTheo de Raadt
1998-01-03few more...Theo de Raadt
1998-01-02syncTheo de Raadt
1998-01-022nd STB vendor ID; prlw1@cam.ac.ukTheo de Raadt
1997-12-03Move "struct head header" in struct ncb down to where it used toTodd C. Miller
be. Found by Ken, fixed by Niklas.
1997-12-02forgot to commit this too.Todd C. Miller
1997-12-01Newer ncr driver from NetBSD minus the scsipi stuff and withTodd C. Miller
changes to make it diff usefully against the FreeBSD driver. Tested on alpha and i386, not tested on powerpc.
1997-11-16compile on alpha, needs testingTodd C. Miller
1997-11-16pull #ifdef __alpha__ out from a #ifdef __NetBSD__Todd C. Miller
1997-11-13merge netbsd 1.22Jim Rees
1997-11-13merge netbsd 1.56.2.1 for de500B (and other 21143) supportJim Rees
1997-11-11regenNiklas Hallqvist
1997-11-07$OpenBSD$Niklas Hallqvist
1997-11-06Add some missing things for the MI vga driver. Move wscons to an MI place asNiklas Hallqvist
well. $OpenBSD$ tagging
1997-11-06We need an MI vga driver. The alpha one was most MI. Not entirely yet though.Niklas Hallqvist
Some files were move behind CVS back.
1997-10-20Few minor changes to make if_de work big endian on 21140Per Fogelstrom
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