summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
2004-02-27regenNiklas Hallqvist
2004-02-27Add support for BCM5788Niklas Hallqvist
2004-02-25syncTheo de Raadt
2004-02-25apparently 6326 comes as AGP and PCITheo de Raadt
2004-02-25more chipsets; ok henning@Markus Friedl
2004-02-25remove -w option to sysctl;Jason McIntyre
diffs from Paul de Weerd; ok deraadt@
2004-02-24syncMarkus Friedl
2004-02-24more fxp; ok henning, deraadtMarkus Friedl
2004-02-24record code, from netbsd; via jakemsr@jakemsr.comTheo de Raadt
2004-02-24syncAnil Madhavapeddy
2004-02-24add evil nvidia nforce3Anil Madhavapeddy
deraadt@ ok
2004-02-23syncTheo de Raadt
2004-02-23symbios/lsi have a megaraid nowTheo de Raadt
2004-02-21Remove left-over dependencies on the old rcons code.Miod Vallat
2004-02-19SpeedStep support for those Pentium processors which haveAlexander Yurchenko
SpeedStep only as a chipset feature. This diff is for ICHx-M chipsets, with 2 perfomance states available. Tested by provos@, sturm@, millert@ Ok tedu@
2004-02-19fix typo, KNFMarkus Friedl
2004-02-19don't disable the Sound Blaster legacy mode by default, as this breaksMarkus Friedl
apm(4). add a flag that disables Sound Blaster legacy mode, this might be necessary for some floppies. help from jmc, ok+test hshoexer.
2004-02-18Yet another wonna-be-raid device.Alexander Yurchenko
Reported by Dmitry S. Popov <D.S.Popov@inp.nsk.su>.
2004-02-13bce (Broadcom 4401 10/100 ethernet driver) from NetBSDAndreas Gunnarsson
Most work by nate@, ok deraadt@
2004-02-12don't reset the PHY when IPs are configured; from freebsd revision 1.16Markus Friedl
avoids hang when using gigabit copper; ok henric@, beck@
2004-02-07Final bits to make IT8212F working:Alexander Yurchenko
- don't touch bus speed register; - don't try to setup the chip in compat mode, it's native always; - disable cable check, it works only in cpu firmware mode. Testing Aubert Guillaume <aubertguillaume@wanadoo.fr>
2004-02-07syncTheo de Raadt
2004-02-07new fxp; cmetzTheo de Raadt
2004-02-04Change these defines to be a display specific define and also removeDale Rahn
the really long define. ok deraadt@
2004-02-03advertise features of our crypto chips better; ok tdevalTheo de Raadt
jason is being a slacker
2004-02-02Support for UDMA2 capable SCx200 ide found on all National SemiconductorAlexander Yurchenko
SC1100 based boards (soekris net4801 e.g.). Tested both with CF cards and UDMA2 drive. Help and three (sic!) OKs from gluk@, test and ok markus@. Thanks to Wim for the soekris board.
2004-02-02ite is a yet another ``raid'' device, fake interface for it.Alexander Yurchenko
2004-01-31fix stupid typo in the reading/writing mode control register for ite.Alexander Yurchenko
2004-01-31ite doesn't need a special interrupt function.Alexander Yurchenko
more space to save.
2004-01-31Disable i31244 support until we see a real divice using this chip.Alexander Yurchenko
If you're lucky owner of it mail me. Also don't compile opti support stuff since it's disabled anyway. Saves about 3K on floppy.
2004-01-31constify timing values.Alexander Yurchenko
2004-01-31spaces, .o is the same.Alexander Yurchenko
2004-01-31Add pci_machdep hook for cats. ok deraadt@Dale Rahn
2004-01-28syncTheo de Raadt
2004-01-28K8HTB bridges..Theo de Raadt
2004-01-28an amd64 arch support.Michael Shalayeff
hacked by art@ from netbsd sources and then later debugged by me into the shape where it can host itself. no bootloader yet as needs redoing from the recent advanced i386 sources (anyone? ;)
2004-01-23syncPeter Stromberg
2004-01-23Virtual SVGA IIPeter Stromberg
ok deraadt@
2004-01-20don't limit the number of sessions to the onboard ram (always upload theJason Wright
key and IV data). This kinda sucks for HMAC, but the alternative is a cache manager and I just don't want to go there. Tested by sturm@ (thanks!)
2004-01-20Support for i852/855/865 AGP; from NetBSD via Michael van derAlexander Yurchenko
Westhuizen <michael@skanky.homeunix.net> with little tweaks. Tested by millert@ todd@ jmc@ andreas@ and jcs@'s friend ok millert@
2004-01-20Correct checks for non-i810 chip; from FreeBSD.Alexander Yurchenko
test and ok millert@
2004-01-17Read product id and revision from pci conf space only onceAlexander Yurchenko
and then use the saved values. ok costa@
2004-01-15syncAlexander Yurchenko
2004-01-15Two Silicon Image SATA chips.Alexander Yurchenko
ok deraadt@
2004-01-12Move sensors externs to sys/sensors.h and introduce a macroAlexander Yurchenko
SENSOR_ADD to hide all operations with these externs. ok markus@
2004-01-10syncAlexander Yurchenko
2004-01-10Intel 82865G integrated videoAlexander Yurchenko
ok deraadt@
2004-01-09remove uvm_extern.hBrad Smith
tested on alpha, i386, powerpc, sparc64, m68k. ok miod@
2004-01-08tom broke the kernel, and is being scoldedTheo de Raadt
2004-01-08syncTom Cosgrove