summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2008-08-12Add new accelerated driver for SPX graphics found in some VAXstations,hans
2008-08-12fix an off-by-one in isochronous interval check, and streamline somedrochner
2008-08-12fix an inconsistency in a check for invalid configuration index vs. value;drochner
2008-08-12Deny read/write access to snapshot vnodes. We use fss(4) to read fromhannken
2008-08-11Add polling support to ld_twe_flush().simonb
2008-08-11Add a flags argument to the ld(4) flush handlers, and call these with asimonb
2008-08-08KASSERT works better with == instead of =pooka
2008-08-06remove a KASSERT which is wrong since audio(4)'s device/softc were splitdrochner
2008-08-06Identify the O2 Micro OZ711E0 and treat it the same as all of thedyoung
2008-08-06Regen.dyoung
2008-08-06Define O2 Micro OZ711E0. From OpenBSD.dyoung
2008-08-06Convert socket options code to use a sockopt structureplunky
2008-08-03make i386 ALL kernel compilecegger
2008-08-03Allow using VGA_POST without ACPI again.joerg
2008-08-02High speed isochronous transfer support, from Jeremy Morse as part ofjmcneill
2008-08-02Update copyright.jmcneill
2008-08-02High speed isochronous support, from Jeremy Morse as part of Googlejmcneill
2008-08-01fix incomplete device_t-ificationmacallan
2008-08-01Increase delay after channel reset from 100ms to 500ms, suggested by bouyer.dillo
2008-08-01Force ahcisata to attach to NVIDIA MCP65 and MCP67, as they don'tdillo
2008-08-01Destroy our mutex on detach in order to avoidws
2008-07-31-ubsa needs to be attached as whole device on USB, because it setsdrochner
2008-07-31machdep.acpi_vbios_reset = 2 --> vga_pci_resume will use x86emu to do ajoerg
2008-07-31Calling fxp_init within the interrupt handler results inws
2008-07-29Regen.tron
2008-07-29Add nVidia GeForce 7300 LE.tron
2008-07-29fix typo.christos
2008-07-28just whitespace fixes.christos
2008-07-28fix type punned warnings.christos
2008-07-28lint wins again :-) From Anon Ymous:christos
2008-07-28-in usbd_probe_and_attach(), split out the code for per-device anddrochner
2008-07-28add missing device_private(), fixes crash in interrupt handlerdrochner
2008-07-28Don't pmf_device_deregister() if it was not registered, which happensdrochner
2008-07-28Clarify some printfs in error cases so we at least know what subsystemjmcneill
2008-07-27Unbreak twa after the last two commits.joerg
2008-07-26remove comment that is no longer trueplunky
2008-07-26make sure we write little endian. From Anon Ymouschristos
2008-07-25Add {} around VLAN_INPUT_TAG() - VLAN_INPUT_TAG() can't be a do ... while (0).dsl
2008-07-25Replace a 'do { ... } while (0);' with 'for (;;) { ... break; }'dsl
2008-07-24* Add the BSS node during the auth phase so negotiation can occurblymn
2008-07-24Add support for Broadcom 5722 and identify 5755 ASICs.sborrill
2008-07-22Add pci_mapreg_submap(): This function is pci_mapreg_map() with twobjs
2008-07-21Express explicitly that VGA_POST needs X86EMU.joerg
2008-07-21Repeat after me: do not pollute sys with #ifdef _RUMPKERNELpooka
2008-07-21don't include i82365var.h, fixes build error, from Robert Swindellsdrochner
2008-07-19buf_destroy() an embedded buffer before returning memory to poolkardel
2008-07-19support new drm.mrg
2008-07-16split device/softc for sd (tested with a USB stick)drochner
2008-07-16split device/softc for scsibusdrochner
2008-07-16Don't ignore poor retarded ubt(4) devices which have vendor and product idtonnerre