summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2007-01-08Fix comment. From Constantine A. Murenin.Mark Kettenis
2007-01-07Fix VCore voltage detection on w83637hf.Mark Kettenis
2007-01-07Spacing, comments.Marcus Glocker
2007-01-07Initialize GPIO.Marcus Glocker
2007-01-06Fix error string for loadfirmware().Marcus Glocker
2007-01-06Make the driver able to read the network byte ordered firmware file.Marcus Glocker
2007-01-05Check that ucode size doesn't get exceeded when parsing for a firmwareMarcus Glocker
2007-01-05If the firmware load routines fail, be sure the ucode gets freed.Marcus Glocker
2007-01-05Report about correct firmware filename if not found.Marcus Glocker
2007-01-05Prototypes spacing.Marcus Glocker
2007-01-05Make the upload of initialization values work again, after implementingMarcus Glocker
2007-01-05First shot of making the driver capable to parse several firmware filesMarcus Glocker
2007-01-03After the firmware has been loaded to the chip, read the exact firmwareMarcus Glocker
2007-01-03M_DUP_PKTHDR() cleanup. On static buffers M_DUP_PKTHDR() will leak mbuf tags.Claudio Jeker
2007-01-03Rename bcw_shm_write_4() to bcw_shm_ctl_word(). We need the originalMarcus Glocker
2007-01-03Pretty printing of debug messages.Marcus Glocker
2007-01-03Avoid mixing of u_int* and uint* in the same code. uint* wins.Marcus Glocker
2007-01-03Replace bus_space_read_2() by the BCW_READ16 macro.Marcus Glocker
2007-01-03Replace bus_space_write_2() by the BCW_WRITE16 macro.Marcus Glocker
2007-01-03Replace bus_space_read_4() by the BCW_READ macro.Marcus Glocker
2007-01-03Replace bus_space_write_4() by the BCW_WRITE macro.Marcus Glocker
2007-01-03Spacing, comments.Marcus Glocker
2007-01-03Add first shot of the firmware upload. Tested on i386 and amd64.Marcus Glocker
2007-01-03Uncomment bcw_powercontrol_crystal_off() for now because it leads toMarcus Glocker
2006-12-31Add a debug printf to warn when malo_init() fails and resets the card.Claudio Jeker
2006-12-31There is no need to busy wait in malo_send_cmd(). 0x0c14 only stores theClaudio Jeker
2006-12-31Use a bus_space_barrier instead of those stupid 0x0c14 reads to make sureClaudio Jeker
2006-12-31In malo_init() check for firmware loading errors and in case of an errorClaudio Jeker
2006-12-31malo_stop() never fails so no need to return an error. OK mglocker@Claudio Jeker
2006-12-31Use #ifdef MALO_DEBUG else a simple #define MALO_DEBUG will not work.Claudio Jeker
2006-12-31Bye bye unused acx_shutdown() we won't miss you.Claudio Jeker
2006-12-30Fix another printf where the format string did not match with the varargs.Claudio Jeker
2006-12-30spacing.Marcus Glocker
2006-12-30Don't use M_DUP_PKTHDR() on static mbufs. M_DUP_PKTHDR() copies the mtagClaudio Jeker
2006-12-30Add flow control support.Mark Kettenis
2006-12-30Why doing something as complex as for () bus_space_write_1(); when thereClaudio Jeker
2006-12-29No colon after "address".Marcus Glocker
2006-12-29Avoid void * arithmetic, okay deraadt@, suggestions from millert@Pedro Martelletto
2006-12-28spacing.Marcus Glocker
2006-12-28Finish core enumeration, break out core change and reset functions.Marcus Glocker
2006-12-28Support for ST16C654 chips, however these aren't detected as such, so theMiod Vallat
2006-12-27Add code to change video mode (resolution and color depth) on the fly forMiod Vallat
2006-12-27spacingJonathan Gray
2006-12-27Wrap bus space access in similiar macros to other driversJonathan Gray
2006-12-26Don't re-initialize the card every time the IP address is changed.Kenneth R Westerback
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-12-21nuke unused sc_enaddr and comment about itJason Wright
2006-12-21betetr yet, just nuke sc_enaddr all together, just fill in arpcom andJason Wright
2006-12-21better yet, nuke all references to sc_enaddr except for the copy into arpcom....Jason Wright
2006-12-21use the arpcom copy of the ethernet address so that updates to lladdr can workJason Wright