summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2003-06-30Set the send queue to max(BGE_TX_RING_CNT - 1, IFQ_MAXLEN); sometimesragge
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Fix 'struct lwp *' lossage.simonb
2003-06-29fix typo in commentjdolecek
2003-06-29Only need to report the PCI product ID in the management ioctls.thorpej
2003-06-28Correct setup of General Purpose Register for PDC20265 (Ultra/100) and newer.bouyer
2003-06-28Add support for another Intel Pro/100 variant. From Quentin Garnier inbouyer
2003-06-28Add support for ICH5, from Quentin Garnier in private mail.bouyer
2003-06-28Regen: some more Intel devices.bouyer
2003-06-28Add some intel devices, from Quentin Garnier in private mail.bouyer
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-27Regenchristos
2003-06-27PR/21498: URA Hiroshi: Add S3 Savage/IXCchristos
2003-06-27Properly reset PHY on ZNYX boards which are composed ofitohy
2003-06-27regendrochner
2003-06-27add some missing 3c990 variantsdrochner
2003-06-26regen.ichiro
2003-06-26add productichiro
2003-06-25The problem which stops in the middle of booting was solved.ichiro
2003-06-19regard as the card is removed if one of CCD1# and CCD2# is deasserted.msaitoh
2003-06-16Rename IPL_IMP -> IPL_VM.thorpej
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl
2003-06-14Also pass a type argument to comcnattach() and com_kgdb_attach().thorpej
2003-06-14make compileichiro
2003-06-14fix some bugsichiro
2003-06-14regen.ichiro
2003-06-14delete duplicate lineichiro
2003-06-13Fix a regression of the last commit.kent
2003-06-13Regenkent
2003-06-13Add some ICH5/ICH5R device IDs.kent
2003-06-13Not only ICH4 but also ICH0 and ICH2 might set no ICH_PCR.kent
2003-06-09fix bug report - xsrc/17810, kern/16898ichiro
2003-06-08regen.ichiro
2003-06-08add product IDichiro
2003-06-07regen (Add some Brooktree device IDs).wiz
2003-06-07Add some Brooktree device IDs.wiz
2003-06-07regen (+ATI 9100, 9600TX, 9500/9700)wiz
2003-06-07Add ATI Radeon 9100, 9600TX, 9500/9700.wiz
2003-06-07regen.ichiro
2003-06-07add productID of ATIichiro
2003-06-07regen.ichiro
2003-06-07Upps, mistakenichiro
2003-06-07regen.ichiro
2003-06-07add deviceID - Intel 82855PM/GM chipsetichiro
2003-06-05Some models of the 556B don't turn on the transmitter without magicdogcow
2003-06-05Add a missed htole32() for DMA txdescs.tsutsui
2003-06-04ahc_pci_probe: avoid placeholder entries in the `identities' table.pk
2003-06-01Add newer 5704 asic revs, and add them to the table, with thefvdl
2003-05-30Use proper shift marcos for EXT. This makes the PHY on i83543 getmatt
2003-05-17* Use aprint*().thorpej