aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic/aic_cbus.c
Commit message (Expand)AuthorAgeFilesLines
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-0/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Remove ifdef PC98.Yoshihiro Takahashi2005-04-131-22/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+4
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Remove __P.Alfred Perlstein2002-03-201-4/+4
* Merged from sys/dev/aic/aic_isa.c revision 1.8.Yoshihiro Takahashi2001-06-261-7/+3
* Merged from sys/dev/aic/aic_isa.c revision 1.7.Yoshihiro Takahashi2001-04-011-1/+5
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-2/+2
* Add module dependencies on CAM module.Warner Losh2000-12-131-0/+1
* remove 5 unnecessary includes, per phk's scriptWarner Losh2000-09-201-1/+0
* Terminate aic_ids[]Brian Somers2000-06-191-0/+1
* - Added PC-98 Cbus frontend.Yoshihiro Takahashi2000-03-291-0/+281