summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fixup prototypes so that this beastie compiles.peter1998-10-311-4/+4
* New callback mechanism to allow iicbus bus allocation when requestingnsouch1998-10-314-32/+79
* pcf.c: timeout management addednsouch1998-10-313-147/+309
* lpbb is the official Philips parallel I2C interface. lpbb.c contains onlynsouch1998-10-312-7/+340
* iicbb is generic support for I2C bit-banging.nsouch1998-10-3110-120/+665
* Brooktree driver ported to the new I2C framework. See iicbus(4) for more info.nsouch1998-10-314-19/+538
* Fix a typo, and remove verbose error reporting when inluigi1998-10-301-2/+4
* Do not disable the ISA compatibility window if it is the same value asgibbs1998-10-303-10/+22
* Correct the reporting of the queue full condition so that the XPT layergibbs1998-10-292-6/+13
* Don't complain about SIOCGIFMEDIA; it's harmless and not somethingmsmith1998-10-241-1/+8
* Move the kld stuff to here.peter1998-10-231-4/+38
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-2221-41/+88
* Defer rundown (m_freem) of completed transmit buffers for no longerdg1998-10-221-1/+22
* config.c:grog1998-10-2111-56/+188
* Add a missing ++.phk1998-10-181-3/+3
* -Wunused cleanup.gibbs1998-10-151-18/+26
* -Wunused cleanup.gibbs1998-10-152-20/+5
* -Wunused cleanup.gibbs1998-10-154-19/+8
* Honor CAM_TAG_ACTION_NONE.gibbs1998-10-153-6/+9
* Reduce the number of ccbs to 16, per the aha documentation. Moveimp1998-10-151-3/+3
* Bring back support for honoring the primary channel setting for twin channelgibbs1998-10-152-48/+89
* Andrew Gallatin reported some internal queue overflows with MAXISPREQUESTmjacob1998-10-141-1/+1
* Revert part of previous commit. vaddr_t doesn't exist on FreeBSD. Thispeter1998-10-142-6/+6
* Update from NetBSD if_de.c 1.72 to 1.80. This is mostly bugfixes, andpeter1998-10-132-57/+91
* Fix breakage introduced by last patch. bde has added CC_QUIET flag toimp1998-10-123-73/+11
* Clear out transmit descriptor memory in fxp_attach when it's malloced.dg1998-10-111-1/+2
* Fixed mbuf leak in fxp_stop().dg1998-10-101-5/+9
* Attempt to work around the page fault in tulip_txput(). I've been runningpeter1998-10-101-2/+2
* Fix conficts in probe:imp1998-10-103-3/+77
* Call dpt_intr from our timeout routine to clear any pending commands beforegibbs1998-10-091-3/+11
* Only pull 16 bits of residual information from completing queues. Thisgibbs1998-10-091-2/+10
* Hook up ahapoll so that dumps, synchronize cache commands or any othergibbs1998-10-093-3/+6
* Pass termination information via softc flags to the core driver. Thegibbs1998-10-091-13/+19
* When 'using defaults' ensure that termination is enabled.gibbs1998-10-091-5/+4
* fix a bug which could lock up a transmitter.kjc1998-10-091-1/+5
* Make that annoying "device busy" message dependent on DEBUG (using thedes1998-10-084-4/+4
* Discard previous commit.kato1998-10-081-14/+1
* Add SMC EtherEZ98 support to ed driver (PC-98).kato1998-10-081-1/+14
* Add missing newline in probe message.des1998-10-071-2/+2
* ahc_pci.c:gibbs1998-10-073-8/+17
* Add a missing newline.gibbs1998-10-071-1/+2
* Don't set the active flag on a transaction resource until it has beengibbs1998-10-072-37/+37
* Add support for the ASC3550 AdvanSys SCSI Host Controller (aka 940UW).gibbs1998-10-077-0/+3344
* Add functions for accessing dense and bwx memory for pci devices. Thesedfr1998-10-061-2/+7
* Nit in comment: PnP ID 0x3500630e is a CS4236B, not a CS4236.des1998-10-042-2/+2
* At net-jp@jp.freebsd.org mailing list, if_cs user in Japanmsmith1998-10-041-2/+2
* Removed duplicate case.alex1998-10-032-2/+0
* abort imm init if can't disconnect from drivensouch1998-10-021-1/+2
* Update the pcm driver to the most recent version. This shouldluigi1998-10-0210-422/+1024
* GC unused stuff.imp1998-10-022-50/+12
OpenPOWER on IntegriCloud