CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2013/01/14 16:19:39
Modified files: sys/dev/pci : if_tht.c Log message: use one interrupt handler for the thtc headend, rather than seperate interrupt handlers for the ports. this ensures that the 2nd port does not get starved. ok dlg