summaryrefslogtreecommitdiff
path: root/sys/dev/advansys/adwlib.c
Commit message (Collapse)AuthorAgeFilesLines
* 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