summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2004-05-10regen. This and previous: ok deraadt@Peter Galbavy
2004-05-10PCI IDs found on an MSI865 system; NEC Firewire and Intel dumb-modemPeter Galbavy
2004-05-07Replace RSA-derived md5 code with code derived from Colin Plumb's PD version.Todd C. Miller
2004-05-07free the right thing on failure, in case this ever gets usedTed Unangst
2004-05-06Add support for the SiS 741 Northbridge. ok deraadt@, grange@Peter Galbavy
2004-05-06regenPeter Galbavy
2004-05-06add SiS 741 Northbridge and Sis 6330 VGA IDs - on my new motherboardsPeter Galbavy
2004-05-06syncTheo de Raadt
2004-05-06ati video; jmcTheo de Raadt
2004-05-05regenBrad Smith
2004-05-05typoBrad Smith
2004-05-05regenBrad Smith
2004-05-05more TI devicesBrad Smith
2004-05-05regenMichael Shalayeff
2004-05-05a few mylex raid things; from netbsdMichael Shalayeff
2004-05-04Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.Alexander Yurchenko
2004-05-04Fix my stupid bug with missing sata_setup_channel() call.Alexander Yurchenko
2004-05-04syncAlexander Yurchenko
2004-05-04A couple of Intel 6300ESB devices found in dmesg posted to misc@Alexander Yurchenko
2004-05-04Sort out the various Intel Pro/1000 IDs.Henric Jungheim
2004-05-04Sync.Henric Jungheim
2004-05-04Sort out the various Intel Pro/1000 device IDs.Henric Jungheim
2004-05-03Remove OpenBSD/pegaos, this has been announced before but delayed untilDale Rahn
2004-04-26vaddr_t casts for vtophys, works on amd64. ok deraadt@Ted Unangst
2004-04-26oh we need to model check and not crank > 256 for older cards... do that laterTheo de Raadt
2004-04-26this driver had 256 clusters for receive buffers. move to 512, to increaseTheo de Raadt
2004-04-26start with minimum recieve rings. when we ifconfig up, allocate more.Theo de Raadt
2004-04-18Sync with FreeBSD's "em".Henric Jungheim
2004-04-17oops, it is on the 2nd IDTheo de Raadt
2004-04-17syncTheo de Raadt
2004-04-17exsys EX41098Theo de Raadt
2004-04-14make it compileMichael Shalayeff
2004-04-14another SoundBlaster LiveBrad Smith
2004-04-14regenBrad Smith
2004-04-14more SoundBlaster Live ids.Brad Smith
2004-04-14new vr; loki@animata.netTheo de Raadt
2004-04-14syncTheo de Raadt
2004-04-14new vr (loki@animata.net) and em (henric/marco)Theo de Raadt
2004-04-12Enable the memory arbiter before turning off the PXE restart. ThisBrad Smith
2004-04-09do not whine if we cannot get mbufs. the countless printfd makes the machineHenning Brauer
2004-04-09syncAlexander Yurchenko
2004-04-09Two amd8131 pci-x devices found in dmesg from henningAlexander Yurchenko
2004-04-09Warn the user if we don't attach the ac97 codec.Miod Vallat
2004-04-07Clean up printf's per deraadt@. Kill panic in mpt_pci_attach per mickey@Marco Peereboom
2004-04-06syncTheo de Raadt
2004-04-06shortenTheo de Raadt
2004-04-06syncTheo de Raadt
2004-04-06pci express device ids; from someoneTheo de Raadt
2004-04-03Add \n to some error messages to make dmesg looks better; ok deraadt@Alexander Yurchenko
2004-03-19Use __LP64__ to check for 64-bit systems.Miod Vallat