summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2008-05-05Use 2-clause license.jmcneill
2008-05-04If a device transmit timeout occurs and sc_txintrperiod is greater thanrumble
2008-05-04Move TNF licenses to 2 clause formmartin
2008-05-04mii_dev is a device_t now.xtraeme
2008-05-04device_t/softc split for all mii(4) devices, and other relatedxtraeme
2008-05-04device_t/softc split for spic(4) and other related cosmetic changes.xtraeme
2008-05-04Move to standard TNF 2 clause licensemartin
2008-05-04Move to standard TNF 2 clause licensemartin
2008-05-04Move to standard TNF 2 clause licensemartin
2008-05-03Change my mail address to netbsd.org one.tsutsui
2008-05-03- remove dead URL of datasheettsutsui
2008-05-01compile-fix with MULTIPROCESSOR. From Hans Rosenfeld.cegger
2008-04-30Make various bits of debug code compile again.ad
2008-04-29Pull in some more changes from OpenBSD:scw