CVSROOT: /cvs Module name: src Changes by: ke...@cvs.openbsd.org 2011/05/24 20:22:20
Modified files: sys/dev/pci : if_alc.c if_alcreg.h Log message: - For AR8132 fast ethernet controller, do not report 1000baseT capability to mii(4). - Limit DMA burst size to be less than or equal to 1024 bytes. Controller does not seem to support more than 1024 bytes DMA burst. - Do not touch CMB TX threshold register when CMB is not used. >From FreeBSD via Brad - Properly initialize sc_product and alc_rev early enough in alc_attach() with the PCI product id and PCI revision. - Further sync if_alcvar.h changes from FreeBSD for L2C/L1D addition commit which in OpenBSD has been merged into if_alcreg.h >From Brad; tested by Gabriel Linder and edd@.