summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-04-03Add support for Nokia Internet Stick CS-15.Marco Pfatschbacher
2010-04-03syncMarco Pfatschbacher
2010-04-03Add Nokia Internet Stick CS-15.Marco Pfatschbacher
2010-04-03byteswap the cmdset word properly so we enable the right features onDavid Gwynne
2010-04-03remove some debug outputDavid Gwynne
2010-04-03dont allocate with M_TEMP and then free with M_DEVBUF. made even worse thatDavid Gwynne
2010-04-03add support for emulating the disk characteristics and disk limits vpdDavid Gwynne
2010-04-03add bnx; from bradTheo de Raadt
2010-04-03document the first byte of the random MAC addressTheo de Raadt
2010-04-02add $OpenBSD$Jonathan Gray
2010-04-02ugly spacingTheo de Raadt
2010-04-02Special-case SIOCADDMULTI and SIOCDELMULTI ioctls, based on code from if_tun.Stefan Sperling
2010-04-02Add a case so that FIONREAD on the master side of a pty returns the sizeNicholas Marriott
2010-04-02Put se(4) onto these ramdisksTheo de Raadt
2010-04-02SiS 190 ethernet driver ported from FreeBSD by Christopher ZimmermannTheo de Raadt
2010-04-02For the VT8251 host bridge, only attach the pci bus is non-zero, otherwiseMark Kettenis
2010-04-02fix an ugly constructTheo de Raadt
2010-04-02Clear the PG_PMAP_EXE flags whenever writable mappings are created.Dale Rahn
2010-04-02Remove parent/slave mode of rbus as nothing uses it.Jonathan Gray
2010-04-02allow this to compile in the never-gonna-happen world without INETTheo de Raadt
2010-04-01Add PCI_PRODUCT_ATI_RADEON_HD4500_M to the listRobert Nagy
2010-04-01Add more dell subids found in the windows driver.Jonathan Gray
2010-04-01Avoid null pointer dereference. Pointed out by Nick Hudson; variant on hisMark Kettenis
2010-04-01Don't index cpu_info by apic id, but by device unit number instead. RecentMark Kettenis
2010-04-01Add H700 now that we know the subid...Marco Peereboom
2010-04-01Allow for multiple CPUs by moving to an array of cpu_info.Joel Sing
2010-03-31More carefully manage PG_PMAP_EXE bit and cache flushing on pmap_protectDale Rahn
2010-03-31Make sure the boundaries of uvm_pglistalloc() calls are set up with lowMiod Vallat
2010-03-31Add bnx firmware on installation media; this causes a media oflow, soMiod Vallat
2010-03-31Bring /dev/apm support in line with apm(4). Make the suspend button sendMark Kettenis
2010-03-31if bthub defines are needed by conf.c, they must come from files.bluetoothTheo de Raadt
2010-03-31fix typoTheo de Raadt
2010-03-31Radeon HD2400 XT works. Tested by Dennis den Brok; thanks!Owain Ainsworth
2010-03-31update the inteldrm GEM interface to the newer version.Owain Ainsworth
2010-03-30Add missing bthub device entries on arches that support bluetooth.Matthieu Herrb
2010-03-30Prevent the apmd/x races for good.Owain Ainsworth
2010-03-30Since we use a direct mapping for the area where we save a process' floatingMark Kettenis
2010-03-30Support Radeon Mobility HD3670; James Thackray. Thanks!Owain Ainsworth
2010-03-30syncOwain Ainsworth
2010-03-30Mobility Radeon HD3670, from James Thackray (first.last@gmail.com)Owain Ainsworth
2010-03-30Have bge_start check if there are less than 16 free send BDs and if notChristian Weisgerber
2010-03-30Do not print ac97 link rate message unless debug is enabled.David Coppa
2010-03-30We will never condtionalize ficache on PTE_PROT(TLB_EXECUTE) because itTheo de Raadt
2010-03-29Initialize various uninitialized variables. Found by jsg@ via Clang.Kenneth R Westerback
2010-03-29PMAP_CANFAIL for bus_dmamem_map on all other architectures (and someOwain Ainsworth
2010-03-29Add Radeon HD360 Mobility.Owain Ainsworth
2010-03-29Don't try and idle the engine via the ring if the cp is not running.Owain Ainsworth
2010-03-28Fix user-after-free bug in pmap_remove(). Page table pages are freed as soonMark Kettenis
2010-03-28Add envy(4), as found on Tezro; attaches, not tested yet because marco@ doesn'tMiod Vallat
2010-03-28Correctly account devio usage, instead of relying upon unused devio registersMiod Vallat