summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2004-09-23don't need to set ifp->if_mtu or ifp->if_output in each driver,Brad Smith
2004-09-22syncAlexander Yurchenko
2004-09-221210SA is not a SiI product really.Alexander Yurchenko
2004-09-22syncAlexander Yurchenko
2004-09-22Another Aralion chip ARS0303D ATA133.Alexander Yurchenko
2004-09-21syncAlexander Yurchenko
2004-09-21New vendor Aralion Inc. and its raid ARS106S.Alexander Yurchenko
2004-09-20regenMichael Shalayeff
2004-09-20IRE is really AD and thus rename those and add a few devicesMichael Shalayeff
2004-09-20regenMichael Shalayeff
2004-09-20hp pci bridge idMichael Shalayeff
2004-09-20addres -> addressMiod Vallat
2004-09-20syncAlexander Yurchenko
2004-09-20Add nvidia nforce3 250 audio. From FreeBSD via deraadt@.Alexander Yurchenko
2004-09-20enable code to disable dynamic standby mode on 82550'sBrad Smith
2004-09-19typo, or -> ofBrad Smith
2004-09-18My Bad.Bob Beck
2004-09-18new fxp variant, noticed by freebsdBob Beck
2004-09-17Some cleanup:Alexander Yurchenko
2004-09-16Use a sane value for maxsegsz, fixes this card for alpha (PR 3920).Ryan Thomas McBride
2004-09-16cleanup deafult locators (blah ?); please check that your most hated architec...Michael Shalayeff
2004-09-16- for the generic 82557 PCI ID also print the chip name if we have an 82558Brad Smith
2004-09-16If we can't allocate new jumbo storage, try to copy the packet into aRyan Thomas McBride
2004-09-15add pcxu tlb handlers and cpu probingMichael Shalayeff
2004-09-15Add support for Intel 6300ESB IDE and SATA.Alexander Yurchenko
2004-09-14remove unused variable; netbsd, ok theoPeter Valchev
2004-09-14Call tl_ifmedia_upd() in tl_init() for cards with bitrate devicesBrad Smith
2004-09-08typo, wrong type; cd@sentia.nlTheo de Raadt
2004-09-06add INTEL PRO_1000_GT; ok deraadtMarkus Friedl
2004-09-06syncMarkus Friedl
2004-09-06add intel PRO_1000_GT; ok deraadtMarkus Friedl
2004-09-02Prevent mixer from resetting volume back to blead-from-the-ears.Marco Peereboom
2004-09-01regen for BCM4401-B0Todd C. Miller
2004-09-01Support Broadcom BCM4401-B0; from FreeBSD. OK deraadt@ and henning@Todd C. Miller
2004-08-29Add Adaptec 2120S. ok deraadt@ mickey@Marco Peereboom
2004-08-25unbreak DEBUG; ok henning, deraadtMarkus Friedl
2004-08-23Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>Marco Peereboom
2004-08-23Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>Marco Peereboom
2004-08-22Do check for STATS_OFLOW in interrupt handler. The overflow interrupt isCan Erkin Acar
2004-08-21in case of failure use the same logic for unmapping as it was used for mappin...Michael Shalayeff
2004-08-20syncTheo de Raadt
2004-08-20a belkin ID on a sk cardTheo de Raadt
2004-08-19#ifdef TI_VERBOSE around "no free jumbo buffers" printf.Ryan Thomas McBride
2004-08-19Don't complain about lack of available jumbo buffers when processing incomingRyan Thomas McBride
2004-08-19Don't complain about lack of jumbo storage when processing incoming packetsRyan Thomas McBride
2004-08-18Fix last commit, all 4 com ports use the same frequency. PromptedTodd C. Miller
2004-08-18regen for NetMos 4STodd C. Miller
2004-08-18Add NetMos 4S (4 port serial)Todd C. Miller
2004-08-17printf repairTheo de Raadt
2004-08-13Fix issue with auto request sense handling for both ahc and ahd.Kenneth R Westerback