Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-11 | New version of i915 supprotm adapted from freebsd by Dimitry Andric, with | Matthieu Herrb | |
one tweak suggested by miod@. | |||
2006-02-11 | regen | Brad 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-11 | regen | Brad Smith | |
2006-02-11 | add another NVidia C51 memory controller, NVidia GeForce 6150 and GeForce ↵ | Brad Smith | |
6150 LE | |||
2006-02-11 | set IFCAP_VLAN_MTU in the capabilites field. | Brad Smith | |
ok damien@ | |||
2006-02-11 | type correctness; from Ray Lai in PR 5011; ok millert@ | Otto Moerbeek | |
2006-02-11 | Fix a few "discards qualifier" warnings. From A. Farber in PR 5114. | Otto Moerbeek | |
ok kettenis@ | |||
2006-02-11 | Initialize been_warned. From Benjamin Pineau in PR 5007. | Otto Moerbeek | |
2006-02-11 | namelist must be NULL terminated, plus some cleanup after mickey | Martin Reindl | |
ok mickey@ | |||
2006-02-11 | fix mode of iso*.tab | Marc 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-11 | sync the description of pcfadc.4; ok djm | Jason McIntyre | |
2006-02-11 | fix nfe_free_tx_ring() and nfe_reset_tx_ring() to unmap the good items. | Damien Bergamini | |
2006-02-11 | Simplify code a bit. | Brad Smith | |
From NetBSD ok fgs@ | |||
2006-02-11 | Back out the "it is not completely clear" part of revision 1.18 - it | Brad Smith | |
effectively swapped RTS and DTR, apparently on all versions of the chip. From NetBSD ok djm@ | |||
2006-02-11 | trim FCS in the driver instead of setting the M_HASFCS flag and letting | Damien Bergamini | |
ieee80211_input() do the job. requested by brad@ | |||
2006-02-11 | add musycc(4) as a MLINK to art(4) | Brad Smith | |
ok claudio@ | |||
2006-02-11 | don't free the mbuf in nfe_encap() if it can't be DMA'mapped since it is | Damien Bergamini | |
left in if_snd. prettify nfe_start() a bit while i'm here. | |||
2006-02-11 | MCP51 boards don't support jumbo frames.. | Damien Bergamini | |
2006-02-11 | force a wakeup of the MAC in nfe_init(). | Damien Bergamini | |
this makes my MCP51 board working. committed over a nfe. | |||
2006-02-11 | kill trailing whitespace; | Jason McIntyre | |
2006-02-11 | recognize another 5714 family chipset. | Brad Smith | |
2006-02-11 | regen | Brad Smith | |
2006-02-11 | this HT-2000 PCI bridge is actually PCI-X and not PCI Express. | Brad Smith | |
2006-02-11 | Mask off the highest 16 bit of the io space address. | Alexander Yurchenko | |
Problem reported by kocka@hysteria.hu. | |||
2006-02-11 | remove unused srom_crc32() function. | Brad Smith | |
ok drahn@ | |||
2006-02-11 | add art(4) here. | Brad Smith | |
ok claudio@ | |||
2006-02-11 | Move a bit more under MPT_DEBUG. | Kenneth R Westerback | |
ok marco@ | |||
2006-02-10 | CMOTech/Maxon EVDO card needs ASSUME_CM_OVER_DATA quirk to attach; ok dlg@ | Damien Miller | |
2006-02-10 | regen | Damien Miller | |
2006-02-10 | Entry for CMOTech CM5100P (a.k.a Maxon EVDO card); ok dlg@ | Damien Miller | |
2006-02-10 | hook in pcfadc.4 | Damien Miller | |
2006-02-10 | basic manpage for pcfadc sensor (Philips PCF8591 A/D) | Damien Miller | |
2006-02-10 | Fix LBA48 access for ServerWorks SATA. | Mark Kettenis | |
ok grange@ | |||
2006-02-10 | regen | Jonathan Gray | |
2006-02-10 | Fix typo in G.Mate vendor id. Should make Raphael Langerhorst's Yopy work. | Jonathan Gray | |
2006-02-10 | Recognize 7447/7457. | Mark Kettenis | |
ok drahn@ | |||
2006-02-10 | Add a few more CPU types. | Mark Kettenis | |
2006-02-10 | imsg API changed so adapt to it. | Claudio Jeker | |
2006-02-10 | ospfd does not need fd passing via the imsg framework so remove that code | Claudio Jeker | |
and remove other unneeded functions that are only used in bgpd. | |||
2006-02-10 | forgot to document CVS/Baserev.tmp, so here it is. | Xavier Santolaria | |
2006-02-10 | Make it possible to turn suftreconfig in/out on or off. Default is on for | Claudio Jeker | |
both directions. Manpage update follows. OK henning@ | |||
2006-02-10 | document CVS/Entries.Backup, CVS/Notify.tmp and CVS/Template files. | Xavier Santolaria | |
OK jmc@. | |||
2006-02-10 | If ABR only look in the backbone area 0.0.0.0 for summary LSA. OK norby@ | Claudio Jeker | |
2006-02-10 | reset $state->{dir} to the correct value after deleting the replaced package. | Marc Espie | |
Fixes a problem noticed by steven. | |||
2006-02-10 | fix CVS_PATH_NOTIFY duplicate. | Xavier Santolaria | |
2006-02-10 | Use the ProgressMeter engine to display the update messages. This makes | Bernd 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-10 | If the length of the message in OpenBSD::ProgressMeter::message() is shorter | Bernd 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 RAMDISKBIG | Brad Smith | |
- remove redundant lmc(4) entry from GENERIC - add san(4) to GENERIC as it should now work on alpha |