summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-06-08dma sync the tx ring and post new packets to the chip once per call toBrad Smith
2008-06-08don't declare foo_driver_version[] strings and turn them into defines,Reyk Floeter
2008-06-08Implement aml_str2val() ok marco@Can Erkin Acar
2008-06-08Don't spam dmesg with sppp messages, instead use log(9).Claudio Jeker
2008-06-08alloc ipq's for fragment reassembly from a pool instead of usingThordur I. Bjornsson
2008-06-08Make serial console on non-primary ports work to on i386.Mark Kettenis
2008-06-08Unmapping memory from pci_mapreg_map() on detach lets usJonathan Gray
2008-06-08Make et(4) detachable, help tracking down a problem thatJonathan Gray
2008-06-08put the PCF_FREQ codes into the clockTheo de Raadt
2008-06-08aaa_dev was being set from an uninitialized variable; ok tobyTheo de Raadt
2008-06-08unused globals and defines; ok tobyTheo de Raadt
2008-06-08simplify match function; ok tobyTheo de Raadt
2008-06-08unused definesTheo de Raadt
2008-06-08Make UltraSPARC-IV work.Mark Kettenis
2008-06-08decrease the buffer count after dequeueing a bufferRobert Nagy
2008-06-07add a disabled com4 device for a Fujitsu Stylistic TouchscreenRobert Nagy
2008-06-07Start to queue mmap frames. Add VIDIOC_QBUF, VIDIOC_DQBUF,Marcus Glocker
2008-06-07Since wsmux is currently designed to act as a N inputs : 1 output device,Miod Vallat
2008-06-07Do not stupidly dereference NULL in wsmux_set_display() is invoked with NULLMiod Vallat
2008-06-07Currently unused at the moment but at least allow it to compile.Brad Smith
2008-06-07double the static video buffer size, becauseRobert Nagy
2008-06-07Add acphy/mtdphy/luphy/sqphy which are used by dc(4), hme(4) and ne(4).Brad Smith
2008-06-07Add baudrate handling for fiber boards using the TBI interface.Brad Smith
2008-06-07Add link state/baudrate handling.Brad Smith
2008-06-07regenRobert Nagy
2008-06-07add nVidia GeForce 8400M GRobert Nagy
2008-06-07Move #if 0 up to include currently unused fixup tables.Marco Peereboom
2008-06-07Remove the OLF os bitmask field from the compat probe functions array;Miod Vallat
2008-06-07Kill ACPIVERBOSE. It was never used and is worthless to boot.Marco Peereboom
2008-06-06lots of KNFMarco Peereboom
2008-06-06Remove long dead meat.Miod Vallat
2008-06-06KNFMarco Peereboom
2008-06-06Arrange our mmap buffer struct better.Marcus Glocker
2008-06-06we must not hardcode the route priority in arplookup, it does notHenning Brauer
2008-06-06make this more like other code (done while digging into a problem...)Theo de Raadt
2008-06-06Shrink acpi some more for floppies and while here re-enable acpi on theMarco Peereboom
2008-06-06Add _?RS methods evaluation to obtain additional heuristics and settingMarco Peereboom
2008-06-05Add some first mmap bits.Marcus Glocker
2008-06-05Allow pchb(4) to find additional non-coherent HyperTransport linksBrad Smith
2008-06-04olf death throes: OOSN_* names can go away; ok miodTheo de Raadt
2008-06-04olf support starts to die (easy stuff first); ok miodTheo de Raadt
2008-06-04Fix panic on my i386 box when local variable isnt handled properly.Marco Peereboom
2008-06-04adderss -> addressMiod Vallat
2008-06-04Oops! Add the #endif that vanished here.Owain Ainsworth
2008-06-04fix math screwup that reintroduced a bias for upper_bounds in rangeDamien Miller
2008-06-03Make *drm(4) use D_CLONE so that the per-open data actually works. SinceOwain Ainsworth
2008-06-03Simplify the use of pci_mapreg_map().Brad Smith
2008-06-03put code to print periodic debug statistics in #ifdef EM_DEBUG, shrinksBrad Smith
2008-06-03put code to print periodic debug statistics in #ifdef IXGB_DEBUG, shrinksReyk Floeter
2008-06-03deal with a 64-bit BAR such as with PCIe chipsets.Brad Smith