index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_nxreg.h
Age
Commit message (
Expand
)
Author
2007-05-05
disable the interrupts on interface shutdown
Reyk Floeter
2007-05-05
allocate dma memory, setup rx/tx/status rings, initialize the ring
Reyk Floeter
2007-05-04
swap the port register table arrays to make it better readble and fix some
Reyk Floeter
2007-05-03
allocate DMA memory for the per-port Rx, Tx (command), and Status ring
Reyk Floeter
2007-05-03
a nxb NIC can have up to 4 nx ports and the latest firmware uses some
Reyk Floeter
2007-05-02
carefully set the correct memory windows (crb/pci) and add a dummy
Reyk Floeter
2007-05-01
some fixes
Reyk Floeter
2007-05-01
export the temperature sensor found on the nx(4) NICs. it reports degC
Reyk Floeter
2007-05-01
shuffle some code and add additional states in the reset path. use a
Reyk Floeter
2007-05-01
fix some register offsets
Reyk Floeter
2007-05-01
implement the soft reset of the hardware according to section 3.5.6 of
Reyk Floeter
2007-04-30
better handling of the firmware state madness
Reyk Floeter
2007-04-30
initial code for firmware loading and initialization. it is used by
Reyk Floeter
2007-04-30
move the firmware validation to a mountroot hook to allow loading of
Reyk Floeter
2007-04-28
initialize and bootstrap the device and enable the firmware
Reyk Floeter
2007-04-28
attach the available ports and print the lladdr (no operation yet).
Reyk Floeter
2007-04-28
validate the firmware version, this driver requires 3.4.xx (3.4.31).
Reyk Floeter
2007-04-28
read more information from flash - get the user info field and copy
Reyk Floeter
2007-04-28
add code to access the flash memory in the ROMUSB register area and
Reyk Floeter
2007-04-27
update a comment to reflect the truth - the documentation that is
Reyk Floeter
2007-04-27
spacing
Reyk Floeter
2007-04-27
registers are accessed via configurable windows in the PCI memory space,
Reyk Floeter
2007-04-27
also map the seconds PCI memory space
Reyk Floeter
2007-04-27
add a section to define the nx memory layout
Reyk Floeter
2007-04-16
Start a driver for the NetXen Inc. multi port 10Gb and Gigabit
Reyk Floeter