History log of /openbsd/sys/dev/pci/if_etreg.h (Results 1 – 7 of 7)
Revision Date Author Comments
# e020e07e 23-Oct-2024 jsg <jsg@openbsd.org>

remove duplicate ET_MAC_HDX_REXMIT_MAX define


# 4b1a56af 09-Jan-2022 jsg <jsg@openbsd.org>

spelling
feedback and ok tb@ jmc@ ok ratchov@


# 61e87b28 26-Nov-2013 deraadt <deraadt@openbsd.org>

1 << 31 cleanup. Eitan Adler pointed out that there has been a
resurrection of the bad idiom in the tree.
sufficient review by miod, kettenis, tedu


# 49407870 21-Jul-2008 kevlo <kevlo@openbsd.org>

cleanup - we don't have resource structure
ok jsg@


# 6d70442f 08-Jun-2008 jsg <jsg@openbsd.org>

Unmapping memory from pci_mapreg_map() on detach lets us
do multiple inserts/detaches as well.
ok jsing@


# ef28b86d 26-Nov-2007 claudio <claudio@openbsd.org>

So instead of triggering a tx interrupt for each packet issue one for
each 128 packets or call et_txeof after 1 second whichever happens first.
looks good jsg@


# 1865ad33 30-Oct-2007 jsg <jsg@openbsd.org>

Initial port of Sepherosa Ziehau's DragonFlyBSD drivers
for Agere/LSI ET1310 Ethernet devices and ET1011 'TruePHY'.

All the gross register related bit macros are not yet removed.

Currently only Tx

Initial port of Sepherosa Ziehau's DragonFlyBSD drivers
for Agere/LSI ET1310 Ethernet devices and ET1011 'TruePHY'.

All the gross register related bit macros are not yet removed.

Currently only Tx seems to work. Putting this in the
tree in case someone else wants to look at it while
I deal with exams for the next few weeks.

show more ...