summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2008-05-20regenBrad Smith
2008-05-20Add the NVIDIA Quadro FX 3500 id.Brad Smith
2008-05-19Change all remaining MD uses of MALLOC and FREE into proper malloc() andMiod Vallat
2008-05-19regenMiod Vallat
2008-05-19Add the Sun extended keys (L keys, volume keys) to the console mode layouts.Miod Vallat
2008-05-19do not leak memory if there is no power source. code is ifdef USB_DEBUG.Federico G. Schwindt
2008-05-19try a few times before giving up while getting the device descriptor. ifFederico G. Schwindt
2008-05-19regenBrad Smith
2008-05-19Add the NVIDIA MCP77/79/7B SMBus controller ids.Brad Smith
2008-05-19correct format after %x -> %b convertion. deraadt jsg ok.Federico G. Schwindt
2008-05-18avoid leaking pipes by not zeroing the pipe after aborting it, soFederico G. Schwindt
2008-05-18Move the code which starts the video stream to the right place;Marcus Glocker
2008-05-18There is no need to pass uvideo_vs_open() usb_attach_arg.Marcus Glocker
2008-05-17regenjoshua stein
2008-05-17via chrome9 hc igp video, found on the hp 2133 mini-notejoshua stein
2008-05-16add Intel GME965Reyk Floeter
2008-05-16syncReyk Floeter
2008-05-16add Intel GME965 device IDsReyk Floeter
2008-05-16Free sample buffer on detach. Noted by miod@Marcus Glocker
2008-05-16Fix kernel crash when device gets detached.Marcus Glocker
2008-05-16back out jordans new parser.David Gwynne
2008-05-15Ripped out old parser gutsJordan Hargrave
2008-05-15Handle Alias named objects, return original objectJordan Hargrave
2008-05-15Avoid clearing the port enable bit when bringing the port out of reset.Mark Kettenis
2008-05-15#ifdef UVIDEO_DEBUG wrap all debug routines. Shrinks the kernel. NotedMarcus Glocker
2008-05-15- Use pci_matchbyid().Brad Smith
2008-05-14only compile aml_dump() if option ACPI_DEBUG.Miod Vallat
2008-05-14Let this build and link if SMALL_KERNEL.Miod Vallat
2008-05-14Removed debugging printfsJordan Hargrave
2008-05-14Clean up a bit.Brad Smith
2008-05-14Adding new ACPI Parser codeJordan Hargrave
2008-05-14Add missing splnet around mii_tick().Brad Smith
2008-05-14Add the Altima AC1003 PCI id.Brad Smith
2008-05-14regenBrad Smith
2008-05-14Add the vendor id for Solarflare Communications and some product idsBrad Smith
2008-05-14recognize some more eventsjoshua stein
2008-05-14Remove the duplicate Billionton id.Brad Smith
2008-05-14regenBrad Smith
2008-05-14Remove the duplicate Billionton product id named SnapPort which isBrad Smith
2008-05-14regenBrad Smith
2008-05-14Add the CONWISE Technology vendor id and the CW6622 product id.Brad Smith
2008-05-13The driver is called lii, not atl2. Change function and variable names toJoel Sing
2008-05-13regenBrad Smith
2008-05-13Add the Altima AC1003 PCI id.Brad Smith
2008-05-13Adding changes for new parserJordan Hargrave
2008-05-13regenBrad Smith
2008-05-13Remove some duplicate entries for Intel 10Gb and ICH10 E1000 adaptersBrad Smith
2008-05-13Remove commented out NetBSD __KERNEL_RCSID macro usage.Brad Smith
2008-05-13Since Ethernet links can only be full duplex or half duplex the linkBrad Smith
2008-05-13Use the LINK_STATE_IS_UP macro when checking for the link being UP.Brad Smith