History log of /src/sys/dev/mca/if_ate_mca.c |
Revision | | Date | Author | Comments |
1.21 |
| 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
1.20 |
| 12-Apr-2008 |
tsutsui | branches: 1.20.2; 1.20.4; Split device_t/softc for MI mb86960, with misc cosmetics.
|
1.19 |
| 08-Apr-2008 |
cegger | use aprint_*_dev and device_xname
|
1.18 |
| 19-Oct-2007 |
ad | branches: 1.18.16; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
1.17 |
| 16-Nov-2006 |
christos | branches: 1.17.8; 1.17.22; 1.17.24; 1.17.28; __unused removal on arguments; approved by core.
|
1.16 |
| 12-Oct-2006 |
christos | - sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
|
1.15 |
| 30-Aug-2006 |
christos | branches: 1.15.2; 1.15.4; fix initializer.
|
1.14 |
| 29-Mar-2006 |
thorpej | Use device_private().
|
1.13 |
| 11-Dec-2005 |
christos | branches: 1.13.4; 1.13.6; 1.13.8; 1.13.10; 1.13.12; merge ktrace-lwp.
|
1.12 |
| 27-Feb-2005 |
perry | branches: 1.12.4; nuke trailing whitespace
|
1.11 |
| 04-Feb-2005 |
perry | de-__P
|
1.10 |
| 23-Feb-2003 |
simonb | branches: 1.10.2; 1.10.10; 1.10.12; Remove assigned-to but not used variable.
|
1.9 |
| 30-Nov-2002 |
tsutsui | More cleanup of MI mb86960 driver: - Add support for byte system bus mode. Based on patch in kern/17193 by Christian Groessler, with some improvements by me. - Rename sc_flags in mb86960_softc to sc_stat, rename "type" to sc_flags to specify controller quirks and remove enum mb86960_type. - Pass controller type via new sc_flags in mb86960_softc rather than via an mb86960_attach() arg. - Handle unaligned mbufs properly in mb86960_write_mbufs(). (from ne2000.c) - Fix a signed/unsigned comparision warning. - Add definitions of status bits in the RX packed header. - Change types of some members in mb86960_softc.
|
1.8 |
| 04-Oct-2002 |
tsutsui | - Merge dev/ic/ate_subr.c into dev/ic/mb86960.c since it only has EEPROM read function which can also be used for other MB86965 based boards. - Rewrite EEPROM read function as per 93C06 EEPROM datasheet. - Misc cleanup.
|
1.7 |
| 02-Oct-2002 |
thorpej | Add trailing ; to CFATTACH_DECL.
|
1.6 |
| 30-Sep-2002 |
thorpej | Use CFATTACH_DECL().
|
1.5 |
| 28-Sep-2002 |
tsutsui | Move AT1700/RE2000 EEPROM definitions from isa/if_fereg.h to ic/ate_subr.h.
XXX Maybe all stuff in ate_subr.* should be merged into ic/mb86960*.[ch].
|
1.4 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.3 |
| 13-Nov-2001 |
lukem | add RCSID
|
1.2 |
| 23-Apr-2001 |
jdolecek | branches: 1.2.2; Compact autoconf info by printing the IRQ number together with 'at mca0 slot foo' info.
|
1.1 |
| 31-Mar-2001 |
jdolecek | branches: 1.1.2; 1.1.4; Add driver for AT1720 MCA cards. This uses generic MB86960 support code, and shares some bits with ISA AT1700 driver. Gee, this one was really easy :)
This card turned out to be quite good performer - I get about 360KB/s on 386DX PS/2 machine, which is best of all supported cards so far. Tested with AT1720T, card donated by David Brownlee.
|
1.1.4.3 |
| 23-Apr-2001 |
bouyer | Sync with HEAD.
|
1.1.4.2 |
| 21-Apr-2001 |
bouyer | Sync with HEAD
|
1.1.4.1 |
| 31-Mar-2001 |
bouyer | file if_ate_mca.c was added on branch thorpej_scsipi on 2001-04-21 17:48:53 +0000
|
1.1.2.6 |
| 11-Dec-2002 |
thorpej | Sync with HEAD.
|
1.1.2.5 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.1.2.4 |
| 14-Nov-2001 |
nathanw | Catch up to -current.
|
1.1.2.3 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.1.2.2 |
| 09-Apr-2001 |
nathanw | Catch up with -current.
|
1.1.2.1 |
| 31-Mar-2001 |
nathanw | file if_ate_mca.c was added on branch nathanw_sa on 2001-04-09 01:56:46 +0000
|
1.2.2.2 |
| 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
1.2.2.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.10.12.2 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.10.12.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
1.10.10.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.10.2.2 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.10.2.1 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.12.4.3 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.12.4.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.12.4.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.13.12.1 |
| 31-Mar-2006 |
tron | Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
|
1.13.10.1 |
| 19-Apr-2006 |
elad | sync with head.
|
1.13.8.2 |
| 03-Sep-2006 |
yamt | sync with head.
|
1.13.8.1 |
| 01-Apr-2006 |
yamt | sync with head.
|
1.13.6.1 |
| 22-Apr-2006 |
simonb | Sync with head.
|
1.13.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.15.4.2 |
| 10-Dec-2006 |
yamt | sync with head.
|
1.15.4.1 |
| 22-Oct-2006 |
yamt | sync with head
|
1.15.2.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.17.28.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.17.24.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.17.22.1 |
| 26-Oct-2007 |
joerg | Sync with HEAD.
Follow the merge of pmap.c on i386 and amd64 and move pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup code to restore CR4 before jumping back into kernel space as the large page option might cover that.
|
1.17.8.1 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.18.16.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.20.4.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.20.2.1 |
| 18-May-2008 |
yamt | sync with head.
|