summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2008-08-11Add a flags argument to the ld(4) flush handlers, and call these with asimonb
2008-08-01Increase delay after channel reset from 100ms to 500ms, suggested by bouyer.dillo
2008-07-31Calling fxp_init within the interrupt handler results inws
2008-07-15Use more timespecs internally. From Alexander Shishkin and me.christos
2008-07-14Remove OMAP gunk in com_activate, it's not needed.matt
2008-07-09- device/softc splitjoerg
2008-07-09- device/softc split for ath(4)joerg
2008-07-09- device/softc splitjoerg
2008-07-09- device/softc split for fxp(4)joerg
2008-07-06Split device_t/softc with misc cosmetic changes.tsutsui
2008-07-06Split device_t/softc with misc cosmetic changes.tsutsui
2008-07-03split device/softc (tested with an@pcmcia)drochner
2008-07-02change licence of my old code to two-clause BSD licenceplunky
2008-06-30__FUNCTION__ -> __func__perry
2008-06-24Array range designated initializers are a gcc extension. Replace withgmcgarry
2008-06-24Rearrange pdq_boolean_t, pdq_type_t and pdq_state_t so that enums are definedgmcgarry
2008-06-24Change gcc variadic macros to c99 variadic macros.gmcgarry
2008-06-24status is unsigned.gmcgarry
2008-06-24Fix prototype of ahd_send_async(). Pull in dev/ic/aic7xxx_cam.h to get ac_code.gmcgarry
2008-06-17Typo correction to restore buildability.he
2008-06-17Repair a discrepancy between the 802.11 standard and ath(4) operationdyoung
2008-06-15fix compile failure.nonaka
2008-06-14Automatically detect the amount of installed RAM by reading the memorymjf
2008-06-12use device_lookup_private to get softccegger
2008-06-12Elaborate on a comment.dyoung
2008-06-11- use device_lookup_private to get softccegger
2008-06-11don't use cfdriver_t->cd_devs directlydrochner
2008-06-11Support use PCI Clock(SF_CHIP_USEPCIC). We can set the value "use_pciclock"kiyohara
2008-06-10device_private(device_lookup()) -> device_lookup_private()cegger
2008-06-08Replace device_lookup() with device_lookup_private() on getting softctsutsui
2008-06-07For ATAPI, in addition to storing the short sense, report a SCSI_CHECKbouyer
2008-06-06Fix typo in comment.dyoung
2008-06-04Reduce polling of the keyboard controller status by a factor of 1000.drochner
2008-05-29remove clause #3 from my license where there are no othermrg
2008-05-25Add bio(4) support, heavily from OpenBSD. The driver doesn't know whichmhitch
2008-05-25Properly fix the "hanging in tty" bug that was worked around with cv_wakeup()ad
2008-05-25include uvm/uvm_extern.h for trunc_page() on sparcchs
2008-05-23Import siisata(4) by Jonathan A. Kollasch.jnemeth
2008-05-23Fix NetBSD version tag.hauke
2008-05-22Added driver for the Creative Systems Inc. Hurdler CPI parallel printer card.hauke
2008-05-16Remove some #ifdef __FreeBSD__ code.dyoung
2008-05-14Normalize my licenses.tsutsui
2008-05-13don't play with timevals directly, use the macros. From OpenBSDchristos
2008-05-11Include machine/cputypes.h explicitly.ad
2008-05-11Make fc scratch acquisition something that can fail. Remove in_intr flag.mjacob
2008-05-10Years in license are four digitsmartin
2008-05-07Wait 100ms after we resseting the PHY and found that a device is preent.bouyer
2008-05-07Correct Sbus register definitions.jdc
2008-05-06Add some Sbus-specific definitions (more registers and more values in thejdc
2008-05-06- use RTK_IDR[0-5] registers to get MAC address on RTL8168Ctsutsui