Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/dev/pci



On Wed, Jan 01, 2003 at 04:36:55AM +0200, dyoung%netbsd.org@localhost wrote:

 > Module Name: src
 > Committed By:        dyoung
 > Date:                Wed Jan  1 02:36:55 UTC 2003
 > 
 > Modified Files:
 >      src/sys/dev/pci: if_wi_pci.c
 > 
 > Log Message:
 > For confidence's sake, enable I/O and memory accesses (which were
 > previously NOT enabled), but do not enable bus-mastering (which
 > was previously enabled, but which neither Lucent nor Prism support).

The driver should never mess with the MEM and IO enables of a PCI
device -- the code that configures the PCI bus will enable MEM and/or
IO for those devices which have appropriately programmed BARs.

-- 
        -- Jason R. Thorpe <thorpej%wasabisystems.com@localhost>



Home | Main Index | Thread Index | Old Index