summaryrefslogtreecommitdiff
path: root/sys/dev/ct
Commit message (Expand)AuthorAgeFilesLines
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-286-2778/+0
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-4/+4
* Remove MAXBSIZE use from drivers where it has nothing to do.Alexander Motin2015-03-221-3/+3
* Lock the scsi_low code and the drivers which use it along with otherJohn Baldwin2014-11-205-60/+49
* Use ANSI prototype to fix build with clang.Yoshihiro Takahashi2012-11-104-136/+56
* Remove some more NetBSD compat shims and other unused bits from theseJohn Baldwin2012-09-105-47/+24
* Remove NetBSD compat shims for drivers originally shared with NetBSD/pc98.John Baldwin2012-09-064-105/+15
* Spell "Hz" correctly wherever it is user-visible.Gavin Atkinson2010-01-121-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Change a directory layout for pc98.Yoshihiro Takahashi2005-05-101-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-066-6/+6
* Update for the KDB framework:Marcel Moolenaar2004-07-101-4/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+4
* Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a commonPeter Wemm2004-03-133-6/+6
* Use __FBSDID().David E. O'Brien2003-08-243-3/+9
* We donot need `\n' for panic().Noriaki Mitsunaga2003-08-071-1/+1
* Mega busdma API commit.Scott Long2003-07-011-2/+3
* Force PnP devices to set SMIT mode.Yoshihiro Takahashi2003-05-031-0/+9
* This file does not <sys/disklabel.h>Poul-Henning Kamp2002-09-201-1/+0
* Quick, low impact band-aide to unbreak the build. Added && 0 so weRuslan Ermilov2002-06-011-1/+1
* Check for defined(__i386__) instead of just defined(i386) since the compilerAlfred Perlstein2002-05-301-3/+3
* Remove __P.Alfred Perlstein2002-03-206-65/+65
* Added Logitec LHA-301 pnp id.Yoshihiro Takahashi2001-10-091-0/+1
* Catch up with NetBSD/pc98.Noriaki Mitsunaga2001-07-146-509/+1061
* Correct typo.Yoshihiro Takahashi2001-06-141-1/+1
* Moved the wd33c93 specific file to sys/dev/ic.Yoshihiro Takahashi2001-06-143-3/+3
* Added another wd33c93 based SCSI card driver which replaces the bs driver.Yoshihiro Takahashi2001-02-276-0/+2417