summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
1998-09-02Maintain FreeBSD RCS id'sJason Wright
1998-09-02KNF & printf formattingJason Wright
1998-09-02Missed update of files.pci, and sync with pcidevsJason Wright
1998-09-02o new driver for the 3c900, 3c905, 3c905b ported from FreeBSDJason Wright
o removed if_ep devices in favor of if_xl driver
1998-08-30syncJason Downs
1998-08-30Cyrix devsJason Downs
1998-08-28alpha alignment fixes, from niklas. Tested on i386.Jason Downs
1998-08-28Changes to make if_de driver work on big endian machines with a 21040 basedDale S. Rahn
card. Tested on i386 and alpha. Could use some cleanup to swab constants instead of variables, so that the compiler can do the work, not the processor.
1998-08-24Be noisy about media settings.Jason Downs
1998-08-22Powerpc supports isa not just power4eDale S. Rahn
1998-08-21Recent FreeBSD changes and a bug fix.Jason Downs
1998-08-17syncTheo de Raadt
1998-08-17ACC PCI SCSTheo de Raadt
1998-08-14Make printf output during card probe more compact.Matthieu Herrb
1998-08-13syncTheo de Raadt
1998-08-13oopsTheo de Raadt
1998-08-13syncTheo de Raadt
1998-08-13new viatech devices discovered on cvsTheo de Raadt
1998-08-11Added 3c980, sync with pcidevsMats O Jansson
1998-08-11Added 3c980Mats O Jansson
1998-08-10syncTodd C. Miller
1998-08-10Add SIS 5598 and some descriptinos for other SiS chips used in 5591-based ↵Todd C. Miller
motherboards. Data from http://www.halcyon.com/scripts/jboemler/pci/pcicode
1998-08-07com.c needs to know about mem mapped ports in ppc systems.Per Fogelstrom
ncr.c and if_de.c needs some hooks for systems with ncr and dec ether chips on the motherboard that runs on odd clocks and doesn't support a srom. srom is emulated in machine dependent code. big endian support for ncr and dec ether finished. the 21040 have some more coding requirements if it is to run BE since it does not have the descriptor endian swap configuration bit.
1998-08-06syncMichael Shalayeff
1998-08-06add TI1220 PCI-CardBus Bridge; somebody deal w/ that NM3160 thing from intelMichael Shalayeff
1998-07-26clean up some things left from my debugging activity.Matthieu Herrb
In particular remove the OVERRIDE_ directives specific to my board.
1998-07-23syncTheo de Raadt
1998-07-23undo mass vendor addition which makes floppies too largeTheo de Raadt
1998-07-23brooktree driver, hacked by matthieu. This needs cleaning now that it is in ↵Theo de Raadt
the tree
1998-07-21syncTheo de Raadt
1998-07-21few new ViRGETheo de Raadt
1998-07-21syncMichael Shalayeff
1998-07-21remove err entriesMichael Shalayeff
1998-07-21more, much more vendor names; from www.halcyon.comMichael Shalayeff
1998-07-21check for vendor name dupsMichael Shalayeff
1998-07-21syncMichael Shalayeff
1998-07-21more devs; from netbsdMichael Shalayeff
1998-07-21#ifdef for a weird card and a strange configurationJason Downs
1998-07-20syncMichael Shalayeff
1998-07-20more acer devs; per niels@ new laptop dmesg (;Michael Shalayeff
1998-07-19syncJason Downs
1998-07-19Add ALI M5243Jason Downs
1998-07-16MAXSTART had an implicate assumption that MAXTARGETS was 8 when it is really 16Todd C. Miller
1998-07-15syncTheo de Raadt
1998-07-15more devsTheo de Raadt
1998-07-13Unmute DAC and turn off 3-D SRS by defaultConstantine Sapuntzakis
1998-07-13syncTheo de Raadt
1998-07-13a cardbus controllerTheo de Raadt
1998-07-13Map DMA registers at open instead of attach time, if necessary. Less chanceConstantine Sapuntzakis
of conflicts then.
1998-07-12fix bhlcr shift values; fgsch@olimpo.com.brTheo de Raadt