CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2012/11/27 18:15:33
Modified files: sys/arch/octeon/dev: cn30xxgmx.c sys/dev/pci : if_em.c sys/dev/pcmcia : if_xe.c sys/dev/usb : if_axe.c if_upl.c Log message: - Use IF_Gbps(1) instead of IF_Mbps(1000) - Use IF_Mbps() instead of multiplying the link speed by a bare value - Remove a useless comment as baudrate is already handled properly - Remove some commented out bits of code - Use IF_Mbps() instead of the bare value ok sthen@