summaryrefslogtreecommitdiff
path: root/sys/dev/pci/files.pci
AgeCommit message (Collapse)Author
2000-09-06vgafb is removed, was only used on powerpc, and is not in a state toDale S. Rahn
be an MI device. This old version was based on old wscons and will not build.
2000-08-29From FreeBSD: split out the support for XMAC-II phys and other physJason Wright
add xmphy & brgphy to GENERIC
2000-08-18wb needs mii_phy for mii_phy_reset()Michael Shalayeff
2000-08-04add support for tga2; from NetBSDEric Jackson
2000-07-20new auvia and fms drivers from netbsd (testing requests sent out, since i ↵Theo de Raadt
cannot find any of these devices)
2000-07-03closer approximation to an alpha using new wscons.Michael Shalayeff
tga moved to dev/pci. by request from alpha people.
2000-06-30Driver for the cs4280 Crystal Clear audio found on some laptops.Artur Grabowski
At last my Thinkpad plays german music.
2000-06-09Add common routines for read/writing Cypress 82c693 control registers fromChris Cappuccio
NetBSD This will be used in pciide shortly, and also can be used in code which controls other functions of this chip (pci-isa and usb)
2000-05-30audio driver for intel 810/820/440MX i/o controller hub ac'97 .Michael Shalayeff
820 and 440MX are untested, but should work.
2000-05-18work in progress: driver for BlueSteel (Broadcom) 5[56]01 crypto acceleratorJason Wright
2000-04-27Driver for C-Media CMI8x38 Audio Chip present on several all-in-oneTodd C. Miller
motherboards (ie: bultin audio + video). Written by Takuya SHIOZAKI.
2000-04-18split dc driver into bus dependent and bus independent (pci) partsJason Wright
(cardbus to come later).
2000-04-18split fxp into bus independent and dependent (pci) parts (cardbus to come)Jason Wright
2000-04-13NeoMagic 256AV/ZX audio driverConstantine Sapuntzakis
Still in beta. May lock up your machine when accessing mixer
2000-04-10Aironet PCI shim; all the real meat is in sys/ic/an.c.Todd C. Miller
Based on the FreeBSD if_an_pci.c but really the only things that remain the same are the informative comments at the top. I retained Bill Paul's Copyright since it seems silly to add my own copyright to what is simply boilerplate.
2000-04-08Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyAaron Campbell
machines, this code needs the new PCIBIOS* options enabled in the kernel config file to work, but your mileage may vary. Included is a working 3c575 driver for 3Com 10/100 CardBus PC Card NICs (tested only with the 'C' revision). The 3c575 is the pccard version of the PCI EtherLink XL cards, and thus the xl driver has been split into /sys/dev/ic.
2000-03-27Remove the al and ax drivers; these cards now supported by the dc driver.Aaron Campbell
2000-03-26from netbsd: pci interrupt routing code.Michael Shalayeff
also, change a few pcidevs names to match netbsd (and more descriptive). tested on a bunch of laptops, helps resolving 'pin X unmapped' problems for (usually) usb and cardbus cntrollers.
2000-03-16move aeon to hifn7751Theo de Raadt
2000-02-11Intel 82452 (Pro/1000) driver from mjacob@feral.comJason Wright
2000-02-07Rough but working driver for ICP-Vortex RAIDNiklas Hallqvist
2000-01-10Remove PNIC driverJason Wright
2000-01-09more mx removalJason Wright
1999-12-09uncomment dcJason Wright
1999-12-08DEC/Intel 21143 and "tulip" clone Ethernet driver. Intended to replace theAaron Campbell
individual ax, al, pn, and mx drivers. It also supports the Davicom DM9100 and DM9102 chipsets (dm) which we previously did not have. From FreeBSD.
1999-12-07Driver for Sundance ST201 Ethernet; from FreeBSD.Aaron Campbell
1999-12-04Driver for SiS 900/7016 Ethernet; from FreeBSD.Aaron Campbell
1999-11-30Added port of the NetBSD (-current) DPT SmartCache III/IV PCI/EISA host adaptercmetz
driver to OpenBSD.
1999-11-28Sync with FreeBSD (convert to mii). Good for 3k+ kernel shrinkage.Aaron Campbell
1999-11-22add mii attribute to wbJason Wright
1999-11-03Driver for Adaptec "StarFire" AIC6915-based Ethernet cards; from FreeBSD.Aaron Campbell
Thanks to jason@ for lots of debugging help.
1999-10-28Driver for ADMtek AL981/AN985 Ethernet controllers; from FreeBSD.Aaron Campbell
1999-10-26PCI "universal" communication device driver, by cgd@netbsd.org.Jason Downs
1999-10-05Ensoniq ES1371 support.Constantine Sapuntzakis
Thanks to Ezra Story (ezy@panix.com)
1999-10-01add ifmedia attribute to ax, wb, and lmcJason Wright
1999-10-01driver for SysKonnect 984x gigabit ethernet adapters; from FreeBSDJason Wright
1999-09-26use dev/mii for appropriate cardsJason Wright
1999-08-14Driver for ASIX88140A/88141 Ethernet; from FreeBSDAaron Campbell
1999-08-13USB controllers.Federico G. Schwindt
1999-08-04ESS Solo-1 PCI audio card driver, from NetBSDNiklas Hallqvist
1999-07-25driver for the Tigon I & Tigon II gigabit ethernet chipsets written byJason Wright
Bill Paul <wpaul@freebsd.org>
1999-07-25Enable new ATA/ATAPISCSI functionality as default.Constantine Sapuntzakis
1999-07-18Import of NetBSD ATA/IDE stuff.Constantine Sapuntzakis
Introduction of home-grown To enable this stuff in your configuration, look at the NEWATA conf file and go through dev/isa/files.isa dev/pci/files.pci conf/files arch/i386/conf/files.i386 and follow the instructions on commenting/uncommenting stuff
1999-07-18Forgot this one on the last commitConstantine Sapuntzakis
1999-07-01lmc driver; ported by chris@dqc.orgTheo de Raadt
1999-04-28Added wdt driver for the Industrial Computer Source PCI-WDT50x watchdogAlex Feldman
timers.
1999-03-11Winbond W89C840F ethernet driverJason Wright
1999-02-19connect aeonTheo de Raadt
1999-01-11Driver for PNIC boardsJason Wright
1999-01-10VIA Rhine driver, ported from FreeBSD; written by wpaul@ctr.columbia.edu.Jason Downs