summaryrefslogtreecommitdiffstats
path: root/sys/pccard/mecia.c
Commit message (Collapse)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+2
|
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-1/+1
| | | | | Submitted by: Mark Santcroos <marks@ripe.net> Reviewed by: imp, dfr, bde
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
| | | | | | | | | | | | | thread being waken up. The thread waken up can run at a priority as high as after tsleep(). - Replace selwakeup()s with selwakeuppri()s and pass appropriate priorities. - Add cv_broadcastpri() which raises the priority of the broadcast threads. Used by selwakeuppri() if collision occurs. Not objected in: -arch, -current
* Implement PIOCSRESOURCE for mecia like we do for pcic.imp2001-08-141-1/+37
|
* Initialize cinfo structure at compile time rather than run time sinceimp2001-05-191-18/+16
| | | | they are now constant.
* A new driver for the MECIA. This is the NEC Original PCMCIAimp2001-05-151-0/+732
controller found in many of the early NOTE98 machines that were produced. This controller is completely unlike the intel 82365, so I've separated it out from the main pcic driver.
OpenPOWER on IntegriCloud