summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
2004-05-24cummulative update from freebsd an netbsd:Michael Shalayeff
PCI_VENROD_PINNACLE -> PCI_VENDOR_PINNACLE_ALT; correct brightness ioctl; missing htole32s; fix "set chroma comb" command in yuv422_prog(); use defines instead of magic numbers; fix statics and comments. from jakemsr@jakemsr.com
2004-05-24missing statics for freebsd; from freebsd via jakemsr@jakemsr.comMichael Shalayeff
2004-05-24remove freebsd 2 and 3 support, from freebsd via jakemsr@jakemsr.comMichael Shalayeff
2004-05-24Make Yukon-style adapters also set up the multicast filter in sk_init().Christian Weisgerber
This fixes various multicast-related problems. ok henning@
2004-05-23ehci support; hacked into working shape by jonathon@gateway.zenbu.netTheo de Raadt
2004-05-21Add support for Dell CERC SATA. ok krw@, henning@ & deraadt@Marco Peereboom
2004-05-21Regen.Marco Peereboom
2004-05-21Add support for Dell CERC SATA. ok krw@, henning@ & deraadt@Marco Peereboom
2004-05-20Remove bogus $Id.Marco Peereboom
2004-05-20Add ahd. ok krw@Marco Peereboom
2004-05-20Add ahd. ok krw@Marco Peereboom
2004-05-19unbreak by removing the 'nonexistant" PERC 3/QC here as wellHenning Brauer
we usually test compile at least a kernel before removing pcidevs shitz... the carrot goes to marco's nose
2004-05-19remove duplication, use ETHER_ALIGN from if_ether.hBrad Smith
2004-05-18fix from netbsd to twiddle the fxp eeprom to disable dynamic standby modeBob Beck
on cards that have issues with this creating pci errors in 10 mbps mode tested by many, including me, nick, and pval. ok jason@, markus@
2004-05-18Regen.Marco Peereboom
2004-05-18Add ahd, remove non-existent PERC 3/QC. ok deraadt@ henning@ krw@ bob@ millert@Marco Peereboom
2004-05-14syncNathan Binkert
2004-05-14more adaptec aac(4)Nathan Binkert
2004-05-14Syba SD-LAB PCI I/O Card 4SHenning Brauer
From: Christian Gut <cycloon@is-root.org>
2004-05-14syncHenning Brauer
2004-05-14Syba 4S pucHenning Brauer
2004-05-12network drivers don't need to include bpfdesc.hTed Unangst
ok krw@ canacar@
2004-05-12syncAlexander Yurchenko
2004-05-12Forgot 6300ESB IDE, too.Alexander Yurchenko
2004-05-10ugly hackery for auich support on amd64.Marco S Hyman
Will not work on machine with > 4G phys memory. OK deraadt@
2004-05-10regenPeter Galbavy
2004-05-10Add Vendor ID for Ralink Technology and one product, the RT2460A,Peter Galbavy
found in my MSI865 system. ok deraadt@, millert@
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
This moves md5.c out of libkern and into sys/crypto where it belongs (as requested by markus@). Note that md5.c is still mandatory (dev/rnd.c uses it). Verified with IPsec + hmac-md5 and tcp md5sig. OK henning@ and hshoexer@
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
Note for the archives; before this patch my ASRock K7S41 m/b would hang after booting install media without DMA disabled for the drive(s) in the BIOS.
2004-05-06regenPeter Galbavy
2004-05-06add SiS 741 Northbridge and Sis 6330 VGA IDs - on my new motherboardsPeter Galbavy
ok deraadt@, grange@
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
ok mickey@
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
This matches our SLIST behaviour and NetBSD's SIMPLEQ as well. ok millert krw deraadt
2004-05-04Fix my stupid bug with missing sata_setup_channel() call.Alexander Yurchenko
Now VIA VT8237 SATA really works. Problem report, testing and ok drahn@.
2004-05-04syncAlexander Yurchenko
2004-05-04A couple of Intel 6300ESB devices found in dmesg posted to misc@Alexander Yurchenko
by Markus Foerster <openbsd@1ster.de>. ok deraadt@
2004-05-04Sort out the various Intel Pro/1000 IDs.Henric Jungheim
From Marco Peereboom.
2004-05-04Sync.Henric Jungheim
2004-05-04Sort out the various Intel Pro/1000 device IDs.Henric Jungheim
From Marco Peereboom
2004-05-03Remove OpenBSD/pegaos, this has been announced before but delayed untilDale Rahn
the tree was stable. No point in code supporting a company which screws its employees being in the OpenBSD tree.