summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_nxreg.h
AgeCommit message (Expand)Author
2007-05-28make it compile on i386Reyk Floeter
2007-05-26tx descriptor fixesReyk Floeter
2007-05-26update some registers and the tx descriptor layout to match the latestReyk Floeter
2007-05-05disable the interrupts on interface shutdownReyk Floeter
2007-05-05allocate dma memory, setup rx/tx/status rings, initialize the ringReyk Floeter
2007-05-04swap the port register table arrays to make it better readble and fix someReyk Floeter
2007-05-03allocate DMA memory for the per-port Rx, Tx (command), and Status ringReyk Floeter
2007-05-03a nxb NIC can have up to 4 nx ports and the latest firmware uses someReyk Floeter
2007-05-02carefully set the correct memory windows (crb/pci) and add a dummyReyk Floeter
2007-05-01some fixesReyk Floeter
2007-05-01export the temperature sensor found on the nx(4) NICs. it reports degCReyk Floeter
2007-05-01shuffle some code and add additional states in the reset path. use aReyk Floeter
2007-05-01fix some register offsetsReyk Floeter
2007-05-01implement the soft reset of the hardware according to section 3.5.6 ofReyk Floeter
2007-04-30better handling of the firmware state madnessReyk Floeter
2007-04-30initial code for firmware loading and initialization. it is used byReyk Floeter
2007-04-30move the firmware validation to a mountroot hook to allow loading ofReyk Floeter
2007-04-28initialize and bootstrap the device and enable the firmwareReyk Floeter
2007-04-28attach the available ports and print the lladdr (no operation yet).Reyk Floeter
2007-04-28validate the firmware version, this driver requires 3.4.xx (3.4.31).Reyk Floeter
2007-04-28read more information from flash - get the user info field and copyReyk Floeter
2007-04-28add code to access the flash memory in the ROMUSB register area andReyk Floeter
2007-04-27update a comment to reflect the truth - the documentation that isReyk Floeter
2007-04-27spacingReyk Floeter
2007-04-27registers are accessed via configurable windows in the PCI memory space,Reyk Floeter
2007-04-27also map the seconds PCI memory spaceReyk Floeter
2007-04-27add a section to define the nx memory layoutReyk Floeter
2007-04-16Start a driver for the NetXen Inc. multi port 10Gb and GigabitReyk Floeter