aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccbb/pccbb_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Regularize my copyright noticeWarner Losh2019-12-041-2/+1
* Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh2017-12-231-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove embedded newlines from sysctl variable descriptionsAlan Somers2017-10-091-12/+12
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-2/+0
* Move the suspsned and resume functions to the bus attachment. TheyWarner Losh2015-01-161-2/+14
* Back out the refactor. It turns out to cause interrupt storms onWarner Losh2015-01-161-16/+2
* Various interrelated fixes to make suspend / resume work better. We nowWarner Losh2015-01-141-2/+16
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-3/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+3
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-3/+1
* Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridgeJohn Baldwin2014-02-121-0/+3
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-2/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* We don't have a ISA specific shutdown routine at this time, so removeWarner Losh2006-06-031-1/+0
* Make sure we set bst and bsh in the softc.Warner Losh2005-10-191-0/+2
* Merge in WIP from p4 for supporting ISA pccard bridges conforming toWarner Losh2005-10-141-17/+43
* Use the FreeBSD standard license, since there's no reason to use theWarner Losh2005-01-111-7/+5
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Don't need to declare cbb module. don't know why I never sawWarner Losh2004-08-161-1/+0
* Move towards isa attachment for pccbb. This is a work in progress, butWarner Losh2004-08-121-0/+221