aboutsummaryrefslogtreecommitdiff
path: root/sys/pccard
Commit message (Expand)AuthorAgeFilesLines
* I don't believe these are used at all, and can be safely removedWarner Losh2006-01-157-1004/+0
* Remove code describing pre 5.x systemWarner Losh2006-01-101-19/+0
* Remove the kernel portion of OLDCARD. I'm working on a replacementWarner Losh2005-09-257-5401/+0
* Change a directory layout for pc98.Yoshihiro Takahashi2005-05-101-1/+1
* Remove more deadwood that never got implemented in NEWCARD, since NEWCARDWarner Losh2005-02-151-16/+0
* Remove card_get_function. It looks like it was intended to be aWarner Losh2005-02-141-8/+0
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-0713-13/+22
* Move PNP IDs back into oldcard filesWarner Losh2004-08-133-2/+13
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-7/+7
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-172-7/+7
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-6/+0
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-093-3/+3
* Change all SYSCTLS which are readonly and have a related TUNABLEMike Silbersack2003-10-212-9/+9
* More debug under boot verbose.Warner Losh2003-08-291-2/+3
* Fix comment.Warner Losh2003-08-291-1/+1
* add debug to pcic memory mapping routineWarner Losh2003-08-271-0/+5
* Add comment point o2micro people to NEWCARDWarner Losh2003-08-011-0/+2
* OLDCARD is OBSOLETE_IN_6. Tag it as such.Warner Losh2003-06-126-0/+12
* 1. Allow drivers to query CIS strings from OLDCARD.Warner Losh2003-04-234-0/+69
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+8
* pccard isn't picky about WHAT major it gets.Warner Losh2003-02-281-0/+4
* Add SMC 34C90. Not tested, but should be a no-op except for the id string.Warner Losh2003-02-261-1/+4
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Consolidate MIN/MAX macros into one place (param.h).Alfred Perlstein2003-02-021-2/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Merge from P4:Warner Losh2003-01-041-27/+42
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-2/+2
* MFp4:Warner Losh2002-11-271-16/+14
* MFp4: Comment about not assuming INTA# for 6729Warner Losh2002-10-071-0/+3
* Make beep not depend on HZ setting.Warner Losh2002-09-291-4/+6
* SMIENB not needed, but maybe PCI_CLOCK is, so put it in #if 0'd outWarner Losh2002-09-292-6/+9
* Parens considered good.Warner Losh2002-09-291-1/+1
* For boot verbose, print resources assigned in a more asthetically pleasingWarner Losh2002-09-131-5/+11
* Change the order that we look for free memory windows from 0 -> MAX-1Warner Losh2002-09-081-4/+4
* Add 16-bit before bus to keep the words card and bus apart.Warner Losh2002-07-311-1/+1
* MFp4:Warner Losh2002-07-262-122/+143
* Copy manufacturer and version string into the kernel, and copy it toWarner Losh2002-07-223-2/+10
* Add support for writing to mapping high memory for pccard memoryWarner Losh2002-07-204-0/+21
* minor nit in commentsWarner Losh2002-07-201-1/+0
* Integrate the hw.pcic.pd6722_vsense tunable from the nomads list.Warner Losh2002-07-181-15/+49
* Some strange hacks for the clpd6729:Warner Losh2002-07-181-13/+44
* Better verbage on hw.pcic sysctls, delete now obsolete commentWarner Losh2002-07-171-10/+8
* o Remove workaround that I put in to mask the BadVcc problem.Warner Losh2002-07-172-34/+71
* Be more conservative about the address ranges we assign. SomeWarner Losh2002-07-171-0/+5
* Add definitions for the Ext 1 register on cirrus logic PD-6729.Warner Losh2002-07-171-0/+9
* Rearrange previous commit that passed the vendor id to the kernel in a wayWarner Losh2002-07-142-28/+27
* Typo: do do -> to do.Giorgos Keramidas2002-07-141-1/+1
* Lots of people have had to hack around the fixed address for cardbusWarner Losh2002-06-271-1/+1
* Leave it to a non-native speaker of English to catch another typo: "do do" ->Warner Losh2002-06-271-1/+1