aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/stg
Commit message (Expand)AuthorAgeFilesLines
* Tag the current round of deprecated drivers.Warner Losh2018-01-291-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-277-0/+14
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-1/+1
* Use the right product names.Warner Losh2015-12-111-1/+1
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh2015-12-111-0/+1
* Lock the scsi_low code and the drivers which use it along with otherJohn Baldwin2014-11-206-170/+109
* Fxi a bunch of typos.Eitan Adler2013-05-101-1/+1
* Remove some more NetBSD compat shims and other unused bits from theseJohn Baldwin2012-09-106-58/+26
* Remove NetBSD compat shims for drivers originally shared with NetBSD/pc98.John Baldwin2012-09-063-47/+15
* strict kobj sigs: fix assortment of device_detach and device_shutdown implsAndriy Gapon2009-06-112-3/+3
* Change the functions to ANSI in those cases where it breaks promotionRoman Divacky2009-02-241-10/+3
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-233-3/+3
* no need to print unload anymore.Warner Losh2006-07-141-1/+0
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Remove OLDCARD shimsWarner Losh2005-09-211-31/+6
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-5/+5
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-295-6/+0
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inWarner Losh2005-03-011-2/+2
* 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-3/+2
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh2004-05-271-10/+5
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-6/+6
* Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a commonPeter Wemm2004-03-132-3/+3
* Fix some becuase -> because typos.John Baldwin2003-12-171-1/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-1/+1
* Use __FBSDID().David E. O'Brien2003-08-245-7/+16
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Make sure that pp_name is non-null before setting the deviceWarner Losh2003-04-101-1/+2
* - Add PCI support (Adaptec AHA-2920/A,Future Domain TMC-18XX/3260).Matthew N. Dodd2003-04-075-338/+351
* o Changes to support NEWCARD.Noriaki Mitsunaga2002-11-281-2/+31
* Remove even more Copy&Pasted sets of #includes.Poul-Henning Kamp2002-09-202-16/+0
* Quick, low impact band-aide to unbreak the build. Added && 0 so weWarner Losh2002-05-311-1/+1
* Check for defined(__i386__) instead of just defined(i386) since the compilerAlfred Perlstein2002-05-301-3/+3
* Remove __P.Alfred Perlstein2002-03-204-29/+29
* Staticise a couple of debugging variables.Mike Smith2002-01-081-2/+2
* o Add KLD support for scsi_low.Noriaki Mitsunaga2001-12-151-0/+1
* Remove PAO3 dependent part.Noriaki Mitsunaga2001-11-033-109/+0
* We should not pass the size of the memory to bus_alloc_resource().Noriaki Mitsunaga2001-09-042-2/+2
* Demand minimum I/O size rather than 0 when it callsNoriaki Mitsunaga2001-09-021-1/+1
* Catch up with NetBSD/pc98.Noriaki Mitsunaga2001-07-145-380/+696
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-012-2/+2
* o Check the size of I/O window handed by parent bus.Noriaki Mitsunaga2001-02-251-2/+7
* o Support AUTO SENSE correctly.Noriaki Mitsunaga2001-02-252-132/+54
* - Move stg_card_intr()'s prototype and definition inside appropriateJohn Baldwin2001-01-231-8/+10
* Relocate the 'hwfuncs' functions below the inlined functions they attemptJohn Baldwin2001-01-231-85/+85
* Zap some cut-paste code that isn't used. It #included "apm.h" andPeter Wemm2001-01-191-5/+0
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-092-1/+2
* Remove conflicts between unsinged char *s and int s.Noriaki Mitsunaga2000-12-081-6/+6
* Remove unnecessary printf().Noriaki Mitsunaga2000-10-292-2/+0