summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-16scaffolding to recognize special targets/sources using ohash functions.Marc Espie
2007-09-16cut up dir.c into dir.c/direxpand.c as there is very little interface betweenMarc Espie
2007-09-16Free ucode if an error happens while FW / IV load. Always return a properMarcus Glocker
2007-09-16more dead code: we always define LIBRARIES and INCLUDESMarc Espie
2007-09-16remove dead code: #define RECHECK is always onMarc Espie
2007-09-16Convert most of the remaining non firmware handling code.Jonathan Gray
2007-09-16some style(9). no binary change.Federico G. Schwindt
2007-09-16Remove most of the __unused due to to code being enabled.Jonathan Gray
2007-09-16MALLOC/FREE -> malloc/free, M_ZERO, extraneous casts,Kenneth R Westerback
2007-09-16Obvious M_ZERO changes.Kenneth R Westerback
2007-09-16use off_t instead of u_int64_t for file offsets, matching what theDamien Miller
2007-09-15Adapt firmware images prefix to driver name. Needs bump to firmwareMarcus Glocker
2007-09-15Get IV load working. Simplified IV loading routine (mainly a rewrite).Marcus Glocker
2007-09-15$OpenBSD$Ray Lai
2007-09-15Lost the last $ in $OpenBSD$.Ray Lai
2007-09-15$OpenBSD$Ray Lai
2007-09-15cleanup some files generated in objOtto Moerbeek
2007-09-15more files we do not need anymoreOtto Moerbeek
2007-09-15fix man installation pathOtto Moerbeek
2007-09-15remove files we do not need anymore since we moved to fixed MakefilesOtto Moerbeek
2007-09-15"un"configure, to make it possible to build in obj dir. No need to runOtto Moerbeek
2007-09-15Allow to pull out an usb stick with ffs filesystem while mountedAlexander Bluhm
2007-09-15Import ragge's version of PCC into our tree, so we can hack on it moreOtto Moerbeek
2007-09-15malloc sweep:Henning Brauer
2007-09-15Give hardware physical addresses and add some missingJonathan Gray
2007-09-15realy -> really in comments. Most reported on tech@ by Jung.Kenneth R Westerback
2007-09-15[fF]uther -> [fF]urther in comments and man page. First one spotted onKenneth R Westerback
2007-09-15most of the remaining bus_dma conversionJonathan Gray
2007-09-15Convert bus_dmamap_sync() calls.Jonathan Gray
2007-09-15Convert bus_dma_load_mbuf() calls and remove unrequired callbackJonathan Gray
2007-09-15fix error introduced by my previous commit:Hans-Joerg Hoexer
2007-09-15suitible -> suitableBrad Smith
2007-09-15replace ctob and btoc with ptoa and atop respectivelyMartin Reindl
2007-09-15convert bus_dmamap_unload() callsJonathan Gray
2007-09-15convert bus_dmamap_load() callsJonathan Gray
2007-09-15Properly fill in some of the pci information the driver uses internally.Jonathan Gray
2007-09-15Fix docdate CVS tag.Marcus Glocker
2007-09-15Add initial man page for bwi(4). Points to the firmware package.Marcus Glocker
2007-09-15define BWI_DEBUG to make things easierJonathan Gray
2007-09-14mention newer Intel ICH and NVIDIA MCP chipsets.Brad Smith
2007-09-14mention the NVIDIA MCP73 and MCP77.Brad Smith
2007-09-14add the NVIDIA MCP73/MCP77 IDE controller PCI ids.Brad Smith
2007-09-14- correct error message if pci_mapreg_map() fails by not printing theBrad Smith
2007-09-14regenBrad Smith
2007-09-14add the Marvell Yukon 2 88E8048 PCI id.Brad Smith
2007-09-14add two new chip revisions.Brad Smith
2007-09-14Get firmware load working. Adapt firmware routines that way so we canMarcus Glocker
2007-09-14sleep(9) was removed aeons ago according to miod, so remove referencesMichael Knudsen
2007-09-14- typo: ipropd->ipropAntoine Jacoutot
2007-09-14correct type printingTheo de Raadt