History log of /src/sys/dev/mca/if_we_mca.c |
Revision | | Date | Author | Comments |
1.22 |
| 08-Apr-2021 |
jdolecek | update comment about the 'quirk' in we_mca_init_hook() - actually that is just interrupt enable bit, so not a quirk at all; NFCI
info passed by Valery Ushakov from a guy running https://www.os2museum.com/wp/
|
1.21 |
| 28-Apr-2008 |
martin | branches: 1.21.104; Remove clause 3 and 4 from TNF licenses
|
1.20 |
| 12-Mar-2008 |
cube | branches: 1.20.2; 1.20.4; Split device_t and softc for the NE2000 Ethernet chip and all its variants and attachments. Use device_t accessors, correct types, and ANSIfy when appropriate.
|
1.19 |
| 19-Oct-2007 |
ad | branches: 1.19.12; 1.19.16; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
1.18 |
| 16-Nov-2006 |
christos | branches: 1.18.8; 1.18.22; 1.18.24; 1.18.28; __unused removal on arguments; approved by core.
|
1.17 |
| 12-Oct-2006 |
christos | - sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
|
1.16 |
| 30-Aug-2006 |
christos | branches: 1.16.2; 1.16.4; fix initializer
|
1.15 |
| 29-Mar-2006 |
thorpej | Use device_private().
|
1.14 |
| 11-Dec-2005 |
christos | branches: 1.14.4; 1.14.6; 1.14.8; 1.14.10; 1.14.12; merge ktrace-lwp.
|
1.13 |
| 03-Apr-2005 |
jdolecek | branches: 1.13.2; Make it possible for attachment to specify that the 16bit access shouldn't be toggled in WE_MEM_{ENABLE|DISABLE} when receiving or transmitting packets. Use this to switch the toggle off for MCA cards, since it causes NIC resets there.
Fixes PR kern/26895 by Dave Barnes.
|
1.12 |
| 04-Feb-2005 |
perry | de-__P
|
1.11 |
| 08-Sep-2004 |
jdolecek | branches: 1.11.4; 1.11.6; compute the shared memory location instead of hardcoding list of 'known' pos3 values for 8013 variants; fixes attachment for some variants
patch provided in PR port-i386/26877 by Dave Barnes
|
1.10 |
| 08-Sep-2004 |
jdolecek | fix mask for getting WD8003 I/O address location, so it works even for 0x300-0x3E0 bases; also miscellaneous white-space and comment fixes
patch provided by in PR port-i386/26871 by Dave Barnes
|
1.9 |
| 20-Jan-2004 |
jdolecek | branches: 1.9.2; fixup code for Elite card attachments, and adjust autoconfig messages a little
|
1.8 |
| 02-Oct-2002 |
thorpej | branches: 1.8.6; Add trailing ; to CFATTACH_DECL.
|
1.7 |
| 30-Sep-2002 |
thorpej | Use CFATTACH_DECL().
|
1.6 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.5 |
| 13-Nov-2001 |
lukem | add RCSID
|
1.4 |
| 23-Apr-2001 |
jdolecek | branches: 1.4.2; Compact autoconf info by printing the IRQ number together with 'at mca0 slot foo' info.
|
1.3 |
| 31-Mar-2001 |
jdolecek | branches: 1.3.2; add year 2001 to copyright for NetBSD
|
1.2 |
| 29-Mar-2001 |
jdolecek | Remove unneeded #includes
|
1.1 |
| 23-Mar-2001 |
jdolecek | branches: 1.1.2; Add MCA we(4) attachment for WD80x3 cards and clones. Tested with WD8003W/A, card provided by David Brownlee (thanks!). The SMC Elite stuff not tested since I don't have any; hopefully it's correct, should match information in ADF files.
The MCA-specific init quirk taken from Linux smc-mca.c driver. I don't quite grok why it works, but it does *cross fingers*.
The WD8003W/A seems to be quite a good choice. I get like 340KB/s on my machine, where 3c523 does only like 310KB/s. The numbers would be probably even better with faster CPU than 386DX :)
|
1.1.2.4 |
| 23-Apr-2001 |
bouyer | Sync with HEAD.
|
1.1.2.3 |
| 21-Apr-2001 |
bouyer | Sync with HEAD
|
1.1.2.2 |
| 27-Mar-2001 |
bouyer | Sync with HEAD.
|
1.1.2.1 |
| 23-Mar-2001 |
bouyer | file if_we_mca.c was added on branch thorpej_scsipi on 2001-03-27 15:32:06 +0000
|
1.3.2.5 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.3.2.4 |
| 14-Nov-2001 |
nathanw | Catch up to -current.
|
1.3.2.3 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.3.2.2 |
| 09-Apr-2001 |
nathanw | Catch up with -current.
|
1.3.2.1 |
| 31-Mar-2001 |
nathanw | file if_we_mca.c was added on branch nathanw_sa on 2001-04-09 01:56:48 +0000
|
1.4.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.4.2.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.8.6.5 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.8.6.4 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.8.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.8.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.8.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.9.2.2 |
| 10-Sep-2004 |
jmc | Pullup rev 1.11 (requested by jdolecek in ticket #822)
Compute the shared memory location instead of hardcoding list of "known" pos3 values for 8013 variants. PR#26877
|
1.9.2.1 |
| 10-Sep-2004 |
jmc | Pullup rev 1.10 (requested by jdolecek in ticket #821)
Fix mask for getting WD8003 I/O address location, so it works even for 0x300-0x3E0 bases. PR#26871
|
1.11.6.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
1.11.4.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.13.2.4 |
| 17-Mar-2008 |
yamt | sync with head.
|
1.13.2.3 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.13.2.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.13.2.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.14.12.1 |
| 31-Mar-2006 |
tron | Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
|
1.14.10.1 |
| 19-Apr-2006 |
elad | sync with head.
|
1.14.8.2 |
| 03-Sep-2006 |
yamt | sync with head.
|
1.14.8.1 |
| 01-Apr-2006 |
yamt | sync with head.
|
1.14.6.1 |
| 22-Apr-2006 |
simonb | Sync with head.
|
1.14.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.16.4.2 |
| 10-Dec-2006 |
yamt | sync with head.
|
1.16.4.1 |
| 22-Oct-2006 |
yamt | sync with head
|
1.16.2.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.18.28.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.18.24.2 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.18.24.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.18.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.18.8.1 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.19.16.2 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.19.16.1 |
| 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.19.12.1 |
| 24-Mar-2008 |
keiichi | 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.
|
1.21.104.1 |
| 17-Apr-2021 |
thorpej | Sync with HEAD.
|