CVS commit: src/sys/dev/isapnp

2017-10-07 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Sat Oct  7 20:02:07 UTC 2017

Modified Files:
src/sys/dev/isapnp: wdc_isapnp.c

Log Message:
adapt for NCQ branch merge too


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/dev/isapnp/wdc_isapnp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/isapnp

2015-11-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Nov 19 19:16:28 UTC 2015

Modified Files:
src/sys/dev/isapnp: isapnpdevs.c isapnpdevs.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/dev/isapnp/isapnpdevs.c
cvs rdiff -u -r1.66 -r1.67 src/sys/dev/isapnp/isapnpdevs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/isapnp

2015-11-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Nov 19 19:16:10 UTC 2015

Modified Files:
src/sys/dev/isapnp: isapnpdevs

Log Message:
Add another le board.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/dev/isapnp/isapnpdevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/isapnp

2011-12-07 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Wed Dec  7 17:35:01 UTC 2011

Modified Files:
src/sys/dev/isapnp: mpu_isapnp.c

Log Message:
We need to hold the lock during mpu_find().


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/isapnp/mpu_isapnp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/isapnp

2011-11-22 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Tue Nov 22 19:33:38 UTC 2011

Modified Files:
src/sys/dev/isapnp: wss_isapnp.c

Log Message:
Set "mode" to 2 at the correct time.
Fixes recording on some isapnp(4) wss(4) chips.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/isapnp/wss_isapnp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/isapnp

2010-05-23 Thread Jean-Yves Migeon
Module Name:src
Committed By:   jym
Date:   Sun May 23 23:53:36 UTC 2010

Modified Files:
src/sys/dev/isapnp: i82365_isapnp.c

Log Message:
PRIxPADDR instead of %lx to print bus_addr_t/paddr_t variables.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/isapnp/i82365_isapnp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.