aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* -Wunused cleanup.Justin T. Gibbs1998-10-151-18/+26
* -Wunused cleanup.Justin T. Gibbs1998-10-152-20/+5
* -Wunused cleanup.Justin T. Gibbs1998-10-154-19/+8
* Honor CAM_TAG_ACTION_NONE.Justin T. Gibbs1998-10-153-6/+9
* Reduce the number of ccbs to 16, per the aha documentation. MoveWarner Losh1998-10-151-3/+3
* Bring back support for honoring the primary channel setting for twin channelJustin T. Gibbs1998-10-152-48/+89
* Andrew Gallatin reported some internal queue overflows with MAXISPREQUESTMatt Jacob1998-10-141-1/+1
* Revert part of previous commit. vaddr_t doesn't exist on FreeBSD. ThisPeter Wemm1998-10-142-6/+6
* Update from NetBSD if_de.c 1.72 to 1.80. This is mostly bugfixes, andPeter Wemm1998-10-132-57/+91
* Fix breakage introduced by last patch. bde has added CC_QUIET flag toWarner Losh1998-10-123-73/+11
* Clear out transmit descriptor memory in fxp_attach when it's malloced.David Greenman1998-10-111-1/+2
* Fixed mbuf leak in fxp_stop().David Greenman1998-10-101-5/+9
* Attempt to work around the page fault in tulip_txput(). I've been runningPeter Wemm1998-10-101-2/+2
* Fix conficts in probe:Warner Losh1998-10-103-3/+77
* Call dpt_intr from our timeout routine to clear any pending commands beforeJustin T. Gibbs1998-10-091-3/+11
* Only pull 16 bits of residual information from completing queues. ThisJustin T. Gibbs1998-10-091-2/+10
* Hook up ahapoll so that dumps, synchronize cache commands or any otherJustin T. Gibbs1998-10-093-3/+6
* Pass termination information via softc flags to the core driver. TheJustin T. Gibbs1998-10-091-13/+19
* When 'using defaults' ensure that termination is enabled.Justin T. Gibbs1998-10-091-5/+4
* fix a bug which could lock up a transmitter.Kenjiro Cho1998-10-091-1/+5
* Make that annoying "device busy" message dependent on DEBUG (using theDag-Erling Smørgrav1998-10-084-4/+4
* Discard previous commit.KATO Takenori1998-10-081-14/+1
* Add SMC EtherEZ98 support to ed driver (PC-98).KATO Takenori1998-10-081-1/+14
* Add missing newline in probe message.Dag-Erling Smørgrav1998-10-071-2/+2
* ahc_pci.c:Justin T. Gibbs1998-10-073-8/+17
* Add a missing newline.Justin T. Gibbs1998-10-071-1/+2
* Don't set the active flag on a transaction resource until it has beenJustin T. Gibbs1998-10-072-37/+37
* Add support for the ASC3550 AdvanSys SCSI Host Controller (aka 940UW).Justin T. Gibbs1998-10-077-0/+3344
* Add functions for accessing dense and bwx memory for pci devices. TheseDoug Rabson1998-10-061-2/+7
* Nit in comment: PnP ID 0x3500630e is a CS4236B, not a CS4236.Dag-Erling Smørgrav1998-10-042-2/+2
* At net-jp@jp.freebsd.org mailing list, if_cs user in JapanMike Smith1998-10-041-2/+2
* Removed duplicate case.Alexander Langer1998-10-032-2/+0
* abort imm init if can't disconnect from driveNicolas Souchu1998-10-021-1/+2
* Update the pcm driver to the most recent version. This shouldLuigi Rizzo1998-10-0210-422/+1024
* GC unused stuff.Warner Losh1998-10-022-50/+12
* Remove a spurious, but benign statement.Justin T. Gibbs1998-10-021-6/+4
* Restore static of sc_flags.Andrey A. Chernov1998-10-011-2/+3
* Yet another round of fixes for the VESA support code.Kazutaka YOKOTA1998-10-014-21/+9
* Oops, forgot /* */ around Id stringSøren Schmidt1998-10-011-1/+1
* Misc cleanup and probe rework:Warner Losh1998-10-012-50/+38
* Hauppauge Tech Support confirmed all Hauppauge 878 PAL/SECAM boardsSøren Schmidt1998-09-301-12/+33
* Hauppauge Tech Support confirmed all Hauppauge 878 PAL/SECAM boardsSøren Schmidt1998-09-301-0/+3
* Changed tuner code to autodetect tuner i2c address.Søren Schmidt1998-09-303-79/+61
* Add PnP ID for Crystal Semiconductors CS4236B codecs (register-Dag-Erling Smørgrav1998-09-302-0/+6
* Perform a hard reset on cards when the command fails. This should helpWarner Losh1998-09-301-2/+2
* Several minor cleanups, inspired by bug reports and the old driver:Warner Losh1998-09-291-10/+67
* Fix destructive cursor shape after text mode switch.Andrey A. Chernov1998-09-293-34/+37
* fix handling more than one cardsAndrey A. Chernov1998-09-281-2/+3
* Correct calculation of revive blocksizeGreg Lehey1998-09-281-2/+2
* Get include paths rightGreg Lehey1998-09-281-2/+2