”C119991 9 164 276 319 411 152 506 214 331 208 K 10 svn:author V 4 bmah K 8 svn:date V 27 2003-09-11T16:03:46.000000Z K 7 svn:log V 71 Update for bfe(4) and re(4). Trim my(4) cards and use manpage entity. END K 10 svn:author V 7 trhodes K 8 svn:date V 27 2003-09-11T16:27:16.000000Z K 7 svn:log V 179 Remove the unrequired -bi from the newaliases line. Note in the commit log that the last change should have read: exim_enable="YES" in the changes listing. Discussed with: ceri END K 10 svn:author V 6 thomas K 8 svn:date V 27 2003-09-11T17:34:47.000000Z K 7 svn:log V 223 (atapi_action, case XPT_PATH_INQ): Handle properly the case of CAM_TARGET_WILDCARD (target_id_t is an unsigned integer type). Fixes boot-time crash on Alpha. Reviewed by: roberto Approved by: re (murray) MFC after: 1 week END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-09-11T19:27:24.000000Z K 7 svn:log V 318 Disable the use of cloning use in floppy and CD drivers. This commit puts the relevant code snippets under #ifdef GONE_IN_5 (rather than #ifndef BURN_BRIDGES) thereby disabling the code now. The code wil be entirely removed before 5.2 unless we find reasons why this would be a bad idea. Approach suggested by: imp END K 10 svn:author V 2 ru K 8 svn:date V 27 2003-09-11T21:40:21.000000Z K 7 svn:log V 61 Fix a bunch of off-by-one errors in the range checking code. END K 10 svn:author V 6 marcel K 8 svn:date V 27 2003-09-11T23:06:42.000000Z K 7 svn:log V 410 Add support for using uart(4) for pulse capturing for the Pulse Per Second (PPS) timing interface. The support is non-optional and by default uses the DCD line signal as the pulse input. A compile-time option (UART_PPS_ON_CTS) can be used to have uart(4) use the CTS line signal. Include in uart_bus.h to avoid having to add the inclusion of that header in all source files. Reviewed by: phk END K 10 svn:author V 2 ps K 8 svn:date V 27 2003-09-11T23:30:28.000000Z K 7 svn:log V 122 Delay most of the adapter initilization until after interrupts are enabled. Tested by: Richard Puga END K 10 svn:author V 3 gad K 8 svn:date V 27 2003-09-12T01:33:37.000000Z K 7 svn:log V 238 Move the parse8601 and parseDWM routines into a new ptime.c file. The only code-change is to add a "next_time" parameter to both routines (and that is not used yet). A later update will make "next_time" more useful. MFC after: 20 days END K 10 svn:author V 3 alc K 8 svn:date V 27 2003-09-12T07:07:49.000000Z K 7 svn:log V 115 Add a new parameter to pmap_extract_and_hold() that is needed to eliminate Giant from vmapbuf(). Idea from: tegge END