summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Store the entire funce for disk type functions (eg CF cards and theimp2009-02-062-1/+20
* Remove unused variable.wkoszek2009-02-061-2/+0
* add PSB channels to the calibration listsam2009-02-061-3/+12
* Bring consistent debugging output for all values that are supposedwkoszek2009-02-052-31/+31
* fix non-witness compilekmacy2009-02-051-0/+1
* eliminate gainFCorrection; just have ar5212GetGainFCorrection returnsam2009-02-052-11/+12
* Minor packet drop improvements:sam2009-02-052-4/+11
* improve IQ cal debug msgs; in particular don't scare people by screamingsam2009-02-051-13/+7
* fill in ar5212ResetCalValid; reset the IQ valid flag on the channelsam2009-02-051-1/+10
* stylesam2009-02-051-1/+2
* replace r/w idiom with OS_REG_SET_BIT (to match other code)sam2009-02-051-3/+2
* Don't check for mapping above 4GB on 32-bit platforms.imp2009-02-051-0/+2
* do_product_lookup should return a const struct pccard_product *.imp2009-02-051-1/+1
* Fix parameter types for set_res_flags and read_ivarsimp2009-02-051-4/+4
* shutdown returns an intimp2009-02-054-6/+9
* shutdown returns an intimp2009-02-051-7/+5
* writereg returns an int.imp2009-02-051-2/+3
* writereg returns an int.imp2009-02-051-3/+3
* Make iclear return int, since that matches all function definitions of it.imp2009-02-051-1/+1
* reset_epp and ecp_sync both return int.imp2009-02-052-9/+9
* Shutdown returns an int.imp2009-02-051-3/+3
* Add some additional debugging for the memory code.imp2009-02-051-13/+18
* device_shutdown returns an int.imp2009-02-051-3/+4
* pcib_read_config and pcib_write_config take u_int params.imp2009-02-051-8/+9
* device_shutdown returns int.imp2009-02-051-2/+3
* bus_add_child takes a const char *.imp2009-02-051-3/+3
* Add support for frobbing Intel StrataFlash Protection Registers:sam2009-02-054-15/+211
* Fix bm_shutdown() KOBJ method to correspond to return int, as it should.nwhitehorn2009-02-041-2/+4
* Correct signatures to match kobj function definitions.imp2009-02-043-22/+19
* Shutdown routine returns int.imp2009-02-042-3/+3
* detach doesn't return an unsinged int, but returns an int.imp2009-02-041-2/+2
* Fix shutdown routine to return 0 and change signature from void returnimp2009-02-044-4/+8
* Correct signature for the identify routine. The bad parameter wasn'timp2009-02-041-2/+2
* Slightly improve the design of the TTY buffer.ed2009-02-031-1/+0
* Trim what we expose to userland in <dev/ppbus/ppbconf.h> to just thejhb2009-02-031-29/+29
* add Roel's copyright as he did the initial versionsam2009-02-031-0/+1
* honor any interface width (e.g. setup by the bus shim) and don't probe;sam2009-02-032-5/+89
* reorg ioctl code to simplify adding new requestssam2009-02-031-16/+21
* fix compilation w/ AH_DEBUGsam2009-02-032-2/+2
* Delete fwohci_filt() as it is now unusedsbruno2009-02-031-1/+0
* Don't right-adjust the SMBus slave address for SSIF IPMI BMCs enumeratedjhb2009-02-031-1/+1
* - Change ichsmb(4) to follow the format of all the other smbus controllersjhb2009-02-033-12/+16
* - Keep the same sorting on usb_errstr_table as the enum.thompsa2009-02-032-43/+44
* Add missing string table for the usb quirk enum.thompsa2009-02-032-3/+28
* Adds support for SCTP checksum offload. This meansrrs2009-02-031-1/+12
* Move away from autogenerated enums, these values never change and its helpfulthompsa2009-02-035-124/+114
* o Define some symbols for a few items that are bare constants in theimp2009-02-032-16/+34
* break out of loop if we run out of mbufskmacy2009-02-021-5/+6
* Goof, catch up to constant rename (I renamed it to match the overall PCIjhb2009-02-021-1/+1
* Properly retun error core from kbdmux_modevent()emax2009-02-021-1/+1
OpenPOWER on IntegriCloud