Searched hist:4840 (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/usr.sbin/timed/timed/
H A Dmeasure.cdiff 4840 Sun Nov 27 14:06:31 MST 1994 bde Apply an even number of ntohl's to icmp_otime. This fixes
`timedc clockdiff ...'.
/freebsd-9.3-release/sys/dev/fe/
H A Dif_fe_pccard.cdiff 189843 Sun Mar 15 00:38:07 MDT 2009 imp Generalize the workaround for the Hitachi HT-4840-11. The Contec
C-NET(PC) has a cfe at location 1 that has both an odd irq mask (it
matches pc98 machines, so maybe it was a flag for pc98 operation) as
well as a memory map. Since this driver doesn't know how to cope, we
start with cfe2, which is purely an I/O space mapped and that seems to
make it work. I say 'seems' here, because the card I have doesn't
seem to have the right dongle for full testing...
diff 189681 Wed Mar 11 06:16:35 MDT 2009 imp Add support for Hitachi HT-4840-11. This card is supposedly just like
the J181, but not quite. This card's CIS has some quirks that means
we have to ignore CFE's 1-9.
/freebsd-9.3-release/sys/dev/pccard/
H A Dpccard_cis.cdiff 189682 Wed Mar 11 06:23:31 MDT 2009 imp Allow zero length memroy space descriptor sections. It is apparently
legal in the spec. Add newline to the verbose messages we print when
debugging when this happens. The Hitachi HT-4840-11 is the only card
to hit these in years, and it works well enough if we're liberal about
what we accept.
H A Dpccarddevsdiff 189680 Wed Mar 11 06:23:09 MDT 2009 imp Add entry for Hitachi HT-4840-11, which is a fe-based card.
/freebsd-9.3-release/sbin/fsck_ffs/
H A Dmain.cdiff 31903 Sat Dec 20 19:36:58 MST 1997 bde Don't attempt to print the statistics for a "clean" preened filesystem
when there isn't even a filesystem. Attempting to print them tended
to cause SIGSEGV or SIGFPE depending on how far setup() got before it
returned 0. This was broken in the previous revision by removing a
return statement that the previous case depended on falling into.

PR: 4840 (fixed by this commit)
PR: 2537 (possibly fixed by Lite2 merge and later changes. setup()
does more checking now)

Completed in 91 milliseconds