History log of /src/sys/dev/ic/we.c |
Revision | | Date | Author | Comments |
1.17 |
| 19-Mar-2010 |
tsutsui | Replace some magic numbers with macro. Tested on SMC_TT on atari.
|
1.16 |
| 19-Mar-2010 |
tsutsui | Misc KNF.
|
1.15 |
| 28-Apr-2008 |
martin | branches: 1.15.20; 1.15.22; Remove clause 3 and 4 from TNF licenses
|
1.14 |
| 12-Mar-2008 |
cube | branches: 1.14.2; 1.14.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.13 |
| 19-Oct-2007 |
ad | branches: 1.13.12; 1.13.16; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
1.12 |
| 04-Mar-2007 |
christos | branches: 1.12.2; 1.12.14; 1.12.16; 1.12.20; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
1.11 |
| 29-Mar-2006 |
thorpej | branches: 1.11.14; Use device_cfdata().
|
1.10 |
| 29-Jan-2006 |
dsl | branches: 1.10.2; 1.10.4; 1.10.6; 1.10.8; 1.10.10; Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h> The bswap.h and endian.h files are all rather incestuous, but I want to get the constant folding stuff into one place - sys/bswap.h
|
1.9 |
| 24-Dec-2005 |
perry | branches: 1.9.2; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
|
1.8 |
| 11-Dec-2005 |
christos | merge ktrace-lwp.
|
1.7 |
| 03-Apr-2005 |
jdolecek | branches: 1.7.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.6 |
| 04-Feb-2005 |
perry | de-__P
|
1.5 |
| 15-Jan-2003 |
bouyer | branches: 1.5.2; 1.5.10; 1.5.12; Zero out the NIC memory when padding packet to ETHER_MIN_LEN-ETHER_CRC_LEN sc->write_mbuf now return len of buffer, including padding. Tested with a PCI ne2000.
|
1.4 |
| 13-Nov-2001 |
lukem | branches: 1.4.10; add/cleanup RCSID
|
1.3 |
| 04-Jul-2001 |
jdolecek | branches: 1.3.2; g/c WE_FLAGS_*, use DP8390_FORCE_{8|16}BIT_MODE instead WE_FLAGS_* counterpart. Fixes kern/7295 by Martin Husemann.
|
1.2 |
| 29-Mar-2001 |
jdolecek | branches: 1.2.2; kill bunch of unneeded includes
|
1.1 |
| 23-Mar-2001 |
jdolecek | branches: 1.1.2; Split we(4) driver to bus independant and ISA-specific parts, in preparation for MCA attachment.
|
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 we.c was added on branch thorpej_scsipi on 2001-03-27 15:32:01 +0000
|
1.2.2.5 |
| 17-Jan-2003 |
thorpej | Sync with HEAD.
|
1.2.2.4 |
| 14-Nov-2001 |
nathanw | Catch up to -current.
|
1.2.2.3 |
| 24-Aug-2001 |
nathanw | Catch up with -current.
|
1.2.2.2 |
| 09-Apr-2001 |
nathanw | Catch up with -current.
|
1.2.2.1 |
| 29-Mar-2001 |
nathanw | file we.c was added on branch nathanw_sa on 2001-04-09 01:56:34 +0000
|
1.3.2.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.4.10.1 |
| 27-Jan-2003 |
jmc | Pullup revisions 1.4-1.5 (requested by bouyer in ticket #1096) Zero out the NIC memory when padding packet to ETHER_MIN_LEN-ETHER_CRC_LEN sc->write_mbuf now return len of buffer, including padding.
|
1.5.12.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
1.5.10.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.5.2.2 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.5.2.1 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.7.2.4 |
| 17-Mar-2008 |
yamt | sync with head.
|
1.7.2.3 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.7.2.2 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.7.2.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.9.2.1 |
| 01-Feb-2006 |
yamt | sync with head.
|
1.10.10.1 |
| 31-Mar-2006 |
tron | Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
|
1.10.8.1 |
| 19-Apr-2006 |
elad | sync with head.
|
1.10.6.1 |
| 01-Apr-2006 |
yamt | sync with head.
|
1.10.4.1 |
| 22-Apr-2006 |
simonb | Sync with head.
|
1.10.2.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.11.14.1 |
| 12-Mar-2007 |
rmind | Sync with HEAD.
|
1.12.20.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.12.16.2 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.12.16.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.12.14.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.12.2.1 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.13.16.2 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.13.16.1 |
| 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.13.12.1 |
| 24-Mar-2008 |
keiichi | sync with head.
|
1.14.4.2 |
| 11-Aug-2010 |
yamt | sync with head.
|
1.14.4.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.14.2.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.15.22.1 |
| 30-May-2010 |
rmind | sync with head
|
1.15.20.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|