#
0f9891f1 |
| 24-May-2024 |
jsg <jsg@openbsd.org> |
remove unneeded includes; ok miod@
|
#
8d2c75e4 |
| 11-Mar-2022 |
mpi <mpi@openbsd.org> |
Constify struct cfattach.
|
#
32f46ff2 |
| 24-Nov-2015 |
mpi <mpi@openbsd.org> |
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
|
#
f9ad5574 |
| 24-Nov-2015 |
mpi <mpi@openbsd.org> |
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
|
#
21dab745 |
| 14-Mar-2015 |
jsg <jsg@openbsd.org> |
Remove some includes include-what-you-use claims don't have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels.
ok tedu@ deraadt@
|
#
f79ee556 |
| 22-Dec-2014 |
tedu <tedu@openbsd.org> |
unifdef INET
|
#
0499a7f2 |
| 24-Nov-2014 |
brad <brad@openbsd.org> |
use the correct capitalization for Realtek.
|
#
9e6eaca1 |
| 22-Jul-2014 |
mpi <mpi@openbsd.org> |
Fewer <netinet/in_systm.h>
|
#
5e42885f |
| 07-Aug-2013 |
bluhm <bluhm@openbsd.org> |
Most network drivers include netinet/in_var.h, but apparently they don't have to. Just remove these include lines. Compiled on amd64 i386 sparc64; OK henning@ mikeb@
|
#
931a39d9 |
| 07-Mar-2013 |
brad <brad@openbsd.org> |
Fix and simplify determining whether we're using a 8129 or 8139 chipset. Only the 8129 PCI id is a 8129, everything else is a 8139.
Allows the D-Link DFE-520TX board to work and would ensure proper
Fix and simplify determining whether we're using a 8129 or 8139 chipset. Only the 8129 PCI id is a 8129, everything else is a 8139.
Allows the D-Link DFE-520TX board to work and would ensure proper determination of the chipset for at least the 8138 based boards (PCI/CardBus).
Tested by kirby@ Ok kirby@ sthen@ chris@
show more ...
|
#
2173b593 |
| 08-Feb-2013 |
jasper <jasper@openbsd.org> |
add another DFE-530TX+
ok sthen@
|
#
7c92912c |
| 29-Jan-2013 |
brad <brad@openbsd.org> |
Add the PCI id for the D-Link DFE-520TX C1 board.
ok jsg@
|
#
3dfa45ff |
| 16-Jan-2013 |
brad <brad@openbsd.org> |
Some corrections for D-Link device names.
ok jsing@
|
#
87c5d0f1 |
| 16-Jan-2013 |
brad <brad@openbsd.org> |
Sort the PCI ids.
ok dtucker@ jsing@
|
#
299fb045 |
| 03-Apr-2011 |
jasper <jasper@openbsd.org> |
use nitems(); no binary change for drivers that are compiled on amd64.
ok claudio@
|
#
a735b93e |
| 27-Aug-2010 |
deraadt <deraadt@openbsd.org> |
Move the activate function from pci to the the main driver, so that the powerhook can use it ok kettenis
|
#
f7c8ed67 |
| 27-Jul-2010 |
deraadt <deraadt@openbsd.org> |
ca_activate function for suspend/resume tested by mlarkin
|
#
97066d60 |
| 21-Dec-2009 |
naddy <naddy@openbsd.org> |
Some cleaning for the rl(4) driver: - ANSI - KNF - remove the use of register
from Brad
|
#
4a44a0e8 |
| 02-Jun-2009 |
jsg <jsg@openbsd.org> |
make rl at pci detachable; untested.
|
#
b980d7fb |
| 02-Jun-2009 |
jsg <jsg@openbsd.org> |
Add more CardBus ids to PCI attachments to cope with things like the crazy ExpressCard->CardBus adapters which make CardBus devices show as PCI devices.
|
#
83a9eba1 |
| 13-Aug-2008 |
brad <brad@openbsd.org> |
Add the 8139D PCI id.
|
#
182c2be4 |
| 23-May-2006 |
brad <brad@openbsd.org> |
according to the Linux 8139cp driver the TTTech MC322 adapter uses the 8139C+ chipset, so attach with re(4) instead of rl(4).
ok dlg@
|
#
5fabca52 |
| 16-May-2006 |
brad <brad@openbsd.org> |
attach 8139's capable of C+ mode to the re(4) driver, instead of the rl(4) driver.
|
#
c50a6c84 |
| 24-Feb-2006 |
brad <brad@openbsd.org> |
add TTTech MC322
PCI id from the Linux 8139cp driver.
|
#
eeb46889 |
| 24-Oct-2005 |
brad <brad@openbsd.org> |
- remove some redundnt checks before pci_mapreg_map() - iosize -> size
|