Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-14 | make va_arg() map to nothing; ok millert | Theo de Raadt | |
2005-12-14 | We aren't likely to need to keep track of crypted/decrypted ring | Jonathan Gray | |
bits any time soon... pointed out by damien@ | |||
2005-12-14 | typo | Pedro Martelletto | |
2005-12-14 | Make ext2fs use a memory pool to allocate inodes, okay tedu@ | Pedro Martelletto | |
2005-12-14 | Add commented entries for nfe. | Jonathan Gray | |
2005-12-14 | Initial bits for an nvidia nforce Ethernet driver. | Jonathan Gray | |
bus_dma usage modelled after ral. Does not yet see rx interrupts when testing with ck804. Nvidia won't give out documentation for this, various "free" operating systems include a closed source driver, and the Linux people who reverse engineered it to create a specification won't give it out. | |||
2005-12-14 | convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@ | Todd C. Miller | |
2005-12-14 | Prevent access to PCI config space for function >0 on bus 0. | Mark Kettenis | |
Fixes Xorg PCI scan. ok drahn@ | |||
2005-12-14 | Add a __statement macro to use with gcc statement expressions instead | Todd C. Miller | |
of using __extension__ directly. This lets us define away the whole thing when lint is in use. | |||
2005-12-14 | Make clock_t consistent across platforms as a 32 bit int. OK deraadt@ | Todd C. Miller | |
2005-12-14 | Don't hard-code card present and number of socket bits in the PCMCIA bus | Uwe Stuehler | |
configuration register, but control these bits from PCMCIA code. ok drahn@ | |||
2005-12-14 | Remove useless crap that was there from the beginning. One particular | Uwe Stuehler | |
tweak only prevented access to the flash controller. | |||
2005-12-14 | some codecs have an external amplifier, and in some hw the bit to powering | Federico G. Schwindt | |
it down seems to be inverted, so rather than guessing or workaround this, add a extamp var so it can be toggled in userland via mixerctl(1). audio works in hp nx6125 now; tested by todd@, mickey@ ok. | |||
2005-12-14 | timeout code is not so happy with the negative values | Ted Unangst | |
2005-12-14 | Add AC device. | Marco Peereboom | |
2005-12-14 | Add AC device glue. | Marco Peereboom | |
2005-12-14 | Add AC device. | Marco Peereboom | |
2005-12-14 | change wait message for thrsleep to "thrsleep" | Ted Unangst | |
2005-12-14 | Adjust debug printing levels to something more sane. | Marco Peereboom | |
2005-12-14 | KNF | Marco Peereboom | |
2005-12-14 | Add the last bits and cleanup advice from dlg. | Marco Peereboom | |
2005-12-13 | print lapic clock in mhz (instead of hz) | Michael Shalayeff | |
2005-12-13 | Use shiny new acpibat.h | Marco Peereboom | |
2005-12-13 | First stab at battery constants and structures. | Marco Peereboom | |
2005-12-13 | remove ad clause that got copied from older versions of the files; pto by jsg@ | Michael Shalayeff | |
2005-12-13 | add novatel NRM6831; from Felix Kronlage <fkr@hazardous.org> | Michael Shalayeff | |
2005-12-13 | Deal with ki2c(4) controllers with multiple i2c busses. | Mark Kettenis | |
tested by xsa@ | |||
2005-12-13 | add new device. | Dale Rahn | |
2005-12-13 | sync | Dale Rahn | |
2005-12-13 | support cdce mode. | Dale Rahn | |
2005-12-13 | Prevent recursive interrupts. Solves kernel stack overflow on i386 under | Aaron Campbell | |
heavy network interrupt load (I can reproduce with an ARP flood) with an MP kernel. Patch from NetBSD PR20180. Has been in snapshots for a bit. Testing by pedro@, jolan@. deraadt@ ok | |||
2005-12-13 | - Add a whole bunch of new PCI ids. | Brad Smith | |
- Remove the version ("valance") check as it is not necessary. From FreeBSD ok mickey@ | |||
2005-12-13 | Whoops, need to #undef _BIG_ENDIAN not _BYTE_ORDER | Todd C. Miller | |
2005-12-13 | use consistent naming for members of the softc struct | David Gwynne | |
2005-12-13 | the megaraid i4 and my dell perc 3/dc share the same vendor and product | David Gwynne | |
ids, but the i4 is considered broken while my perc is definately working fine. so instead of marking all the devices with this vendor and product id as broken, we use the pci subsys ids to determine if the device needs a quirk. ok krw@ marco@ | |||
2005-12-13 | ansi/deregister. No binary change. | Jonathan Gray | |
2005-12-13 | Correct typos in comments. From pedro la peu. | Jonathan Gray | |
2005-12-13 | make exiting actually work when a thread receives a signal. | Ted Unangst | |
previously, the child and parent would deadlock in the kernel and be unable to exit. help with diagnosis from art@. | |||
2005-12-13 | stupid me got the cast backwards | Ted Unangst | |
2005-12-13 | Add acpibat device but keep it disabled. | Marco Peereboom | |
2005-12-13 | Add glue to attach devices to apci. | Marco Peereboom | |
2005-12-13 | Need some stuff outside of dsdt.c so create a .h | Marco Peereboom | |
2005-12-13 | Add battery device. | Marco Peereboom | |
2005-12-13 | rebuild | Ted Unangst | |
2005-12-13 | thrsleep and thrwakeup, cast syscall arg from void * to long. | Ted Unangst | |
2005-12-13 | change the first arg to thrsleep and thrwakeup to a void *. | Ted Unangst | |
i had initially selected long since the kernel doesn't attempt to interpret this value in any way, but since it is always a pointer value in practice, this makes a little more sense. binary compat in any case. suggestion from deraadt@ | |||
2005-12-13 | if_san_common.c | Can Erkin Acar | |
2005-12-13 | It would seem that some cards do not get reset correctly if RESET is | Uwe Stuehler | |
held only for 10us but the same cards work just fine on other platforms. A really long delay lets those cards reset correctly on zaurus, but it is only an ugly workaround until the socket setup is fixed. ok for now fgs@, drahn@ | |||
2005-12-13 | Added new objtype values to amltypes | Jordan Hargrave | |
Added evaluation for match object, logical operations, conversions ok marco@ | |||
2005-12-13 | Add check for return value in recvcmd. | Marco Peereboom | |
Unmap ipmi registers if attach fails. ok jordan@ |