#
f79ee556 |
| 22-Dec-2014 |
tedu <tedu@openbsd.org> |
unifdef INET
|
#
0ec3b04c |
| 24-Sep-2013 |
miod <miod@openbsd.org> |
Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following: - the am7990_get() - now lance_get() - is unchanged. - the interrupt acknowledge logic is unchanged, and will disable interrupt
Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following: - the am7990_get() - now lance_get() - is unchanged. - the interrupt acknowledge logic is unchanged, and will disable interrupts, then acknowledge all interrupt conditions.
Add ILACC (79900) support (from NetBSD).
Both LANCE (am7990.c) and ILACC (am79900.c) code share as much common code (lance.c) as possible. This affects all le(4) attachments, but the changes are mostly mechanical, to split am7990-specific parts from lance-agnostic parts.
Compile tested on all affected platforms. Tested on alpha, hp300, luna88k, mvme88k, sparc, sparc64 and vax.
show more ...
|
#
30becc13 |
| 17-Jun-2007 |
jasper <jasper@openbsd.org> |
ansify/de-register
ok miod@
|
#
09fbfc43 |
| 09-Jan-2004 |
brad <brad@openbsd.org> |
remove uvm_extern.h
tested on alpha, i386, powerpc, sparc64, m68k.
ok miod@
|
#
29295d1c |
| 02-Jun-2003 |
millert <millert@openbsd.org> |
Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.
|
#
489e49f9 |
| 06-Nov-2001 |
miod <miod@openbsd.org> |
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. (Look ma, I might have broken the tree)
|
#
97f4b186 |
| 16-Sep-1998 |
jason <jason@openbsd.org> |
o if_media'fied am7990 o if_media'fied sun4m le.
|
#
899616da |
| 26-Dec-1997 |
deraadt <deraadt@openbsd.org> |
finish busify
|
#
9b5b98ac |
| 26-Dec-1997 |
deraadt <deraadt@openbsd.org> |
busify; support isapnp lance cards
|
#
17fbbb3b |
| 10-May-1996 |
deraadt <deraadt@openbsd.org> |
if_name/if_unit -> if_xname/if_softc
|
#
fbc5a27f |
| 02-May-1996 |
deraadt <deraadt@openbsd.org> |
make these work together
|
#
d724e01a |
| 21-Apr-1996 |
deraadt <deraadt@openbsd.org> |
partial sync with netbsd 960418, more to come
|
#
84412db7 |
| 20-Mar-1996 |
mickey <mickey@openbsd.org> |
Fix back wrong patches.
|
#
f2d5a2e3 |
| 19-Mar-1996 |
mickey <mickey@openbsd.org> |
Merging w/ NetBSD 021796. speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so).
|
#
71bd8889 |
| 08-Mar-1996 |
niklas <niklas@openbsd.org> |
From NetBSD: merge of 960217
|
#
a90518f7 |
| 20-Feb-1996 |
tholo <tholo@openbsd.org> |
Pass device name to interrupt establish routines so it can be recorded in the device interrupt chain structures (isa, pci)
Move interrupt chain structure definition to <machine/psl.h> so vmstat can
Pass device name to interrupt establish routines so it can be recorded in the device interrupt chain structures (isa, pci)
Move interrupt chain structure definition to <machine/psl.h> so vmstat can get at it (i386)
Remove hack to count interrupts the old way (i386)
show more ...
|
#
eecb46f8 |
| 27-Dec-1995 |
deraadt <deraadt@openbsd.org> |
from netbsd: The IST_* and IPL_* constants are not bus-specific; don't treat them as such. Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.
|
#
e1e6eeca |
| 15-Dec-1995 |
deraadt <deraadt@openbsd.org> |
from netbsd; use bus-specific copying functions
|
#
df930be7 |
| 18-Oct-1995 |
deraadt <deraadt@openbsd.org> |
initial import of NetBSD tree
|