aboutsummaryrefslogtreecommitdiff
path: root/sys/pccard
Commit message (Expand)AuthorAgeFilesLines
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* First step towards plugging the "pccard is trying to map into a BIOSWarner Losh2001-03-262-75/+64
* First step towards making loadable modules independent of havingWarner Losh2001-03-221-4/+6
* Axe a few __P() while I'm in the neighborhood.Warner Losh2001-03-223-17/+16
* Place the call to pccard_insert_beep() in the inserted() timeoutIan Dowse2001-03-202-13/+13
* Lots of minor cleanup, plus a couple of interesting things.Warner Losh2001-03-193-94/+137
* Move ti1031 to the 16-bit bridge sectionWarner Losh2001-02-071-3/+3
* Fix a minor bug that prevents NEWBUS users from setting more thanDuncan Barclay2001-01-091-1/+1
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-094-4/+2
* o Now that I've had time to test the new interface, reintegrate it back in.Warner Losh2001-01-072-4/+7
* Add device id for the OZ Micro 6832. I didn't try to init it like theWarner Losh2001-01-022-1/+6
* add PNPID for PnP PCMCIA, SCM SwapBox Classic X2P.MIHIRA Sanpei Yoshiro2000-12-111-0/+1
* fix type check in pccard_beep_selectMIHIRA Sanpei Yoshiro2000-11-011-1/+1
* Oops, in previous commit(rev.1.4), I replacedMIHIRA Sanpei Yoshiro2000-10-311-6/+6
* Make a few more mallocs use M_ZERO.David Malone2000-10-291-4/+3
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* add PC-Card melody beep(PC Card bus, kludge version)MIHIRA Sanpei Yoshiro2000-10-282-41/+92
* Change comment from sprintf to snprintfWarner Losh2000-10-261-1/+1
* Change snprintf to strncpy.Warner Losh2000-10-261-2/+9
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Another PnP pcic card: SMC Swapbox Plug and PlayWarner Losh2000-10-121-0/+1
* fix some minor problem in PIOCSRESOURCE ioctl.MIHIRA Sanpei Yoshiro2000-10-011-14/+5
* Spelling police in a comment: Defalut -> Default.John Baldwin2000-09-291-1/+1
* Add pccard_product_lookup comatibility shimWarner Losh2000-09-281-0/+7
* o Remove 9 unnecessary includes.Warner Losh2000-09-203-12/+8
* Implement indirection in the pccard probe/attach. This should make itWarner Losh2000-09-191-0/+16
* add PIOCSRESOURCE(IOC_GET_RESOURCE_RANGE)MIHIRA Sanpei Yoshiro2000-09-173-0/+59
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromJohn Baldwin2000-09-131-1/+2
* Add a detach method to allow this device to be unloaded.Warner Losh2000-08-301-0/+7
* Add TI-1031 id. It doesn't work yet, but it is nice to have it.Warner Losh2000-08-292-0/+6
* Add UNIX domain socket feature to pccardd. This makes pccardHajimu UMEMOTO2000-08-202-4/+6
* Add some infrastructure support for dealing with large attributeWarner Losh2000-08-102-5/+61
* Fix a bug so that we have correct number of pccard instances in pcic_attach().Mitsuru IWASAKI2000-07-241-1/+1
* There is no atdevbase on the alpha. Hide this case statement on alpha untilMatt Jacob2000-06-231-0/+3
* o Implement some compatibility functions for NEWCARD compat. This isWarner Losh2000-06-181-2/+24
* Add ACTIONTECH #define for plug and play. Also add PnP support to NEWCARDWarner Losh2000-05-291-1/+1
* Make this compile without depending on the FreeBSD 2.2 compatabilityPeter Wemm2000-05-282-12/+13
* Add PnP ID for vadem based plug and play card.Warner Losh2000-05-021-0/+1
* Add $FreeBSD$Peter Wemm2000-05-011-0/+1
* MFPAO3. Improvement of of pccard cis tuple parsing capability.Mitsuru IWASAKI2000-04-261-0/+29
* Checkin my first batch of New Mexico changes:Warner Losh2000-04-254-43/+48
* o Preliminary support for mapping the CIS by the driver.Warner Losh2000-04-202-9/+77
* Add TI-1211 chipset from datasheet infoWarner Losh2000-04-202-2/+7
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-192-2/+0
* Fix typo in description of Cirrus Logic PD6832 PCI-CardBus Bridge.Mitsuru IWASAKI2000-03-301-1/+1
* More fully initialize cardbus bridges. We now call the new genericWarner Losh2000-03-252-28/+241
* Add support for PnP ISA cards, and some laptop PnP support:Warner Losh2000-03-103-83/+125
* /tmp/msgWarner Losh2000-02-214-33/+35
* Update the pci->pcic compatability module to newbus. This is a simplePeter Wemm2000-02-021-108/+151
* Propagate MAC address in CIS tupple to dev/ed/ driver.Tatsumi Hosokawa2000-01-211-0/+17