cvs commit: src/sys/pci if_sis.c if_sisreg.h

[ Available lists | Index of cvs-src | Month of Sep 2003 | Week of 3 Sep 2003 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Poul-Henning Kamp <phk@FreeBSD.org>
Date
3 Sep 2003 00:40:05
Subject
cvs commit: src/sys/pci if_sis.c if_sisreg.h
Message-ID
200309030740.h837e4qS056204@repoman.freebsd.org


[ Hide this part ]
phk         2003/09/03 00:40:04 PDT

FreeBSD src repository

Modified files:
sys/pci if_sis.c if_sisreg.h
Log:
Examine and record the Silicon Revision Register on NS parts.

We can't update the device description in attach (why not ?), so
we device_print() what we find.

Conditionalize the short cable fix on this being older than rev 16A.

Call device_printf() when we apply short cable fix.

Include interrupt hold-off setting for rev 16+ under "#ifdef notyet"

The device_printf()'s will go under bootverbose once the various
issues have settled a bit.

Revision Changes Path
1.83 +27 -2 src/sys/pci/if_sis.c
1.23 +11 -1 src/sys/pci/if_sisreg.h


Elapsed time: 0.085 seconds