summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pci_subr.c
AgeCommit message (Expand)Author
2007-02-21put the structs defining the content of pcidevs_data.h into that headerDavid Gwynne
2007-01-02Provide a new function, pci_findproduct(), which is analog to pci_findvendor().Marc Balmer
2006-06-01add 2 subclasses, subclass storage SAS and subclass system SD Host Controller.Brad Smith
2006-05-12add the PCI hdaudio subclass.Brad Smith
2004-11-21Better printf for unknown product id.Alexander Yurchenko
2004-10-23add subclass codes from the 2.3 specBrad Smith
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2002-04-07Typo. ok millert@Thierry Deval
2002-01-03Add the pci_findvendor functionNathan Binkert
2001-05-08string names for those new classes/subclasses; from netbsdMichael Shalayeff
2001-01-27split vendor & product lists into 2 tables, saving 12KTheo de Raadt
2001-01-26constify pci_knowndevsMichael Shalayeff
2001-01-16"0x 2" -> "0x02"David Leonard
1998-02-03more pci subclasses and such; netbsdTheo de Raadt
1998-02-03more bridge typesTheo de Raadt
1998-01-06even cleanerTheo de Raadt
1998-01-05new style pci attach printingTheo de Raadt
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
1996-10-31Add ATM defines. From Jim Rees <rees@umich.edu>Todd C. Miller
1996-04-18NetBSD 960317 mergeNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt