summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-14oops. proper .dtMichael Shalayeff
2005-11-14syncTheo de Raadt
2005-11-14re-add comment which is still valid for em_print_hw_stats().Brad Smith
2005-11-14remove unused em_print_debug_info() function.Brad Smith
2005-11-14use asprintf(); ok mickeyTheo de Raadt
2005-11-14fix fd leak; then i got a bit carried away making the code prettierTheo de Raadt
2005-11-14use asprintfTheo de Raadt
2005-11-14use asprintf()Theo de Raadt
2005-11-14spacingTheo de Raadt
2005-11-14regenJonathan Gray
2005-11-14Tab was hard-coded as delimeter for undump even though it can beTodd C. Miller
2005-11-14Some additional devices from a bunch of submitted dmesgs.Jonathan Gray
2005-11-14add -descr / -description to clear the interface description, noticed toddHenning Brauer
2005-11-14all csr ptrs are offsets and thus bus_size_t not bus_addr_tMichael Shalayeff
2005-11-14register offsets [against bh] are expected bus_size_t and not bus_addr_tMichael Shalayeff
2005-11-14a quick page for pci_conf_read/write/make_tagMichael Shalayeff
2005-11-14remove unused HW VLAN tagging support which cannot be used due to HW limitati...Brad Smith
2005-11-14use asprintf()Theo de Raadt
2005-11-14bus_size_t is a more proper type for a register offset [against bh]Michael Shalayeff
2005-11-14the registers used are either offsets or are in pci conf space thus use prope...Michael Shalayeff
2005-11-14minor knf;Xavier Santolaria
2005-11-14msize is proper bus_size_tMichael Shalayeff
2005-11-14ep_w1_reg() returns int thus no need to stuff it into bus_addr_tMichael Shalayeff
2005-11-14Revert candidate list change since it is broken.Esben Norby
2005-11-14print RCS file path;Xavier Santolaria
2005-11-14fix spelloChristopher Pascoe
2005-11-13Align _delay() on 8 bytes, not 2^8 bytes.Miod Vallat
2005-11-13shorten this a bit through better use of TAILQ macros.David Gwynne
2005-11-13match u4Dale Rahn
2005-11-13Map the config space area based on sc_maxdevs. (removes panic)Dale Rahn
2005-11-13Recognized 970MP processor.Dale Rahn
2005-11-13remove unused define.Federico G. Schwindt
2005-11-13set type=XX sets the /type/ of the information query, not the /top/Tom Cosgrove
2005-11-13missing fclose(); from dhill@mindcry.orgTheo de Raadt
2005-11-13fseeko() and lseek() have different return values. cope with that correctly....Theo de Raadt
2005-11-13pretty up print_hw_addr(), and even fix a teeny buffer overflow; ok ottoTheo de Raadt
2005-11-13Use name of device driver as wmesg for lock.Mark Kettenis
2005-11-13maciic at ki2cMark Kettenis
2005-11-13Do not clobber errno, from Andrey Matveev. ok canacar@Otto Moerbeek
2005-11-13Add code to turn ki2c(4) into a proper i2c controller.Mark Kettenis
2005-11-13Better error message layout.Miod Vallat
2005-11-13Attach children for matched controllers, not just u3.Mark Kettenis
2005-11-13missing fclose(); dhill@mindcry.orgTheo de Raadt
2005-11-13Fix timeout usage introduced during the timeout API change (better lateMiod Vallat
2005-11-13spacingTheo de Raadt
2005-11-13fclose() file descriptor of the rule file when we are done with it.Hans-Joerg Hoexer
2005-11-13zap unused variable and silence gcc.Hans-Joerg Hoexer
2005-11-13untested kgdb support for amd64. prolly needs more work whenFederico G. Schwindt
2005-11-13move kgdb_connect and kgdb_panic into MI. looked by miod@ and kettenis@Federico G. Schwindt
2005-11-13need cast to vaddr_tMartin Reindl