summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2006-02-10Make it possible to turn suftreconfig in/out on or off. Default is on forClaudio Jeker
both directions. Manpage update follows. OK henning@
2006-02-10document CVS/Entries.Backup, CVS/Notify.tmp and CVS/Template files.Xavier Santolaria
OK jmc@.
2006-02-10If ABR only look in the backbone area 0.0.0.0 for summary LSA. OK norby@Claudio Jeker
2006-02-10reset $state->{dir} to the correct value after deleting the replaced package.Marc Espie
Fixes a problem noticed by steven.
2006-02-10fix CVS_PATH_NOTIFY duplicate.Xavier Santolaria
2006-02-10Use the ProgressMeter engine to display the update messages. This makesBernd Ahlers
'pkg_add -u' less chatty. (turn on verbose output to restore the old behaviour) Advise the user to re-run 'pkg_add -u' in interactive mode if there are ambiguities. Discussed with steven@ and espie@. Testing and some ideas by steven@, thanks. ok espie@
2006-02-10If the length of the message in OpenBSD::ProgressMeter::message() is shorterBernd Ahlers
than the length of the playfield, fill up the difference with whitespace. Prevents leftover characters from previous message()s. ok espie@
2006-02-10- remove lmc(4) from RAMDISKBIGBrad Smith
- remove redundant lmc(4) entry from GENERIC - add san(4) to GENERIC as it should now work on alpha