summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-04-06implement a new mechanism for allocating resources on the bus.David Gwynne
2010-04-05Make this work properly after the cpu_info indexing change.Mark Kettenis
2010-04-05backout these two files i committed by accident.Damien Bergamini
2010-04-05Fix indentation.Mark Kettenis
2010-04-05fix regression on RT2860C introduced in previous commit.Damien Bergamini
2010-04-05Initial bits for >=RT3090 support.Damien Bergamini
2010-04-05syncDamien Bergamini
2010-04-05new Ralink PCI IDsDamien Bergamini
2010-04-05Remove a useless usbd_get_interface_descriptor.Jonathan Armani
2010-04-05fill in the the lowest aligned logical block address field. itDavid Gwynne
2010-04-05Be sure to preserve boot code load address and size information whenMiod Vallat
2010-04-05populate the logical per physical exponent of the read cap 16 reply byDavid Gwynne
2010-04-05add support for READ_CAPACITY_16.David Gwynne
2010-04-05add support for ata disks with block sizes other than 512 bytes. i haventDavid Gwynne
2010-04-04yes kids, there are amd64 machines with pcmciaTheo de Raadt
2010-04-04Reinitialize pins upon resume. Makes audio work after resume on machinesMark Kettenis
2010-04-04Fix build after spc_scsi_cmd() prototype change.Miod Vallat
2010-04-04regenMiod Vallat
2010-04-04OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only theMiod Vallat
2010-04-04Fix bus_space_{read,write}_raw_region_# operation.Miod Vallat
2010-04-04Attach the 2nd generation of 6000 2x2 devices even though the firmwareDamien Bergamini
2010-04-04syncDamien Bergamini
2010-04-04PCI ID for second generation of Intel Centrino Advanced-N 6200 devices.Damien Bergamini
2010-04-04syncDamien Bergamini
2010-04-04PCI ID for Atheros AR9300.Damien Bergamini
2010-04-04Fix 5GHz channels TX power settings for RT2860/RT2870 (does notDamien Bergamini
2010-04-04clock_settime() should cancel an in-progress adjtime() just likePhilip Guenthe
2010-04-04configure conversion for the correct direction. I guess no one hasJacob Meuser
2010-04-04avoid rounding the blocksize to 0Jacob Meuser
2010-04-03instead of returning EINVAL if an unsupported sample rate wasJacob Meuser
2010-04-03Set the RL_FLAG_MACSLEEP flag for the RTL8103E chipset.Stuart Henderson
2010-04-03Don't return 0 if error is set to EBADRPC. Found by jsg@ and clang.Kenneth R Westerback
2010-04-03Minor reliability fixes:Miod Vallat
2010-04-03se* cannot fit until I resize the mediaTheo de Raadt
2010-04-03You cannot save a pointer to your attach arguments and expect it to pointMark Kettenis
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