summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/siop_pci_common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-3/+2
* Manuel Bouyer rescinded clauses 3 and 4 of his license text.jsg2010-07-231-6/+1
* Fix ram size output botched in my last change; reported byfgsch2007-11-021-2/+2
* fix the panic reported in pr/5602 by correctly unmaping the space on error.fgsch2007-10-281-10/+19
* Fix various printf() issues: too many arguments, not enough arguments, argumentmiod2006-04-201-2/+3
* ANSI function decs (thorpej via NetBSD), remove trailing whitespacekrw2005-10-081-15/+14
* remove hppa workarounds; from jkunz@ pr3861mickey2004-07-211-5/+1
* remove duplicate ifdef __hppa__ that somehow has gotten in theremickey2003-10-091-4/+1
* better dmesg output including onboard memory size when present, free resources on failures; krw@ okmickey2003-09-291-27/+33
* A couple of hppa-only changes, allowing siop to work on pci hppakrw2003-09-061-1/+5
* Resync siop with NetBSD. Make strong effort to minimizekrw2002-09-161-66/+91
* Fix a problem with the probe message being printed for cards with nokrw2001-10-261-5/+5
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* Make pci_mapreg_map take an extra argument where we canniklas2001-06-121-4/+4
* Support U160 on 53c1010 chips.krw2001-04-151-18/+18
* First support for 53c1010 chip. This enables support up to U2W forkrw2001-03-101-4/+12
* Typo police: various misspelling, capitalizations, etc.krw2001-03-011-2/+2
* Tone down the verbosity level on the siop driver, print negotiationkrw2001-02-201-34/+13
* Import siop, a replacement for the ncr SCSI driver, from NetBSD.krw2001-02-151-0/+347