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

/freebsd-11-stable/sys/dev/fb/
H A Dvga.cdiff 174985 Sat Dec 29 21:26:59 MST 2007 wkoszek Replace explicit calls to video methods with their respective variants
implemented with macros. This patch improves code readability. Reasoning
behind vidd_* is a sort of "video discipline".

List of macros is supposed to be complete--all methods of video_switch
ought to have their respective macros from now on.

Functionally, this code should be no-op. My intention is to leave current
behaviour of touched code as is.

No objections: rwatson
Silence on: freebsd-current@
Approved by: cognet
/freebsd-11-stable/sys/dev/syscons/
H A Dscgfbrndr.cdiff 174985 Sat Dec 29 21:26:59 MST 2007 wkoszek Replace explicit calls to video methods with their respective variants
implemented with macros. This patch improves code readability. Reasoning
behind vidd_* is a sort of "video discipline".

List of macros is supposed to be complete--all methods of video_switch
ought to have their respective macros from now on.

Functionally, this code should be no-op. My intention is to leave current
behaviour of touched code as is.

No objections: rwatson
Silence on: freebsd-current@
Approved by: cognet
H A Dscvgarndr.cdiff 174985 Sat Dec 29 21:26:59 MST 2007 wkoszek Replace explicit calls to video methods with their respective variants
implemented with macros. This patch improves code readability. Reasoning
behind vidd_* is a sort of "video discipline".

List of macros is supposed to be complete--all methods of video_switch
ought to have their respective macros from now on.

Functionally, this code should be no-op. My intention is to leave current
behaviour of touched code as is.

No objections: rwatson
Silence on: freebsd-current@
Approved by: cognet
H A Dsyscons.cdiff 174985 Sat Dec 29 21:26:59 MST 2007 wkoszek Replace explicit calls to video methods with their respective variants
implemented with macros. This patch improves code readability. Reasoning
behind vidd_* is a sort of "video discipline".

List of macros is supposed to be complete--all methods of video_switch
ought to have their respective macros from now on.

Functionally, this code should be no-op. My intention is to leave current
behaviour of touched code as is.

No objections: rwatson
Silence on: freebsd-current@
Approved by: cognet
/freebsd-11-stable/sys/dev/ahci/
H A Dahci_pci.cdiff 245875 Thu Jan 24 07:42:01 MST 2013 mav Disable MSI interrupts for SB600 chipset. According to the report they are
not functional.

PR: kern/174880, kern/174985, kern/175002
MFC after: 1 week

Completed in 213 milliseconds