summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove a spurious, but benign statement.gibbs1998-10-021-6/+4
* Restore static of sc_flags.ache1998-10-011-2/+3
* Yet another round of fixes for the VESA support code.yokota1998-10-014-21/+9
* Oops, forgot /* */ around Id stringsos1998-10-011-1/+1
* Misc cleanup and probe rework:imp1998-10-012-50/+38
* Hauppauge Tech Support confirmed all Hauppauge 878 PAL/SECAM boardssos1998-09-301-12/+33
* Hauppauge Tech Support confirmed all Hauppauge 878 PAL/SECAM boardssos1998-09-301-0/+3
* Changed tuner code to autodetect tuner i2c address.sos1998-09-303-79/+61
* Add PnP ID for Crystal Semiconductors CS4236B codecs (register-des1998-09-302-0/+6
* Perform a hard reset on cards when the command fails. This should helpimp1998-09-301-2/+2
* Several minor cleanups, inspired by bug reports and the old driver:imp1998-09-291-10/+67
* Fix destructive cursor shape after text mode switch.ache1998-09-293-34/+37
* fix handling more than one cardsache1998-09-281-2/+3
* Correct calculation of revive blocksizegrog1998-09-281-2/+2
* Get include paths rightgrog1998-09-281-2/+2
* Merge changes from i386/isa/sio.c up to revision 1.215.dfr1998-09-261-46/+42
* Add hooks so that the alpha can detect which disk has the root partition.dfr1998-09-261-0/+3
* Underlying ,v files were copied and detagged. Re-commit old versionspeter1998-09-262-167/+334
* Cosmetic changes:yokota1998-09-262-23/+21
* - Use `u_long cmd' ioctl arg.yokota1998-09-263-17/+9
* Cosmetic change: adjust copyright notice.yokota1998-09-252-34/+28
* Minimal change for #if __FreeBSD__ >= 3 to check __FreeBSD_version instead.peter1998-09-241-2/+2
* Change #if __FreeBSD__ >= 3 to #if __FreeBSD_version >= 300000 to aidpeter1998-09-241-7/+15
* Removed unused include of "ioconf.h" again. The CAM changes made ioconf.hbde1998-09-242-6/+2
* Fix and update for VESA BIOS support in syscons.yokota1998-09-234-58/+201
* dpt.h:gibbs1998-09-222-18/+16
* Correct twin channel operation.gibbs1998-09-211-1/+5
* Remove unused variables and functions.gibbs1998-09-201-74/+46
* - program counter was previously an index in the microsequence, now pcnsouch1998-09-201-26/+18
* - port of vpo code to CAMnsouch1998-09-207-211/+357
OpenPOWER on IntegriCloud