summaryrefslogtreecommitdiff
path: root/sys/dev/advansys/adwlib.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
| | | | | | | | | and amd64. The optimization is a trivial on recent machines. Reviewed by: -arch (imp, marcel, dfr) Notes: svn path=/head/; revision=146734
* Check for BIOS version 3.0 as well as 3.1.Scott Long2005-02-211-1/+1
| | | | | | | Submitted by: Coverity Prevent analysis tool Notes: svn path=/head/; revision=142160
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-2/+2
| | | | Notes: svn path=/head/; revision=139749
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
| | | | | | | Also some minor style cleanups. Notes: svn path=/head/; revision=119418
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
| | | | Notes: svn path=/head/; revision=67164
* Newbusify adv driver.Yoshihiro Takahashi2000-04-071-0/+3
| | | | | | | Reviewed by: imp Notes: svn path=/head/; revision=59082
* adv_pci.c:Justin T. Gibbs2000-03-021-26/+40
| | | | | | | | | | | | | | | | | | | | | | adw_pci.c: Update comments describing supported chips/cards. adwcam.c: adwlib.c: adwlib.h: Handle more error return codes from the firmware. Break out the bus reset code into its own function. Usa a constant for the bus reset hold delay. Fix an interrupt race problem in adw_idle_cmd_send by incorporating the poll loop for command completion. Approved by: jkh@FreeBSDorg Notes: svn path=/head/; revision=57679
* Add support for the AdvanSys ASC38C0800 Ultra2 chipset. PreliminaryJustin T. Gibbs2000-02-031-173/+486
| | | | | | | | | | support is also included for the ASC38C1600 Ultra160 chipset, but as firmware is not yet available for this chip, it is disabled. Approved by: jkh@FreeBSD.org Notes: svn path=/head/; revision=56979
* Move the declaration of panic() from sys/systm.h to sys/param.h.Eivind Eklund1999-09-261-1/+1
| | | | | | | | | | | Rationale: Wider access, so we can add assertions to header files. panicstr is still in sys/systm.h Suggested by: phk Discussed with: peter Notes: svn path=/head/; revision=51680
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Unspammed includes in <machine/cpufunc.h> in the !SMP case. PartiallyBruce Evans1999-01-081-2/+3
| | | | | | | unspammed them in the SMP case. Notes: svn path=/head/; revision=42410
* Add support for the ASC3550 AdvanSys SCSI Host Controller (aka 940UW).Justin T. Gibbs1998-10-071-0/+563
Notes: svn path=/head/; revision=40024