History log of /src/sys/dev/mca/if_ep_mca.c |
Revision | | Date | Author | Comments |
1.24 |
| 08-Apr-2020 |
msaitoh | Correctly spell "count".
|
1.23 |
| 11-Jul-2016 |
msaitoh | branches: 1.23.18; KNF. No functional change.
|
1.22 |
| 14-Mar-2009 |
dsl | branches: 1.22.22; 1.22.40; 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.21 |
| 27-Aug-2008 |
christos | branches: 1.21.2; 1.21.8; device_t changes, pmf, minor knf.
|
1.20 |
| 28-Apr-2008 |
martin | branches: 1.20.2; 1.20.6; Remove clause 3 and 4 from TNF licenses
|
1.19 |
| 08-Apr-2008 |
cegger | branches: 1.19.2; 1.19.4; 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 |
| 29-Mar-2006 |
thorpej | branches: 1.15.8; 1.15.10; 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 |
| 27-Feb-2005 |
perry | branches: 1.13.4; nuke trailing whitespace
|
1.12 |
| 04-Feb-2005 |
perry | de-__P
|
1.11 |
| 25-Oct-2003 |
christos | branches: 1.11.8; 1.11.10; Fix uninitialized variable warnings
|
1.10 |
| 02-Oct-2002 |
thorpej | branches: 1.10.6; Add trailing ; to CFATTACH_DECL.
|
1.9 |
| 30-Sep-2002 |
thorpej | Use CFATTACH_DECL().
|
1.8 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.7 |
| 28-Nov-2001 |
jdolecek | Match also product id 0x627c, it was omitted by mistake. Problem pointed out by Carl Drougge on tech-kern, thanks!
|
1.6 |
| 13-Nov-2001 |
lukem | add RCSID
|
1.5 |
| 18-Aug-2001 |
chs | make this compile.
|
1.4 |
| 13-May-2001 |
jdolecek | branches: 1.4.2; Change the comment about sucky performance to recommendation to remove DIAGNOSTIC/DEBUG from the kernel. This helped to boost the performance on my test machine from ~5KB/s to like 800KB/s for ftp test, and to like 700KB/s for netio test. I wouldn't have imagined the options are THAT costly ....
|
1.3 |
| 23-Apr-2001 |
jdolecek | Compact autoconf info by printing the IRQ number together with 'at mca0 slot foo' info.
|
1.2 |
| 29-Mar-2001 |
jdolecek | branches: 1.2.2; Remove unneeded #includes
|
1.1 |
| 22-Mar-2001 |
jdolecek | branches: 1.1.2; Add MCA ep(4) attachment, for 3Com 3c529-type cards. Tested with 3c529-TP, provided to me by David Brownlee (thanks!).
Performance of this card is quite poor on my PS/2 with 386DX, like 100KB/s at best, but as low as 5KB/s when transferring bigger files due to packet overruns. It would be good to revisit this later, probably by teaching the ic code to use RX Early.
|
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 |
| 22-Mar-2001 |
bouyer | file if_ep_mca.c was added on branch thorpej_scsipi on 2001-03-27 15:32:06 +0000
|
1.2.2.7 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.2.2.6 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.2.2.5 |
| 14-Nov-2001 |
nathanw | Catch up to -current.
|
1.2.2.4 |
| 24-Aug-2001 |
nathanw | Catch up with -current.
|
1.2.2.3 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.2.2.2 |
| 09-Apr-2001 |
nathanw | Catch up with -current.
|
1.2.2.1 |
| 29-Mar-2001 |
nathanw | file if_ep_mca.c was added on branch nathanw_sa on 2001-04-09 01:56:47 +0000
|
1.4.2.3 |
| 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.2 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.4.2.1 |
| 25-Aug-2001 |
thorpej | Merge Aug 24 -current into the kqueue branch.
|
1.10.6.5 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.10.6.4 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.10.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.10.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.10.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.11.10.2 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.11.10.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
1.11.8.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.13.4.3 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.13.4.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.13.4.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.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.15.10.2 |
| 10-Dec-2006 |
yamt | sync with head.
|
1.15.10.1 |
| 22-Oct-2006 |
yamt | sync with head
|
1.15.8.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.2 |
| 28-Sep-2008 |
mjf | Sync with HEAD.
|
1.18.16.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.19.4.2 |
| 04-May-2009 |
yamt | sync with head.
|
1.19.4.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.19.2.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.20.6.1 |
| 19-Oct-2008 |
haad | Sync with HEAD.
|
1.20.2.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.21.8.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.21.2.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.22.40.1 |
| 05-Oct-2016 |
skrll | Sync with HEAD
|
1.22.22.1 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.23.18.1 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|