summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-12Don't cause the screen border to be black; but we have to clear the wholeMiod Vallat
screen until console uses a low-depth plane; and if I could remember who to thank for the Xvideo board I got via Wim, things would be even better.
2006-02-11fix dejagnu detection with PKG_PATH set; problem reported by nick@ and othersDavid Krause
ok miod@
2006-02-11epic(4) can have acphy(4) or lxtphy(4) on some models.Brad Smith
2006-02-11regenJonathan Gray
2006-02-11Add a handful more of ATI/NVIDIA devices mostly from submitted dmesgs.Jonathan Gray
2006-02-11regenBrad Smith
2006-02-11- fix C51 Mem entryBrad Smith
- add the Quadro FX Go1400; From drahn@
2006-02-11use mii_phy_match().Brad Smith
2006-02-11New version of i915 supprotm adapted from freebsd by Dimitry Andric, withMatthieu Herrb
one tweak suggested by miod@.
2006-02-11regenBrad Smith
2006-02-11- add VIA Network Technologies and two VT6103 10/100 PHY's as found on vr NICs.Brad Smith
- add IC Plus Corp. and their IP101 10/100 PHY as found on some nfe based motherboards.
2006-02-11regenBrad Smith
2006-02-11add another NVidia C51 memory controller, NVidia GeForce 6150 and GeForce ↵Brad Smith
6150 LE
2006-02-11set IFCAP_VLAN_MTU in the capabilites field.Brad Smith
ok damien@
2006-02-11type correctness; from Ray Lai in PR 5011; ok millert@Otto Moerbeek
2006-02-11Fix a few "discards qualifier" warnings. From A. Farber in PR 5114.Otto Moerbeek
ok kettenis@
2006-02-11Initialize been_warned. From Benjamin Pineau in PR 5007.Otto Moerbeek
2006-02-11namelist must be NULL terminated, plus some cleanup after mickeyMartin Reindl
ok mickey@
2006-02-11fix mode of iso*.tabMarc Espie
install zone.tab as well. This fixes KDE lookup of timezones. okay millert@
2006-02-11- call nfe_ifmedia_upd() early in nfe_init() to reset the PHY.Damien Bergamini
- set RX buffer size register properly
2006-02-11sync the description of pcfadc.4; ok djmJason McIntyre
2006-02-11fix nfe_free_tx_ring() and nfe_reset_tx_ring() to unmap the good items.Damien Bergamini
2006-02-11Simplify code a bit.Brad Smith
From NetBSD ok fgs@
2006-02-11Back out the "it is not completely clear" part of revision 1.18 - itBrad Smith
effectively swapped RTS and DTR, apparently on all versions of the chip. From NetBSD ok djm@
2006-02-11trim FCS in the driver instead of setting the M_HASFCS flag and lettingDamien Bergamini
ieee80211_input() do the job. requested by brad@
2006-02-11add musycc(4) as a MLINK to art(4)Brad Smith
ok claudio@
2006-02-11don't free the mbuf in nfe_encap() if it can't be DMA'mapped since it isDamien Bergamini
left in if_snd. prettify nfe_start() a bit while i'm here.
2006-02-11MCP51 boards don't support jumbo frames..Damien Bergamini
2006-02-11force a wakeup of the MAC in nfe_init().Damien Bergamini
this makes my MCP51 board working. committed over a nfe.
2006-02-11kill trailing whitespace;Jason McIntyre
2006-02-11recognize another 5714 family chipset.Brad Smith
2006-02-11regenBrad Smith
2006-02-11this HT-2000 PCI bridge is actually PCI-X and not PCI Express.Brad Smith
2006-02-11Mask off the highest 16 bit of the io space address.Alexander Yurchenko
Problem reported by kocka@hysteria.hu.
2006-02-11remove unused srom_crc32() function.Brad Smith
ok drahn@
2006-02-11add art(4) here.Brad Smith
ok claudio@
2006-02-11Move a bit more under MPT_DEBUG.Kenneth R Westerback
ok marco@
2006-02-10CMOTech/Maxon EVDO card needs ASSUME_CM_OVER_DATA quirk to attach; ok dlg@Damien Miller
2006-02-10regenDamien Miller
2006-02-10Entry for CMOTech CM5100P (a.k.a Maxon EVDO card); ok dlg@Damien Miller
2006-02-10hook in pcfadc.4Damien Miller
2006-02-10basic manpage for pcfadc sensor (Philips PCF8591 A/D)Damien Miller
2006-02-10Fix LBA48 access for ServerWorks SATA.Mark Kettenis
ok grange@
2006-02-10regenJonathan Gray
2006-02-10Fix typo in G.Mate vendor id. Should make Raphael Langerhorst's Yopy work.Jonathan Gray
2006-02-10Recognize 7447/7457.Mark Kettenis
ok drahn@
2006-02-10Add a few more CPU types.Mark Kettenis
2006-02-10imsg API changed so adapt to it.Claudio Jeker
2006-02-10ospfd does not need fd passing via the imsg framework so remove that codeClaudio Jeker
and remove other unneeded functions that are only used in bgpd.
2006-02-10forgot to document CVS/Baserev.tmp, so here it is.Xavier Santolaria