CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2009/08/29 15:12:55
Modified files: sys/conf : files sys/dev/pci : files.pci Added files: sys/dev/pci : if_ti_pci.c sys/dev/ic : ti.c tireg.h tivar.h Removed files: sys/dev/pci : if_ti.c if_tireg.h if_tivar.h Log message: Split the ti(4) driver into mostly bus-agnostic code and PCI-specific attachment. Add SBus support to the bus-agnostic code.