CVS commit: src/sys/arch/sgimips/mace

2018-03-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Mar 23 09:43:33 UTC 2018 Modified Files: src/sys/arch/sgimips/mace: if_mec.c Log Message: No need to print interrupt status for RX underflow as this status bit is handled already To generate a diff of this commit: cvs rdi

CVS commit: src/sys/arch/sgimips/mace

2016-08-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Aug 5 20:21:58 UTC 2016 Modified Files: src/sys/arch/sgimips/mace: pci_mace.c Log Message: simplify macepci_intr(): - use uint32_t - always clear all error bits - avoid a compiler bug(?) which caused the test for MACE_PERR_

CVS commit: src/sys/arch/sgimips/mace

2016-07-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 13 21:33:28 UTC 2016 Modified Files: src/sys/arch/sgimips/mace: mace.c Log Message: appease gcc by removing now unnecessary cast To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/sgimips/mace/m

CVS commit: src/sys/arch/sgimips/mace

2015-09-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Sep 30 19:44:58 UTC 2015 Modified Files: src/sys/arch/sgimips/mace: com_mace.c Log Message: pass the port's hardware address in COM_INIT_REGS() so the com driver can figure out wether this is the console or not To generate

CVS commit: src/sys/arch/sgimips/mace

2015-09-24 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Sep 24 17:56:59 UTC 2015 Modified Files: src/sys/arch/sgimips/mace: pci_mace.c Log Message: on mips64 we can use the whole PCI space, not just the two 32MB windows accessible via KSEG* To generate a diff of this commit: cv

CVS commit: src/sys/arch/sgimips/mace

2015-06-29 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jun 30 03:55:23 UTC 2015 Modified Files: src/sys/arch/sgimips/mace: mace.c Log Message: shorten the interrupt name so the level field is actually readable in systat To generate a diff of this commit: cvs rdiff -u -r1.21 -r

CVS commit: src/sys/arch/sgimips/mace

2015-04-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Apr 13 21:22:34 UTC 2015 Modified Files: src/sys/arch/sgimips/mace: if_mec.c Log Message: Missed a spot: rnd.h -> rndsource.h. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/arch/sgimips/mace/if_mec

CVS commit: src/sys/arch/sgimips/mace

2015-04-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Apr 4 14:19:00 UTC 2015 Modified Files: src/sys/arch/sgimips/mace: macekbc.c Log Message: malloc() -> kmem_alloc() for private data, also kmem_free() them if we don't finish attaching for whatever reason found by Brainy

CVS commit: src/sys/arch/sgimips/mace

2015-02-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Feb 17 11:25:43 UTC 2015 Modified Files: src/sys/arch/sgimips/mace: mavb.c Log Message: move DAC1 output channel to master so things like OSS and kmix work as expected To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/sys/arch/sgimips/mace

2011-08-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Aug 18 03:25:34 UTC 2011 Modified Files: src/sys/arch/sgimips/mace: mace.c Log Message: device_t-ify To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/sgimips/mace/mace.c Please note that diffs ar