Searched hist:120043 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/pci/
H A Dif_rlreg.hdiff 120043 Sat Sep 13 23:51:35 MDT 2003 wpaul Teach the re(4) driver about the CFG2 register, which tells us whether
we're on a 32-bit/64-bit bus or not. Use this to decide if we should
set the PCI dual-address cycle enable bit in the C+ command register.
(Enabling DAC on a 32-bit bus seems to do bad things.)

Also, initialize the C+ command register early in the re_init() routine.
The documentation says this register should be configured first.
/freebsd-10.2-release/sys/dev/re/
H A Dif_re.cdiff 120043 Sat Sep 13 23:51:35 MDT 2003 wpaul Teach the re(4) driver about the CFG2 register, which tells us whether
we're on a 32-bit/64-bit bus or not. Use this to decide if we should
set the PCI dual-address cycle enable bit in the C+ command register.
(Enabling DAC on a 32-bit bus seems to do bad things.)

Also, initialize the C+ command register early in the re_init() routine.
The documentation says this register should be configured first.

Completed in 70 milliseconds