History log of /src/sys/arch/sun2/dev/if_ie_obio.c |
Revision | | Date | Author | Comments |
1.19 |
| 20-Dec-2023 |
thorpej | Remove unnecessary <sys/malloc.h>.
|
1.18 |
| 24-Oct-2021 |
andvar | fix various typos in comments, mainly copypasta.
|
1.17 |
| 25-Apr-2019 |
msaitoh | No functional change: - Use __arraycount(). - u_int_{8,16,32}_t -> uint_{8,16,32}_t - KNF. - Tabify. - Remove extra space.
|
1.16 |
| 24-Mar-2014 |
christos | branches: 1.16.30; - remove unused - use cpu_{g,s}etmodel
|
1.15 |
| 03-Jun-2011 |
tsutsui | branches: 1.15.2; 1.15.12; 1.15.16; Split device_t/softc of i82586. No crash on TME emulating sun2.
|
1.14 |
| 01-Feb-2011 |
chuck | branches: 1.14.2; udpate license clauses on my code to match the new-style BSD licenses. remove no-longer-valid wustl email address for me. based on diff that rmind@ sent me.
no functional change with this commit.
|
1.13 |
| 28-Apr-2008 |
martin | branches: 1.13.22; 1.13.28; 1.13.30; Remove clause 3 and 4 from TNF licenses
|
1.12 |
| 04-Mar-2007 |
christos | branches: 1.12.40; 1.12.42; 1.12.44; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
1.11 |
| 22-Feb-2007 |
thorpej | TRUE -> true, FALSE -> false
|
1.10 |
| 11-Dec-2005 |
christos | branches: 1.10.26; merge ktrace-lwp.
|
1.9 |
| 03-Jun-2005 |
tsutsui | branches: 1.9.2; Fix shadowing variable warning.
|
1.8 |
| 22-Jan-2005 |
chs | de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.
|
1.7 |
| 15-Jul-2003 |
lukem | branches: 1.7.8; __KERNEL_RCSID()
|
1.6 |
| 01-Apr-2003 |
thorpej | branches: 1.6.2; Use PAGE_SIZE rather than NBPG.
|
1.5 |
| 02-Oct-2002 |
thorpej | Add trailing ; to CFATTACH_DECL.
|
1.4 |
| 01-Oct-2002 |
thorpej | Use CFATTACH_DECL().
|
1.3 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.2 |
| 01-Oct-2001 |
fredette | branches: 1.2.4; Changed an obio to read Multibus.
|
1.1 |
| 27-Jun-2001 |
fredette | branches: 1.1.2; 1.1.4; Added an attachment for Intel ethernet (ie) at obio. Added support for the 3Com Ethernet (ec) at mbmem.
|
1.1.4.1 |
| 11-Oct-2001 |
fvdl | Catch up with -current. Fix some bogons in the sparc64 kbd/ms attach code. cd18xx conversion provided by mrg.
|
1.1.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.1.2.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.2.4.2 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.2.4.1 |
| 01-Oct-2001 |
nathanw | file if_ie_obio.c was added on branch nathanw_sa on 2002-10-18 02:40:14 +0000
|
1.6.2.5 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.6.2.4 |
| 24-Jan-2005 |
skrll | Sync with HEAD.
|
1.6.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.6.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.6.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.7.8.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.9.2.2 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.9.2.1 |
| 26-Feb-2007 |
yamt | sync with head.
|
1.10.26.2 |
| 12-Mar-2007 |
rmind | Sync with HEAD.
|
1.10.26.1 |
| 27-Feb-2007 |
yamt | - sync with head. - move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
|
1.12.44.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.12.42.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.12.40.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.13.30.1 |
| 08-Feb-2011 |
bouyer | Sync with HEAD
|
1.13.28.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.13.22.2 |
| 12-Jun-2011 |
rmind | sync with head
|
1.13.22.1 |
| 05-Mar-2011 |
rmind | sync with head
|
1.14.2.1 |
| 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|
1.15.16.1 |
| 18-May-2014 |
rmind | sync with head
|
1.15.12.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.15.2.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.16.30.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|