ª244976 24 467 161 141 118 137 134 467 144 259 167 202 145 144 196 358 373 173 239 105 177 226 343 240 181 K 10 svn:author V 8 dumbbell K 8 svn:date V 27 2013-01-02T21:27:32.567310Z K 7 svn:log V 369 MFC r244405: psm: Support detection of Synaptics touchpad v7.5 and above Starting with firmware v7.5, the "Read TouchPad Modes" ($01) and "Read Capabilities" ($02) commands changed: previously constant bytes now carry variable information. We now compare those bytes to expected constants only for firmware prior to v7.5. Tested by: Zeus Panchenko END K 10 svn:author V 3 jfv K 8 svn:date V 27 2013-01-02T21:45:20.523677Z K 7 svn:log V 69 Add support for new Intel Lynx Point PCH - Watchdog Timer Device IDs END K 10 svn:author V 7 delphij K 8 svn:date V 27 2013-01-02T21:53:45.832628Z K 7 svn:log V 45 Vendor import of bwk's Dec 20, 2012 version. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2013-01-02T21:54:37.993881Z K 7 svn:log V 22 Tag 20121220 version. END K 10 svn:author V 3 jfv K 8 svn:date V 27 2013-01-02T21:56:58.422113Z K 7 svn:log V 45 Add Intel Lynx Point PCH HD Audio Device IDs END K 10 svn:author V 3 jfv K 8 svn:date V 27 2013-01-02T22:01:26.967846Z K 7 svn:log V 42 Add Intel Lynx Point PCH SMBus Device IDs END K 10 svn:author V 8 dumbbell K 8 svn:date V 27 2013-01-02T22:14:18.608234Z K 7 svn:log V 369 MFC r244405: psm: Support detection of Synaptics touchpad v7.5 and above Starting with firmware v7.5, the "Read TouchPad Modes" ($01) and "Read Capabilities" ($02) commands changed: previously constant bytes now carry variable information. We now compare those bytes to expected constants only for firmware prior to v7.5. Tested by: Zeus Panchenko END K 10 svn:author V 3 jfv K 8 svn:date V 27 2013-01-02T22:26:46.594681Z K 7 svn:log V 52 Add Intel Lynx Point PCH SATA Controller Device IDs END K 10 svn:author V 8 jmallett K 8 svn:date V 27 2013-01-02T23:17:50.016453Z K 7 svn:log V 161 Add basic support for the Ubiquiti EdgeRouter Lite. Note that USB does not currently work, and the flash is connected via USB, so local storage is not working. END K 10 svn:author V 8 jmallett K 8 svn:date V 27 2013-01-02T23:29:54.622289Z K 7 svn:log V 70 Use the right USB clock type on the EdgeRouter Lite. This fixes USB. END K 10 svn:author V 6 marius K 8 svn:date V 27 2013-01-03T00:49:11.983186Z K 7 svn:log V 106 Remove bogus '-' from getopt(3) string hit when porting daemon(8) to GNU/Linux *duck*. MFC after: 1 week END K 10 svn:author V 6 marius K 8 svn:date V 27 2013-01-03T01:09:50.387439Z K 7 svn:log V 50 Fix !INVARIANTS && !SMP build. MFC after: 3 days END K 10 svn:author V 7 delphij K 8 svn:date V 27 2013-01-03T07:25:30.250732Z K 7 svn:log V 48 MFV: one-true-awk 20121220. MFC after: 1 month END K 10 svn:author V 5 peter K 8 svn:date V 27 2013-01-03T10:21:28.749790Z K 7 svn:log V 101 Temporarily revert rev 244678. This is causing loopback problems with the lo (loopback) interfaces. END K 10 svn:author V 6 marius K 8 svn:date V 27 2013-01-03T13:42:45.665697Z K 7 svn:log V 262 - Fix !SMP build. - Replace incorrect function names in printf(9) strings with __func__. - Make xctrl_shutdown_reasons table const. - Use nitems() rather than rolling an own version. - Use DEVMETHOD_END. - Use NULL rather than 0 for pointers. MFC after: 3 days END K 10 svn:author V 6 marius K 8 svn:date V 27 2013-01-03T13:44:25.619651Z K 7 svn:log V 277 - Replace partially incorrect function names in panic(9) strings with __func__ and add some missing ones. - Remove a stale comment. - Remove unused NUM_ELEMENTS macro. - Remove extra empty lines. - Use DEVMETHOD_END. - Use NULL rather than 0 for pointers. MFC after: 3 days END K 10 svn:author V 3 des K 8 svn:date V 27 2013-01-03T14:30:24.335127Z K 7 svn:log V 81 As discussed on -current last October, remove the firewire drivers from GENERIC. END K 10 svn:author V 6 marius K 8 svn:date V 27 2013-01-03T15:31:23.571518Z K 7 svn:log V 143 Remove files not connected to the build. It's confusing enough that we still have two not quite the same evtchn.c left over. MFC after: 3 day END K 10 svn:author V 6 dteske K 8 svn:date V 27 2013-01-03T15:48:00.009139Z K 7 svn:log V 10 Comments. END K 10 svn:author V 5 markj K 8 svn:date V 27 2013-01-03T16:11:24.778156Z K 7 svn:log V 83 Fix a typo in an error message. Approved by: rstone (co-mentor) MFC after: 1 week END K 10 svn:author V 5 markj K 8 svn:date V 27 2013-01-03T16:12:48.841234Z K 7 svn:log V 131 Have -n imply -r, since dry-run mode obviously doesn't require root privileges. Approved by: rstone (co-mentor) MFC after: 1 week END K 10 svn:author V 5 markj K 8 svn:date V 27 2013-01-03T16:14:51.396730Z K 7 svn:log V 248 Make sure to update the mtime of a logfile after archiving it. This ensures that the next rotation happens at the correct time when using interval-based rotations. PR: bin/174438 Reviewed by: gad Approved by: rstone (co-mentor) MFC after: 1 week END K 10 svn:author V 5 peter K 8 svn:date V 27 2013-01-03T16:15:35.180026Z K 7 svn:log V 145 Tone down the encouragement to use cvsup. Add directions to the handbook pages that cover the more current methods and bring closer to reality. END K 10 svn:author V 3 gnn K 8 svn:date V 27 2013-01-03T18:50:27.872256Z K 7 svn:log V 89 MFC: 234930 Fix so that ,usr and ,os work correctly with fixed function (IAF) counters. END