summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-12-14convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@Todd C. Miller
2005-12-14Prevent access to PCI config space for function >0 on bus 0.Mark Kettenis
2005-12-14Add a __statement macro to use with gcc statement expressions insteadTodd C. Miller
2005-12-14Make clock_t consistent across platforms as a 32 bit int. OK deraadt@Todd C. Miller
2005-12-14Don't hard-code card present and number of socket bits in the PCMCIA busUwe Stuehler
2005-12-14Remove useless crap that was there from the beginning. One particularUwe Stuehler
2005-12-14some codecs have an external amplifier, and in some hw the bit to poweringFederico G. Schwindt
2005-12-14timeout code is not so happy with the negative valuesTed Unangst
2005-12-14Add AC device.Marco Peereboom
2005-12-14Add AC device glue.Marco Peereboom
2005-12-14Add AC device.Marco Peereboom
2005-12-14change wait message for thrsleep to "thrsleep"Ted Unangst
2005-12-14Adjust debug printing levels to something more sane.Marco Peereboom
2005-12-14KNFMarco Peereboom
2005-12-14Add the last bits and cleanup advice from dlg.Marco Peereboom
2005-12-13print lapic clock in mhz (instead of hz)Michael Shalayeff
2005-12-13Use shiny new acpibat.hMarco Peereboom
2005-12-13First stab at battery constants and structures.Marco Peereboom
2005-12-13remove ad clause that got copied from older versions of the files; pto by jsg@Michael Shalayeff
2005-12-13add novatel NRM6831; from Felix Kronlage <fkr@hazardous.org>Michael Shalayeff
2005-12-13Deal with ki2c(4) controllers with multiple i2c busses.Mark Kettenis
2005-12-13add new device.Dale Rahn
2005-12-13syncDale Rahn
2005-12-13support cdce mode.Dale Rahn
2005-12-13Prevent recursive interrupts. Solves kernel stack overflow on i386 underAaron Campbell
2005-12-13- Add a whole bunch of new PCI ids.Brad Smith
2005-12-13Whoops, need to #undef _BIG_ENDIAN not _BYTE_ORDERTodd C. Miller
2005-12-13use consistent naming for members of the softc structDavid Gwynne
2005-12-13the megaraid i4 and my dell perc 3/dc share the same vendor and productDavid Gwynne
2005-12-13ansi/deregister. No binary change.Jonathan Gray
2005-12-13Correct typos in comments. From pedro la peu.Jonathan Gray
2005-12-13make exiting actually work when a thread receives a signal.Ted Unangst
2005-12-13stupid me got the cast backwardsTed Unangst
2005-12-13Add acpibat device but keep it disabled.Marco Peereboom
2005-12-13Add glue to attach devices to apci.Marco Peereboom
2005-12-13Need some stuff outside of dsdt.c so create a .hMarco Peereboom
2005-12-13Add battery device.Marco Peereboom
2005-12-13rebuildTed Unangst
2005-12-13thrsleep and thrwakeup, cast syscall arg from void * to long.Ted Unangst
2005-12-13change the first arg to thrsleep and thrwakeup to a void *.Ted Unangst
2005-12-13if_san_common.cCan Erkin Acar
2005-12-13It would seem that some cards do not get reset correctly if RESET isUwe Stuehler
2005-12-13Added new objtype values to amltypesJordan Hargrave
2005-12-13Add check for return value in recvcmd.Marco Peereboom
2005-12-13no need for device name before failTheo de Raadt
2005-12-13Don't continue to poke ipmi registers if the ID command fails.Marco Peereboom
2005-12-13the status field for power supplies is different to the rest of theDavid Gwynne
2005-12-13nuke unused BTOPKERNBASE defineMartin Reindl
2005-12-13Pchip0 PCI memory starts at 0x80000000000, correct and useMartin Reindl
2005-12-13Don't retry unsupported SCSI commands, causing large delays duringKenneth R Westerback