summaryrefslogtreecommitdiff
path: root/sys/dev/pci/files.pci
AgeCommit message (Collapse)Author
2005-12-19New Intel ICH SMBus driver to be used with the iic(4) framework.Alexander Yurchenko
ok deraadt@
2005-12-14Initial bits for an nvidia nforce Ethernet driver.Jonathan Gray
bus_dma usage modelled after ral. Does not yet see rx interrupts when testing with ck804. Nvidia won't give out documentation for this, various "free" operating systems include a closed source driver, and the Linux people who reverse engineered it to create a specification won't give it out.
2005-11-14add Intel 10Gb Ethernet driver with support for LR/SR and CX4 cards.Brad Smith
From: Intel's web-site ok deraadt@
2005-09-06Step two: use advmcode* in their new location.Kenneth R Westerback
Requested by deraadt@ a while ago.
2005-08-20cac(4) are 234* series and ciss(4) are 56* series.Brad Smith
2005-08-14Kill the musyccbus/ebus device and use musycc for both functions of theClaudio Jeker
chip. Using two different devices for one card was a stupid idea. OK deraadt@
2005-08-14you CANNOT reuse ebus without breaking other architecturesTheo de Raadt
2005-08-13Add art(4) driver. OK deraadt@Claudio Jeker
2005-08-07ati ixp audio; ported form ntbsd in <4h of boretime; testing by krw@ and ian@Michael Shalayeff
2005-08-05fix cac commentMichael Shalayeff
2005-08-01spacing; ok deraadt@David Krause
2005-07-31including a driver without putting it's driver name at the end of a filesTheo de Raadt
line, means that on any architecture it gets pulled in. that's real clever! what does it mean? that insufficient TESTING IS GETTING DONE BEFORE COMMIT
2005-07-28New driver for the AMD PCnet-PCI family of Ethernet chips. ThisBrad Smith
driver uses direct DMA to mbufs (like other PCI network drivers, and unlike the old "le at pci" driver), and also supports communication with the MII-connected PHYs on the 10/100 boards. From NetBSD
2005-07-06smartarray 5* raid controller; does io but needs more work; commented out in ↵Michael Shalayeff
configs for now
2005-05-27byebye ncr(4) and some vtophysMartin Reindl
2005-05-24san depends on sppp. canacar@ ok.Hakan Olsson
2005-05-10Add epic(4) driver which supersedes tx(4).Brad Smith
This buys us.. - bus_dma - big endian support - multicast - support for another EPIC chipset From NetBSD ok mickey@
2005-05-02Add ichwdt(4): Intel 6300ESB ICH watchdog timer driver. Disabled forAlexander Yurchenko
now due to lack of testing. If you have a machine that uses this device please contact me. ok deraadt@
2005-04-11get rid of the lines on ehci attach that show the version and the companionDavid Gwynne
controllers. remove the insane amount of support code needed just for the printing of the companion controllers while here. zap it deraadt@ sure pascoe@
2005-03-08Cosmetics...Thierry Deval
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies.
2005-03-05Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code.Thierry Deval
Ok deraadt@, miod@
2005-02-15Driver for Ralink Technology RT2500 wireless adapters.Damien Bergamini
2005-01-14split re(4) into bus-independent code (ic/re.c) and PCI front-endPeter Valchev
(pci/if_re_pci.c) for soon-to-come cardbus support; ok deraadt
2004-12-29Driver for Realtek 802.11 devices from NetBSD.Jonathan Gray
Not yet working.
2004-12-19filesystem firmware loading written over the pacific 2 weeks ago, testedTheo de Raadt
by mickey
2004-12-17Support for the eap MIDI UART from NetBSD.Jonathan Gray
Tested by serveral people. ok millert@, mickey@
2004-12-14txp(4) late firmware loading, written somewhere over the pacific, testedTheo de Raadt
by mcbride, reduces size of the kernel
2004-12-01VIA VT612x PCI Gigabit Ethernet adapter support, ok deraadtPeter Valchev
from FreeBSD
2004-11-22use the filesystem based firmware loader; ok deraadt@Damien Bergamini
2004-11-22mark ti(4) and neo(4) as wanting "firmload"Theo de Raadt
2004-11-18use the filesystem based firmware loader; deraadt okDamien Bergamini
2004-11-02imported Sam Leffler's ath driver for atheros multimode wireless nicsReyk Floeter
from NetBSD and FreeBSD. ok deraadt@
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.