| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
in <sys/kernel.h>
|
|
|
|
|
| |
Submitted by: Mark Santcroos <marks@ripe.net>
Reviewed by: imp, dfr, bde
|
| |
|
| |
|
|
|
|
|
|
|
| |
both newbus types and OFW types. This involves either including
<machine/bus.h> or <dev/ofw/openfirm.h>.
Reviewed by: jake, jmg, tmm
|
|
|
|
| |
Also some minor style cleanups.
|
|
|
|
|
| |
0; detect this case and correct it. While being there, clean up nearby
comments.
|
|
|
|
|
| |
- Don't test memory/port status and emit an error message; the PCI
bus code will do this now.
|
|
|
|
|
|
|
|
| |
network layer (ether).
- Don't abuse module names to facilitate ifconfig module loading;
such abuse isn't really needed. (And if we do need type information
associated with a module then we should make it explicit and not
use hacks.)
|
| |
|
|
|
|
| |
not really tested, but are derived from the original NetBSD version.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove some obsolete code (NetBSD gem.c r1.12)
- Clean up how the local MAC address is programmed (NetBSD gem.c r1.13)
- Make the driver work on PowerMacs with gigabit interfaces
(NetBSD gem.c r1.14 and r1.15, gemreg.h r1.3 and r1.4, gemvar.h r1.6 and 1.7)
- Suppress RX_MAC interrutps regarding the FRAME_COUNT register.
(NetBSD gem.c r1.16 and r1.17)
- Fix receiver lockups. (NetBSD gem.c r1.18, gemvar.h r1.8)
- Distinguish between Apple and Sun variants (NetBSD if_gem_pci.c r1.9)
Reviewed by: tmm
Obtained from: NetBSD
|
| |
|
|
|
|
|
|
| |
command register.
Pointed out by: msmith
|
|
|
|
|
| |
of sparc64 machines will not do this for us if the interface is not used
for booting over the network.
|
|
adaptors, ported from NetBSD.
|