summaryrefslogtreecommitdiffstats
path: root/sys/pccard
Commit message (Expand)AuthorAgeFilesLines
* Separate out isa attachment to its own file. The pci attachment willimp2001-05-163-84/+188
* This file is now obsolete. The #defines in it have never been usedimp2001-05-161-44/+0
* pcic98reg.h is now contained in meciareg.h.imp2001-05-152-59/+1
* The mecia support has moved to the mecia driver, so remove the copy ofimp2001-05-151-351/+35
* This code touches MD code inappropriately. So we have to include pc98imp2001-05-151-0/+5
* A new driver for the MECIA. This is the NEC Original PCMCIAimp2001-05-152-0/+792
* {G,S}ET_UNIT are now unused, gc themimp2001-05-151-3/+0
* It turns out that pcic_slot::slotnum was really unused, so don't setimp2001-05-141-2/+0
* Remove static array of slots. We now have state information for eachimp2001-05-141-17/+24
* Fix the so called "static bug" in polling mode. Some desktop cardsimp2001-05-141-6/+33
* Minor style(9) changes:imp2001-05-144-74/+78
* Take a stab at making this less dependent on having pcic as a parent.imp2001-05-141-24/+17
* Change machdep.pccard.pcic_mem_{start,end} to machdep.pccard.mem_{start,end}imp2001-05-141-10/+8
* When activating or deactivating a resource, only attempt to deal withimp2001-05-141-0/+8
* Return errors for unsupported operations on pcic_get_res_flags ratherimp2001-05-131-1/+1
* Change #ifdef PC98 to #ifdef MECIA_SUPPORT and define MECIA_SUPPORTimp2001-05-131-13/+17
* I'll be making some rather substantial changes to the pci attachmentimp2001-05-131-1/+1
* o Get rid of static array of slots in pccard layer. Move this to theimp2001-05-134-102/+100
* Th -> The in a commentimp2001-05-121-1/+1
* Use enumeration values for CARD_SET_RES_FLAGS.dmlb2001-05-081-4/+13
* Add a sysctl pair for the pcic memory allocation rangedmlb2001-05-081-3/+16
* Ricoh RL5C46x cardbus bridges have the bits for 3E0 and 3E2. Theimp2001-05-081-4/+0
* Add some additional register definitions for some work I have in progress.imp2001-05-081-0/+2
* Set the slot pointer in the pc98 case. Correct the name of the bridgeimp2001-05-071-2/+5
* Disable the card after sending the removed event up to the pccardimp2001-05-071-1/+1
* My fix to NEWCARD for getting the function type broke oldcard due toimp2001-04-211-2/+2
* Set the device name for NEC PC98 PCMCIA Controller on boot.imp2001-04-211-18/+19
* Indirect off cinfo rather than calling pcic_ functions directly. Thisimp2001-04-191-12/+12
* First cut at bringing NEC PC98 original pccard bridge code back intoimp2001-04-194-47/+372
* Move setting of TI113X_PCI_CARD_CONTROL register soonerimp2001-04-171-3/+2
* Minor comment that missed the last changeimp2001-04-171-1/+1
* When booting, turn on the 3E0 compatibility address for ricoh cardbusimp2001-04-172-3/+32
* Fix minor typo in comment. 112x -> 12xximp2001-04-111-1/+1
* Add #define for IBM3765.imp2001-04-111-3/+2
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* First step towards plugging the "pccard is trying to map into a BIOSimp2001-03-262-75/+64
* First step towards making loadable modules independent of havingimp2001-03-221-4/+6
* Axe a few __P() while I'm in the neighborhood.imp2001-03-223-17/+16
* Place the call to pccard_insert_beep() in the inserted() timeoutiedowse2001-03-202-13/+13
* Lots of minor cleanup, plus a couple of interesting things.imp2001-03-193-94/+137
* Move ti1031 to the 16-bit bridge sectionimp2001-02-071-3/+3
* Fix a minor bug that prevents NEWBUS users from setting more thandmlb2001-01-091-1/+1
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-094-4/+2
* o Now that I've had time to test the new interface, reintegrate it back in.imp2001-01-072-4/+7
* Add device id for the OZ Micro 6832. I didn't try to init it like theimp2001-01-022-1/+6
* add PNPID for PnP PCMCIA, SCM SwapBox Classic X2P.sanpei2000-12-111-0/+1
* fix type check in pccard_beep_selectsanpei2000-11-011-1/+1
* Oops, in previous commit(rev.1.4), I replacedsanpei2000-10-311-6/+6
* Make a few more mallocs use M_ZERO.dwmalone2000-10-291-4/+3
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
OpenPOWER on IntegriCloud