summaryrefslogtreecommitdiff
path: root/sys/dev/pci/files.pci
AgeCommit message (Collapse)Author
2004-10-20support for Intel 2100/2200BG/2915ABG wireless devices written byTheo de Raadt
damien.bergamini@free.fr. This gets imported even though there is no firmware in the tree. This is a ridiculous situation: everything is free, everything works, except Intel will not let us put a little dinky firmware flat file into OpenBSD. So OpenBSD is ready for Intel whenever they are. Are you a consumer? Do you want to see this changed -- contact jketreno@linux.intel.com and tell him how you feel about this. He is likely someone who cannot do anything about it, though. If anyone can work up or down the chain around his department and get me contact information for various people, I will compile and later publish such a list. Go do it people -- this is how things will change. Get me email addresses and phone numbers.
2004-09-16cleanup deafult locators (blah ?); please check that your most hated ↵Michael Shalayeff
architecture is still fluffy (;
2004-09-15add pcxu tlb handlers and cpu probingMichael Shalayeff
add u2/uturn ioa driver in dumb mode now enable pcxu/pcxw support
2004-07-28This touches only MI code, and adds new time keeping code. TheThorsten Lockert
code is all conditionalized on __HAVE_TIMECOUNTER, and not enabled on any platforms. adjtime(2) support exists, courtesy of nordin@, sysctl(2) support and a concept of quality for each time source attached exists. High quality time sources exists for PIIX4 ACPI timer as well as some AMD power management chips. This will have to be redone once we actually add ACPI support (at that time we need to use the ACPI interfaces to get at these clocks). ok art@ ken@ miod@ jmc@ and many more
2004-06-26Add supporting Sangoma network driver.Alex Feldman
ok mcbride@
2004-06-22atw(4) driver from NetBSD (dyoung). Based in part on a port byTodd C. Miller
Matthew Gream. Unfortunately, the adm8211 card I have with me does not work correctly with the driver yet so real testing will have to wait until I get my hands on an adm8211-based DWL-650 or something similar.
2004-06-05RealTek 8139C+/8169/8169S/8110S PCI NIC driver from FreeBSD/NetBSDPeter Valchev
checksum offloading and vlan tagging disabled for now; work in progress
2004-05-23ehci support; hacked into working shape by jonathon@gateway.zenbu.netTheo de Raadt
2004-05-20Add ahd. ok krw@Marco Peereboom
2004-03-06Fix commit botch of .orig files.Kenneth R Westerback
2004-02-13bce (Broadcom 4401 10/100 ethernet driver) from NetBSDAndreas Gunnarsson
Most work by nate@, ok deraadt@
2003-08-19myson mtd803 ether and enable mtdphy no; form netbsd via form@Michael Shalayeff
2003-08-12safenet 1141 driver from freebsd (sam at errno):Jason Wright
this is a completely hacked up version, complaints should be to me not sam =)
2003-04-25viaenv(4) driver from NetBSD adapted for sysctl interface.Alexander Yurchenko
The viaenv driver provides support for the hardware monitor in the VIA VT82C686A South Bridge. Initial work on viaenv driver was done by henning@ a while ago. Tested and ok'ed by millert@ and henning@.
2003-02-28remove non-typo changes. sorry folksMichael Shalayeff
2003-02-28typo; from weissmanndudeMichael Shalayeff
2002-11-19nate does not know about grep(1)Theo de Raadt
2002-09-24Driver for Intel PRO/1000 gigabit ethernet adapters.Nathan Binkert
This driver should work with all current models of gigabit ethernet adapters. Driver written by Intel Ported from FreeBSD by Henric Jungheim <henric@attbi.com> bus_dma and endian support by me.
2002-08-05the supported agp chipset list is md-configured, not miMichael Shalayeff
2002-07-12support for the agp gart on various agp chipsets.Michael Shalayeff
only i810 driver was tested though. based on the netbsd's lkm, initially ported by hunter@dg.net.ua and later made into shape by mickey. testing by art@ and millert@ .
2002-06-26rm duplicated decl of fwohci/fwlynxJun-ichiro itojun Hagino
2002-06-25Unbreak config on pci architectures without firewire devices.Miod Vallat
2002-06-25IEEE1394 infrastructure part.Jun-ichiro itojun Hagino
IP-over-FW and SCSI over FW are being worked on.
2002-06-05a driver for the rng on the amd768 power management device (no actual power ↵Michael Shalayeff
management capabilities are supported yet; from netbsd
2002-06-03Guillemot/maxiradio was a rebadged gemtek/pr103.Michael Shalayeff
the mr(4) was not really tested and therefore is now replaced w/ a tested gtp(4), renamed pci ids too. from jumbo@
2002-06-02Skeleton driver for the NetOctave NSP2000 (only supports RNG at the moment)Jason Wright
2002-05-15Driver for the Hifn 7814/7851/7854 HIPP1 processors; currently only supportsJason Wright
the public key engine (very much like the 6500, surprise) and the rng.
2002-05-06tuner driver for the fms cards.Michael Shalayeff
attach radio at the fms(4), instead of a separate device, which would never work out fine. from Vladimir Popov <jumbo@narod.ru> rework the radio config stuff (radio at radiobus, instead of radio at radio), allowing to tag source files in the files.* files w/ radio attribute. from mickey@
2002-04-15wx is totally gone nowTheo de Raadt
2002-04-08ESS Alegro-1 and Maestro 3 stuffMike Frantzen
2002-04-03gx doesn't actually do bitbangingNathan Binkert
2002-04-02Add gx(4)Nathan Binkert
This driver is for the Intel gigabit cards including those based on 82542, 82543 and 82544 chips. Base driver from FreeBSD Support for 82544 from me.
2002-04-01Add support for PowerStorm 4D20 TGA boqrds with IBM 561 ramdac (akaMatthieu Herrb
32bit TGA) From NetBSD, ok deraadt@.
2002-02-18Add trm - driver for Tekram TRM-S1040 cards (DC395U/UW/F,DC315/U).Kenneth R Westerback
Thanks to Tekram for donating a couple of cards and a NetBSD driver by Erich Chen of Tekram. Thanks to Martin Akesson for a first port of the NetBSD driver to OpenBSD and thanks to Ashley Martens for the major cleanup to make it presentable and style(9)ish. Only tested on i386 at this time.
2002-02-14bktr is a radio attachment, me forgot, tm@oganer.net remindedMichael Shalayeff
2002-01-24bussified and bus-split bustec scsi ha driver.Michael Shalayeff
original port done by chris@ in '98 and pounded into -current by me, plus support for wide mode. tested on pci in both modes by me, on eisa (w/ half success, thus not enabled yet) by jason@. niklas@, jason@, millert@ ok.
2002-01-08Remove nofn driver... it was much easier than I thought to support 7811Jason Wright
in the hifn7751 driver.
2002-01-07Enough of a driver for 7811 to poll the random number generator for bitsJason Wright
2001-12-05kill ugly spacesMichael Shalayeff
2001-12-05unsmoke radiumMichael Shalayeff
2001-11-29Driver for the Sundance/Tamarack TC-9021 Gigabit Ethernet Chip.Nathan Binkert
This is the chip found in the D-Link DGE-550T.
2001-11-26Trident 4DWAVE-DX/NX, SiS 7018, ALi M5451 Sound Driver; from SOMEYA ↵Michael Shalayeff
Yoshihiko and KUROSAWA Takahiro; tested by Matt Behrens <matt@zigg.com>
2001-10-27permit compiling of non-pci kernels containing ahcTheo de Raadt
2001-10-24creative labs sb live! and (perhaps) pci512 driver.Michael Shalayeff
from Yannick Montulet, via netbsd, w/ some minor fixens from meself.
2001-10-05Add a driver for the Broadcom BCM570x chips. (a.k.a. Tigon3).Nathan Binkert
This driver supports the following cards: 3Com 3c996-T (10/100/1000baseTX) Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseTX) SysKonnect SK-9D21 (10/100/1000baseTX) SysKonnect SK-9D41 (1000baseSX) From FreeBSD
2001-10-04Attach sf4r and mr drivers.Grigoriy Orlov
From Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru>
2001-09-21Driver for Sun GEM ethernet. Not ready yet.Artur Grabowski
From NetBSD
2001-09-05add lgeNathan Binkert
2001-08-03proper vga_* handling; pointed out by tholo@Michael Shalayeff
2001-06-25Forgot the PCI bus attachment, from NetBSD, hacked by mickeyNiklas Hallqvist