summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-15add pcn on alpha and remove redundant pcn entry on i386 RAMDISK_CDBrad Smith
2005-11-15correct opencount decrement in _dl_unload_dlopen. was leaving functionKurt Miller
with -1 as opencount and interfeering with dtors. problem reported by espie@. okay drahn@
2005-11-15show macppc attachment != i386 (for now)Theo de Raadt
2005-11-15syncTheo de Raadt
2005-11-15remove braces and fix indenting here so its easier to read.Brad Smith
2005-11-15move the REFERENCES stuff into SEE ALSO;Jason McIntyre
2005-11-15sync usage() w/ man page;Jason McIntyre
2005-11-15sort SYNOPSIS;Jason McIntyre
2005-11-15sync usage() w/ man page;Jason McIntyre
2005-11-15use a standard options list;Jason McIntyre
various rearrangements concerned with this; prompted by deraadt@
2005-11-15add ixgb(4) though commented out for now.Brad Smith
2005-11-15list Intel's PCI Express line of cards.Brad Smith
2005-11-15various tweaks;Jason McIntyre
2005-11-15add "-description" to usage();Jason McIntyre
ok henning@
2005-11-15tweaks;Jason McIntyre
2005-11-15various tweaks;Jason McIntyre
2005-11-15use the correct namesBrad Smith
2005-11-15add some Intel part #'sBrad Smith
2005-11-15go the whole hog, and provide a list of file size limits for theJason McIntyre
various formats; move it to CAVEATS too, which seems more logical; suggested by peter philipp; help/ok otto@
2005-11-14clarify the description of append mode;Jason McIntyre
this comes originally from a mail from mpech@; ok otto@, and no one else objected;
2005-11-14add an initial cut at a ixgb(4) man page, derived from the em(4) man page.Brad Smith
2005-11-14convert and remove the last traces of i386_round_page(),Martin Reindl
i386_trunc_page(), i386_btop() and i386_ptob()
2005-11-14revert this file to -r1.2, when it was originally written,Jason McIntyre
because of an unacceptable license: the file was originally written by david leonard, who has kindly agreed to us putting a (public domain) license on it: the original page did not contain any license. thanks david. this also includes some tweaks by me, so it does not exactly match revision 1.2.
2005-11-14man page for new kettenis lmenv(4) [macppc only for now, but later will be ↵Theo de Raadt
generic]
2005-11-14add Intel 10Gb Ethernet driver with support for LR/SR and CX4 cards.Brad Smith
From: Intel's web-site ok deraadt@
2005-11-14use snprintf; ok cloder. also looked at by a few other peopleTheo de Raadt
2005-11-14add de and pcnBrad Smith
2005-11-14there are actually two ports on the ki2c unit. if the OF address hasTheo de Raadt
the 0x80 bit set, the device is on the 2nd port. ok kettenis
2005-11-14bah, enable the lm87 stuff for G4 even if it does not workTheo de Raadt
2005-11-14Add lmenv(4), an System Hardware Minitor device that attaches to the I2C bus.Mark Kettenis
ok deraadt@
2005-11-14Restore the disk blinkenlichten lost with the new scsi code, and hp300 usersMiod Vallat
like me again.
2005-11-14all other scripts in this dir use $SUDO, not 'sudo', so pull this evenAlexander von Gernler
ok markus@
2005-11-14Describe (shortly) both fhpib and nhpib there.Miod Vallat
2005-11-14Drop the disktab information and the associated BUGS entry - it's been a whileMiod Vallat
since we actually put and use a label on HP-IB disks.
2005-11-14Use config_found_sm() in the probe machinery. This is simpler and allows usMiod Vallat
to report HP-IB devices found for which no driver attached.
2005-11-14Make HDWAITC and HDRETRY overridable in the kernel configuration file;Miod Vallat
while there, constify option DEBUG message tables.
2005-11-14constuct -> constructMiod Vallat
2005-11-14hz is defined in <sys/kernel.h>Miod Vallat
2005-11-14use asprintfTheo de Raadt
and do fstat() on the opened fd, instead of stat() before open() from dhill@mindcry.org
2005-11-14pci apaprently came in 1.2!Michael Shalayeff
2005-11-14syncTheo de Raadt
2005-11-14add pci_decompose_tag()Michael Shalayeff
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