summaryrefslogtreecommitdiffstats
path: root/sys/dev/pcmcia/esp_pcmcia.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* instead of having every bit of glue set up and attach an identicaldlg2014-01-181-9/+2
* - use nitems(); no binary change.jasper2011-03-311-2/+2
* Remove all adapter-specific 'struct scsi_device's. They are never used. Firstkrw2010-06-281-2/+2
* Extend the scsi_adapter minphys() callback to take a struct scsi_link *miod2009-02-161-2/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Make these compile again.miod2006-04-201-4/+5
* Use pcmcia_intr_string() for printing the irq (or error) string.millert2005-01-271-3/+7
* First round of __P removal in sysmillert2002-03-141-17/+17
* quieten pcmcia/cardbus interrupt handling at unsuspend timederaadt2001-08-171-3/+4
* some more esp devicesniklas2000-06-201-3/+4
* Add pcmcia attachment of esp; from NetBSD.fgsch2000-06-191-0/+514