Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/mac68k/dev/if_mcvar.h
RevisionDateAuthorComments
 1.18  18-Sep-2022  thorpej Eliminate use of IFF_OACTIVE.
 1.17  24-Jan-2021  rin Add rnd(9) support.
 1.16  27-Oct-2012  chs branches: 1.16.50;
split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
 1.15  05-Mar-2007  he branches: 1.15.78; 1.15.88;
On second thought, make sc_txbuf and sc_rxbuf uint8_t*s, since if_mc_obio.c
likes to index directly into sc_rxbuf.
 1.14  05-Mar-2007  he Fix another instance of "void * a, b;" to be "void *a, *b;".
 1.13  04-Mar-2007  christos Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.12  12-Dec-2006  martin branches: 1.12.2;
Convert DMA memory allocation to bus_dmamem_alloc. From Dave Huang.
 1.11  24-Dec-2005  perry branches: 1.11.20; 1.11.22; 1.11.24;
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
 1.10  11-Dec-2005  christos merge ktrace-lwp.
 1.9  15-Jan-2005  chs branches: 1.9.10;
de-__P, remove register, ansify, b* -> mem*.
 1.8  26-Mar-2004  wiz Update David Huang's email address in the license
per his request in PR 24907.
 1.7  09-Apr-2003  thorpej branches: 1.7.2;
Use PAGE_SIZE rather than NBPG.
 1.6  22-Dec-1998  scottr vm_offset_t -> {paddr_t, vaddr_t}
 1.5  08-Jul-1998  scottr Revert last change.
 1.4  04-Jul-1998  jonathan defopt DDB.
 1.3  07-Dec-1997  scottr Fix prototypes so that we can compile without DDB. Closes
PR 4633.
 1.2  07-Nov-1997  briggs NetBSD RCSIds.
 1.1  04-Nov-1997  briggs branches: 1.1.2;
Add in the if_mc ethernet driver for the AMD "MACE" part. This is the
internal ethernet on the Quadra/Centris 660av/840av.
Add initial support for the PSC (DMA controller) to support the above
(DMA SCSI remains unsupported). This involved also changing the way
that several interrupts are handled.
Above from David Huang <khym@bga.com>
Since the interrupts changed somewhat, we must also make the ipls
dynamic, defaulting to their prior levels and adjusted for the AVs.
I modelled this on the hp300.
 1.1.2.3  09-Dec-1997  thorpej Sync w/ trunk: make it work without DDB (scottr)
 1.1.2.2  12-Nov-1997  mellon Pull rev 1.2 up from trunk (briggs)
 1.1.2.1  04-Nov-1997  mellon file if_mcvar.h was added on branch netbsd-1-3 on 1997-11-12 02:12:24 +0000
 1.7.2.4  17-Jan-2005  skrll Sync with HEAD.
 1.7.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.7.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.7.2.1  03-Aug-2004  skrll Sync with HEAD
 1.9.10.3  03-Sep-2007  yamt sync with head.
 1.9.10.2  30-Dec-2006  yamt sync with head.
 1.9.10.1  21-Jun-2006  yamt sync with head.
 1.11.24.1  15-Dec-2006  tron Pull up following revision(s) (requested by martin in ticket #272):
sys/arch/mac68k/dev/if_mc.c: revision 1.28
sys/arch/mac68k/obio/if_mc_obio.c: revision 1.16
sys/arch/mac68k/dev/if_mcvar.h: revision 1.12
Convert DMA memory allocation to bus_dmamem_alloc. From Dave Huang.
 1.11.22.1  18-Dec-2006  yamt sync with head.
 1.11.20.1  12-Jan-2007  ad Sync with head.
 1.12.2.1  12-Mar-2007  rmind Sync with HEAD.
 1.15.88.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.15.78.1  30-Oct-2012  yamt sync with head
 1.16.50.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed