History log of /src/sys/dev/mca/mca_subr.c |
Revision | | Date | Author | Comments |
1.11 |
| 13-May-2024 |
msaitoh | s/of of/of/ in comment.
|
1.10 |
| 14-Mar-2009 |
dsl | Change about 4500 of the K&R function definitions to ANSI ones. There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle. There are also many that need () -> (void). (The script does handle misordered arguments.)
|
1.9 |
| 28-Apr-2008 |
martin | branches: 1.9.8; 1.9.14; Remove clause 3 and 4 from TNF licenses
|
1.8 |
| 11-Dec-2005 |
christos | branches: 1.8.70; 1.8.72; 1.8.74; merge ktrace-lwp.
|
1.7 |
| 27-Feb-2005 |
perry | nuke trailing whitespace
|
1.6 |
| 22-Apr-2004 |
itojun | branches: 1.6.4; 1.6.6; sprintf -> snprintf
|
1.5 |
| 13-Nov-2001 |
lukem | branches: 1.5.16; add RCSID
|
1.4 |
| 27-Apr-2001 |
jdolecek | branches: 1.4.2; Add driver for SKNET Personal and MC+ - AMD Lance 7990 based ethernet cards. Both models tested and seem to be quite stable and fast.
Thanks to: - Hans Hubner <hans@Huebner.org> for giving me the cards for testing - Georg Klug of Syskonnect, who provided me with hw docs for these cards, very promptly and willingly - I wish all vendors would be like this - Alfred Arnold, Linux SKNET driver author, for giving me valuable Syskonnect contact :)
|
1.3 |
| 27-Apr-2001 |
jdolecek | Introduce mca_match_disabled() - this returns true if cards with particular id should be handled even through it's marked as disabled in POS registers. There are some cards which need this due to nonstandard hw design.
|
1.2 |
| 14-Feb-2001 |
jdolecek | branches: 1.2.2; remove mca_issupp() and just use UNCONF for unknown devices, like other buses do - array of 'supported' peripheals makes addition of new stuff unnecessarily harder
|
1.1 |
| 11-May-2000 |
jdolecek | branches: 1.1.6; MI part of MicroChannel Architecture bus support
This work is based on code written by Scott D. Telford, the IBM Token Ring card attachment was written by Gregory McGarry.
XXX this is still very experimental and development version; use at your XXX own risk
|
1.1.6.3 |
| 12-Mar-2001 |
bouyer | Sync with HEAD.
|
1.1.6.2 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.1.6.1 |
| 11-May-2000 |
bouyer | file mca_subr.c was added on branch thorpej_scsipi on 2000-11-20 11:41:30 +0000
|
1.2.2.2 |
| 14-Nov-2001 |
nathanw | Catch up to -current.
|
1.2.2.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.4.2.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.5.16.4 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.5.16.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.5.16.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.5.16.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.6.6.1 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.6.4.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.8.74.2 |
| 04-May-2009 |
yamt | sync with head.
|
1.8.74.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.8.72.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.8.70.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.9.14.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.9.8.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|