summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-15instead of passing OF nodes down to the drivers, pass name/compat stringTheo de Raadt
pointers. This lets their match() functions actually make real decisions. OF-capable machines will pass name/compat pointers, but other machines will not. grudging ok kettenis
2005-11-15move lm87 to dev/i2c; ok kettenisTheo de Raadt
2005-11-15Having __STRICT_ANSI__ (gcc -ansi) stop all non-ANSI interfaces fromTodd C. Miller
being visible causes too many problems to be worth it. Lots of thigns in ports use -ansi and expect to still be able to use POSIX bits. We may want to disable long long for __STRICT_ANSI__ in the future since this is consistent with what gcc whines about.
2005-11-15oh, once we are on bus1, we must have a way to get back to bus0... duhTheo de Raadt
2005-11-15.Xr pci_intr_map 9Jason McIntyre
2005-11-15various tweaks;Jason McIntyre
2005-11-15add radio(4) and bktr(4) devicesRobert Nagy
2005-11-15the third arg of read() is size_t, not int (cast fix)Todd C. Miller
use UT_NAMESIZE more consistently from Andrey Matveev
2005-11-15enable bktr(4) and radio(4) on alphaRobert Nagy
ok deraadt@ mickey@
2005-11-15syncTheo de Raadt
2005-11-15Undefine STATUS_SUM, because it is not needed, and it makesRobert Nagy
bktr(4) work on alpha. ok mickey@
2005-11-15Include sys/queue.h explicitly instead of assuming some other headerTodd C. Miller
will pull it in. At the moment it gets pulled in by sys/select.h (which ssh has no business including) via event.h. OK markus@
2005-11-15Use a forward declaration of struct timespec instead of assumingTodd C. Miller
it has already been defined by previous includes. While this is true at the moment, it will no longer be true after a pending includes cleanup. OK marc@
2005-11-15pci_intr* pageMichael Shalayeff
2005-11-15missing return upon intr_establish failureMichael Shalayeff
2005-11-15all csr offsets are bus_size_tMichael Shalayeff
2005-11-15More typos (especially indicies -> indices), checked with jmc@Miod Vallat
2005-11-15If two or more changes are made withing a single second it is possibleTodd C. Miller
that only the first change will be loaded due to the granularity of st_mtime. Work around this by zeroing the saved mtime when we get a poke on the socket from crontab or at since that means there has been a change. Fix from Daniel Lucq.
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@